qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-21 02:29:42 to 2021-09-22 06:17:31 UTC [more...]

[PATCH 00/14] bsd-user: misc cleanup for aarch64 import
 2021-09-22  6:14 UTC  (2+ messages)
` [PATCH 02/14] bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0

[PATCH v2 0/3] QIOChannel async_write & async_flush + MSG_ZEROCOPY + multifd
 2021-09-22  5:03 UTC  (4+ messages)
` [PATCH v2 1/3] QIOCHannel: Add io_async_writev & io_async_flush callbacks
` [PATCH v2 2/3] QIOChannelSocket: Implement io_async_write & io_async_flush
` [PATCH v2 3/3] multifd: Send using asynchronous write on nocomp to send RAM pages

[PATCH v2 0/9] bsd-user mmap fixes
 2021-09-22  4:56 UTC  (10+ messages)
` [PATCH v2 1/9] bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
` [PATCH v2 2/9] bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE
` [PATCH v2 3/9] bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs
` [PATCH v2 4/9] bsd-user/mmap.c: mmap return ENOMEM on overflow
` [PATCH v2 5/9] bsd-user/mmap.c: mmap prefer MAP_ANON for BSD
` [PATCH v2 6/9] bsd-user/mmap.c: line wrap change
` [PATCH v2 7/9] bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag
` [PATCH v2 8/9] bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head
` [PATCH v2 9/9] bsd-user/mmap.c: assert that target_mprotect cannot fail

ensuring a machine's buses have unique names
 2021-09-22  4:46 UTC  (8+ messages)

[PATCH v2 00/30] LoongArch64 port of QEMU TCG
 2021-09-22  4:35 UTC  (38+ 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 17/30] tcg/loongarch64: Implement add/sub 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 27/30] tcg/loongarch64: Register the JIT
` [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 v2 30/30] configure, meson.build: Mark support "

[PATCH] spapr_numa.c: fixes in spapr_numa_FORM2_write_rtas_tables()
 2021-09-22  3:08 UTC  (2+ messages)

[PATCH] spapr/xive: Fix kvm_xive_source_reset trace event
 2021-09-22  2:50 UTC  (3+ messages)

[PATCH 0/5] target/arm: Support MVE in gdbstub
 2021-09-22  3:33 UTC  (13+ 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

[PULL 00/10] tcg patch queue, v3
 2021-09-22  2:50 UTC 

unknown keycodes `empty+aliases(qwerty)'
 2021-09-21 23:43 UTC 

[RFC v7] virtio/vsock: add two more queues for datagram types
 2021-09-22  0:00 UTC 

[PATCH] hw/loader: Remove unused rom_add_file_as() definition
 2021-09-21 22:08 UTC  (2+ messages)

[PATCH v3 00/15] PMU-EBB support for PPC64 TCG
 2021-09-21 21:11 UTC  (4+ messages)
` [PATCH v3 05/15] target/ppc: PMU: add instruction counting

Change TCG cache size?
 2021-09-21 21:07 UTC 

[PULL v2 00/21] riscv-to-apply queue
 2021-09-21 20:49 UTC  (23+ 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

plugins: Missing Store Exclusive Memory Accesses
 2021-09-21 20:28 UTC  (3+ messages)

[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] nbd/client: Request larger block status by default
 2021-09-21 20:00 UTC  (5+ messages)

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

[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  (7+ messages)
` [PATCH v4 03/20] nubus-device: add device slot parameter
` [PATCH v4 04/20] nubus: use bitmap to manage available slots

[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

[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  (4+ messages)
` [PATCH v5 01/31] target/arm: Implement arm_v7m_cpu_has_work()

[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()

[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  (3+ messages)
` [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  (5+ messages)
` [PULL 05/10] tcg/mips: Unset TCG_TARGET_HAS_direct_jump
` [PULL 07/10] tcg/sparc: Drop inline markers
` [PULL 09/10] hw/core: Make do_unaligned_access noreturn
` [PULL 10/10] tcg/riscv: Remove add with zero on user-only memory access


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).