qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-20 22:34:52 to 2021-09-21 20:47:26 UTC [more...]

[PATCH v2 00/30] linux-user: Clean up siginfo_t handling
 2021-09-21 20:26 UTC  (5+ messages)
` [PATCH v2 24/30] linux-user/openrisc: Use force_sig_fault, force_sigsegv_for_addr

[PATCH v2 00/30] LoongArch64 port of QEMU TCG
 2021-09-21 20:19 UTC  (28+ messages)
` [PATCH v2 01/30] elf: Add machine type value for LoongArch
` [PATCH v2 02/30] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [PATCH v2 03/30] tcg/loongarch64: Add the tcg-target.h file
` [PATCH v2 04/30] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH v2 05/30] tcg/loongarch64: Add register names, allocation order and input/output sets
` [PATCH v2 06/30] tcg/loongarch64: Define the operand constraints
` [PATCH v2 07/30] tcg/loongarch64: Implement necessary relocation operations
` [PATCH v2 08/30] tcg/loongarch64: Implement the memory barrier op
` [PATCH v2 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v2 10/30] tcg/loongarch64: Implement goto_ptr
` [PATCH v2 11/30] tcg/loongarch64: Implement sign-/zero-extension ops
` [PATCH v2 12/30] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc/eqv ops
` [PATCH v2 13/30] tcg/loongarch64: Implement deposit/extract ops
` [PATCH v2 14/30] tcg/loongarch64: Implement bswap32_i32/bswap32_i64/bswap64_i64
` [PATCH v2 15/30] tcg/loongarch64: Implement clz/ctz ops
` [PATCH v2 16/30] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PATCH v2 18/30] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH v2 19/30] tcg/loongarch64: Implement br/brcond ops
` [PATCH v2 20/30] tcg/loongarch64: Implement setcond ops
` [PATCH v2 21/30] tcg/loongarch64: Implement tcg_out_call
` [PATCH v2 22/30] tcg/loongarch64: Implement simple load/store ops
` [PATCH v2 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH v2 24/30] tcg/loongarch64: Implement tcg_target_qemu_prologue
` [PATCH v2 25/30] tcg/loongarch64: Implement exit_tb/goto_tb
` [PATCH v2 26/30] tcg/loongarch64: Implement tcg_target_init
` [PATCH v2 28/30] linux-user: Add safe syscall handling for loongarch64 hosts
` [PATCH v2 29/30] accel/tcg/user-exec: Implement CPU-specific signal handler "

[PATCH] nbd/client: Request larger block status by default
 2021-09-21 20:00 UTC  (5+ messages)

[PATCH] spapr_numa.c: fixes in spapr_numa_FORM2_write_rtas_tables()
 2021-09-21 19:43 UTC 

[PATCH] linux-user/syscall: add support for CLONE_PIDFD
 2021-09-21 18:48 UTC 

[PATCH 0/5] target/arm: Support MVE in gdbstub
 2021-09-21 18:10 UTC  (8+ messages)
` [PATCH 1/5] configs: Don't include 32-bit-only GDB XML in aarch64 linux configs
` [PATCH 2/5] target/arm: Fix coding style issues in gdbstub code in helper.c
` [PATCH 3/5] target/arm: Move gdbstub related code out of helper.c
` [PATCH 4/5] target/arm: Don't put FPEXC and FPSID in org.gnu.gdb.arm.vfp XML
` [PATCH 5/5] [RFC] target/arm: Advertise MVE to gdb when present

[PATCH 00/30] 64-bit LoongArch port of QEMU TCG
 2021-09-21 17:26 UTC  (23+ messages)
` [PATCH 04/30] tcg/loongarch: Add generated instruction opcodes and encoding helpers
` [PATCH 14/30] tcg/loongarch: Implement bswap32_i32/bswap64_i64
` [PATCH 21/30] tcg/loongarch: Implement tcg_out_call
` [PATCH 28/30] configure, meson.build: Mark support for 64-bit LoongArch hosts

[PATCH v4 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-21 17:24 UTC  (9+ messages)
` [PATCH v4 03/20] nubus-device: add device slot parameter
` [PATCH v4 04/20] nubus: use bitmap to manage available slots
` [PATCH v4 11/20] nubus-device: add romfile property for loading declaration ROMs

[PULL v2 00/27] target-arm queuea
 2021-09-21 17:22 UTC  (2+ messages)

[PATCH v12 00/10] hvf: Implement Apple Silicon Support
 2021-09-21 17:05 UTC  (10+ messages)
` [PATCH v12 04/10] hvf: Add Apple Silicon support

[PATCH v2 0/2] vhost-vsock: fixes for seqpacket support
 2021-09-21 16:16 UTC  (3+ messages)
` [PATCH v2 1/2] vhost-vsock: fix migration issue when seqpacket is supported
` [PATCH v2 2/2] vhost-vsock: handle common features in vhost-vsock-common

ensuring a machine's buses have unique names
 2021-09-21 15:48 UTC  (6+ messages)

[PATCH 0/2] modules: Improve modinfo.c architecture support
 2021-09-21 15:34 UTC  (11+ messages)
` [PATCH 1/2] meson: introduce modules_arch

[PATCH v6 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-09-21 15:30 UTC  (9+ messages)
` [PATCH v6 03/10] ACPI ERST: PCI device_id for ERST
` [PATCH v6 05/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v6 09/10] ACPI ERST: bios-tables-test testcase
` [PATCH v6 10/10] ACPI ERST: step 6 of bios-tables-test

[PULL 00/35] tcg patch queue
 2021-09-21 15:25 UTC  (10+ messages)

[PATCH] qemu-img: Consistent docs for convert -F
 2021-09-21 14:48 UTC  (2+ messages)

[PATCH 0/5] Fix not white-listed copy-before-write
 2021-09-21 14:33 UTC  (3+ messages)
` [PATCH 4/5] block: bdrv_insert_node(): don't use bdrv_open()

[PULL 00/14] aspeed queue
 2021-09-21 14:07 UTC  (2+ messages)

[PULL 00/30] testing, gdbstub and semihosting
 2021-09-21 13:55 UTC  (7+ messages)
` [PULL 21/30] target/arm: use official org.gnu.gdb.aarch64.sve layout for registers

[PULL 0/3] Update meson version
 2021-09-21 13:14 UTC  (6+ messages)

Range of vcpu_index to plugin callbacks
 2021-09-21 10:31 UTC  (2+ messages)

[PULL 00/12] jobs: mirror: Handle errors after READY cancel
 2021-09-21 10:20 UTC  (13+ messages)
` [PULL 01/12] job: Context changes in job_completed_txn_abort()
` [PULL 02/12] mirror: Keep s->synced on error
` [PULL 03/12] mirror: Drop s->synced
` [PULL 04/12] job: Force-cancel jobs in a failed transaction
` [PULL 05/12] job: @force parameter for job_cancel_sync()
` [PULL 06/12] jobs: Give Job.force_cancel more meaning
` [PULL 07/12] job: Add job_cancel_requested()
` [PULL 08/12] mirror: Use job_is_cancelled()
` [PULL 09/12] mirror: Check job_is_cancelled() earlier
` [PULL 10/12] mirror: Stop active mirroring after force-cancel
` [PULL 11/12] mirror: Do not clear .cancelled
` [PULL 12/12] iotests: Add mirror-ready-cancel-error test

[PATCH v1] monitor: Consider "id" when rate-limiting MEMORY_DEVICE_SIZE_CHANGE qapi events
 2021-09-21 10:24 UTC 

[PATCH v5 00/31] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-21  9:45 UTC  (7+ messages)
` [PATCH v5 01/31] target/arm: Implement arm_v7m_cpu_has_work()
` [PATCH v5 24/31] target/rx: Restrict has_work() handler to sysemu
` [PATCH v5 29/31] target/tricore: "
` [PATCH v5 31/31] accel: Add missing AccelOpsClass::has_work() and drop SysemuCPUOps one

[RESEND PATCH 1/3] hw/intc: openpic: Correct the reset value of IPIDR for FSL chipset
 2021-09-21  9:31 UTC  (4+ messages)

[PATCH v3] hw/sensor: Add lsm303dlhc magnetometer device
 2021-09-21  9:32 UTC 

[PATCH v8 0/7] pSeries FORM2 affinity support
 2021-09-21  9:16 UTC  (3+ messages)
` [PATCH v8 7/7] spapr_numa.c: handle auto NUMA node with no distance info

[PATCH v3 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-21  9:13 UTC  (4+ messages)
` [PATCH v3 02/35] acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_header()

[PATCH 0/3] scsi: infinite guest hangs with scsi-disk
 2021-09-21  7:25 UTC  (5+ messages)
` [PATCH 2/3] scsi: make io_timeout configurable

[PATCH v3 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-21  7:24 UTC  (4+ messages)
` [PATCH v3 10/20] nubus-device: remove nubus_register_rom() and nubus_register_format_block()

[PULL v2 00/21] riscv-to-apply queue
 2021-09-21  6:54 UTC  (22+ messages)
` [PULL v2 01/21] target/riscv: Update the ePMP CSR address
` [PULL v2 02/21] target/riscv: Fix satp write
` [PULL v2 03/21] target/riscv: Expose interrupt pending bits as GPIO lines
` [PULL v2 04/21] hw/intc: sifive_clint: Use RISC-V CPU "
` [PULL v2 05/21] hw/intc: ibex_plic: Convert the PLIC to use "
` [PULL v2 06/21] hw/intc: sifive_plic: "
` [PULL v2 07/21] hw/intc: ibex_timer: Convert the timer "
` [PULL v2 08/21] hw/timer: Add SiFive PWM support
` [PULL v2 09/21] sifive_u: Connect the SiFive PWM device
` [PULL v2 10/21] hw/intc: Rename sifive_clint sources to riscv_aclint sources
` [PULL v2 11/21] hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT
` [PULL v2 12/21] hw/riscv: virt: Re-factor FDT generation
` [PULL v2 13/21] hw/riscv: virt: Add optional ACLINT support to virt machine
` [PULL v2 14/21] hw/dma: sifive_pdma: reset Next* registers when Control.claim is set
` [PULL v2 15/21] hw/dma: sifive_pdma: claim bit must be set before DMA transactions
` [PULL v2 16/21] hw/dma: sifive_pdma: allow non-multiple transaction size transactions
` [PULL v2 17/21] hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer
` [PULL v2 18/21] docs/system/riscv: sifive_u: Update U-Boot instructions
` [PULL v2 19/21] target/riscv: Backup/restore mstatus.SD bit when virtual register swapped
` [PULL v2 20/21] target/riscv: csr: Rename HCOUNTEREN_CY and friends
` [PULL v2 21/21] hw/riscv: opentitan: Correct the USB Dev address

[PATCH] spapr/xive: Fix kvm_xive_source_reset trace event
 2021-09-21  7:13 UTC  (2+ messages)

[PATCH REBASED v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2021-09-21  6:32 UTC  (5+ messages)
` [PATCH REBASED v5 1/2] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH REBASED v5 2/2] spapr: nvdimm: Introduce spapr-nvdimm device

Rust in Qemu BoF followup: Rust vs. qemu platform support
 2021-09-21  5:57 UTC  (8+ messages)

[PATCH v2 00/53] monitor: explicitly permit QMP commands to be added for all use cases
 2021-09-21  5:27 UTC  (3+ messages)
` [PATCH v2 38/53] qapi: introduce x-query-lapic QMP command

[PATCH v2 00/23] qapi: Remove simple unions from the schema language
 2021-09-21  5:17 UTC  (5+ messages)
` [PATCH v2 22/23] tests/qapi-schema: Rename flat-union-* test cases to union-*
` [PATCH v2 23/23] test-clone-visitor: Correct an accidental rename

[PATCH v4 0/4] target/ppc: debug messages cleanup and decrementer fix
 2021-09-21  1:44 UTC  (7+ messages)
` [PATCH v4 3/4] target/ppc: Convert debug to trace events (decrementer and IRQ)
` [PATCH v4 4/4] target/ppc: Fix 64-bit decrementer

[PATCH v9 0/7] pSeries FORM2 affinity support
 2021-09-21  1:37 UTC  (6+ messages)
` [PATCH v9 6/7] spapr_numa.c: FORM2 NUMA "
` [PATCH v9 7/7] spapr_numa.c: handle auto NUMA node with no distance info

[PULL 00/10] tcg patch queue, v2
 2021-09-21  2:25 UTC  (11+ messages)
` [PULL 01/10] include/exec: Move cpu_signal_handler declaration
` [PULL 02/10] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PULL 03/10] tcg/mips: Drop inline markers
` [PULL 04/10] tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr
` [PULL 05/10] tcg/mips: Unset TCG_TARGET_HAS_direct_jump
` [PULL 06/10] tcg/mips: Drop special alignment for code_gen_buffer
` [PULL 07/10] tcg/sparc: Drop inline markers
` [PULL 08/10] tcg/sparc: Introduce tcg_out_mov_delay
` [PULL 09/10] hw/core: Make do_unaligned_access noreturn
` [PULL 10/10] tcg/riscv: Remove add with zero on user-only memory access

[PATCH v3] target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
 2021-09-21  2:02 UTC 

[PATCH v3 00/30] Hexagon HVX (target/hexagon) patch series
 2021-09-20 23:28 UTC  (39+ messages)
` [PATCH v3 02/30] Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core
` [PATCH v3 04/30] Hexagon HVX (target/hexagon) instruction attributes
` [PATCH v3 05/30] Hexagon HVX (target/hexagon) macros
` [PATCH v3 06/30] Hexagon HVX (target/hexagon) import macro definitions
` [PATCH v3 07/30] Hexagon HVX (target/hexagon) semantics generator
` [PATCH v3 08/30] Hexagon HVX (target/hexagon) semantics generator - part 2
` [PATCH v3 09/30] Hexagon HVX (target/hexagon) C preprocessor for decode tree
` [PATCH v3 15/30] Hexagon HVX (target/hexagon) helper overrides - vector assign & cmov
` [PATCH v3 16/30] Hexagon HVX (target/hexagon) helper overrides - vector add & sub
` [PATCH v3 17/30] Hexagon HVX (target/hexagon) helper overrides - vector shifts
` [PATCH v3 18/30] Hexagon HVX (target/hexagon) helper overrides - vector max/min
` [PATCH v3 19/30] Hexagon HVX (target/hexagon) helper overrides - vector logical ops
` [PATCH v3 20/30] Hexagon HVX (target/hexagon) helper overrides - vector compares
` [PATCH v3 21/30] Hexagon HVX (target/hexagon) helper overrides - vector splat and abs
` [PATCH v3 22/30] Hexagon HVX (target/hexagon) helper overrides - vector loads
` [PATCH v3 23/30] Hexagon HVX (target/hexagon) helper overrides - vector stores
` [PATCH v3 24/30] Hexagon HVX (target/hexagon) import semantics
` [PATCH v3 25/30] Hexagon HVX (target/hexagon) instruction decoding

[PATCH v2 0/9] optimize the downtime for vfio migration
 2021-09-20 23:05 UTC  (2+ messages)

[PATCH v3 0/9] optimize the downtime for vfio migration
 2021-09-20 23:02 UTC  (10+ messages)
` [PATCH v3 1/9] vfio: simplify the conditional statements in vfio_msi_enable
` [PATCH v3 2/9] vfio: move re-enabling INTX out of the common helper
` [PATCH v3 3/9] vfio: simplify the failure path in vfio_msi_enable
` [PATCH v3 4/9] msix: simplify the conditional in msix_set/unset_vector_notifiers
` [PATCH v3 5/9] msix: reset poll_notifier to NULL if fail to set notifiers
` [PATCH v3 6/9] kvm: irqchip: extract kvm_irqchip_add_deferred_msi_route
` [PATCH v3 7/9] vfio: add infrastructure to commit the deferred kvm routing
` [PATCH v3 8/9] Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
` [PATCH v3 9/9] vfio: defer to commit kvm irq routing when enable msi/msix


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).