qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-03 13:29:45 to 2021-12-06 09:58:04 UTC [more...]

[PATCH for-7.0] i386: Deprecate the -no-hpet QEMU command line option
 2021-12-06  9:56 UTC  (7+ messages)

[PATCH for 6.2? v2] Revert "vga: don't abort when adding a duplicate isa-vga device"
 2021-12-06  9:52 UTC 

[PATCH 0/2] migration: multifd live migration improvement
 2021-12-06  9:28 UTC  (7+ messages)
` [PATCH 1/2] multifd: use qemu_sem_timedwait in multifd_recv_thread to avoid waiting forever

[PATCH v2 0/1] migration: multifd live migration improvement
 2021-12-06  8:55 UTC  (4+ messages)
` [PATCH v2 1/1] multifd: Shut down the QIO channels to avoid blocking the send threads when they are terminated

[PATCH v9 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-12-06  8:54 UTC  (7+ messages)
` [PATCH v9 05/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v9 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v9 09/10] ACPI ERST: bios-tables-test testcase

[PATCH] hw/avr: Realize AVRCPU qdev object using qdev_realize()
 2021-12-06  8:49 UTC  (2+ messages)

[PATCH v9 0/3] support dirty restraint on vCPU
 2021-12-06  8:39 UTC  (7+ messages)
` [PATCH v9 3/3] cpus-common: implement dirty page limit "

[RFC PATCH] s390: kvm: reduce frequency of CPU syncs of diag318 info
 2021-12-06  8:27 UTC  (4+ messages)

[RFC PATCH v3 00/27] Add LoongArch softmmu support
 2021-12-06  6:57 UTC  (33+ messages)
` [RFC PATCH v3 01/27] target/loongarch: Update README
` [RFC PATCH v3 02/27] target/loongarch: Add CSR registers definition
` [RFC PATCH v3 03/27] target/loongarch: Add basic vmstate description of CPU
` [RFC PATCH v3 04/27] target/loongarch: Implement qmp_query_cpu_definitions()
` [RFC PATCH v3 05/27] target/loongarch: Add stabletimer support
` [RFC PATCH v3 06/27] target/loongarch: Add MMU support for LoongArch CPU
` [RFC PATCH v3 07/27] target/loongarch: Add LoongArch CSR instruction
` [RFC PATCH v3 08/27] target/loongarch: Add LoongArch IOCSR instruction
` [RFC PATCH v3 09/27] target/loongarch: Add TLB instruction support
` [RFC PATCH v3 10/27] target/loongarch: Add other core instructions support
` [RFC PATCH v3 11/27] target/loongarch: Add LoongArch interrupt and exception handle
` [RFC PATCH v3 12/27] target/loongarch: Add timer related instructions support
` [RFC PATCH v3 13/27] target/loongarch: Add gdb support
` [RFC PATCH v3 14/27] hw/pci-host: Add ls7a1000 PCIe Host bridge support for Loongson3 Platform
` [RFC PATCH v3 15/27] hw/loongarch: Add support loongson3-ls7a machine type
` [RFC PATCH v3 16/27] hw/loongarch: Add LoongArch cpu interrupt support(CPUINTC)
` [RFC PATCH v3 17/27] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [RFC PATCH v3 18/27] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [RFC PATCH v3 19/27] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [RFC PATCH v3 20/27] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [RFC PATCH v3 21/27] hw/loongarch: Add irq hierarchy for the system
` [RFC PATCH v3 22/27] hw/loongarch: Add some devices support for 3A5000
` [RFC PATCH v3 23/27] hw/loongarch: Add LoongArch ls7a rtc device support
` [RFC PATCH v3 24/27] hw/loongarch: Add default bios startup support
` [RFC PATCH v3 25/27] hw/loongarch: Add -kernel and -initrd options support
` [RFC PATCH v3 26/27] hw/loongarch: Add LoongArch smbios support
` [RFC PATCH v3 27/27] hw/loongarch: Add LoongArch acpi support

[PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation
 2021-12-06  6:49 UTC  (6+ messages)

[PATCH v13 00/26] Add LoongArch linux-user emulation support
 2021-12-06  1:22 UTC  (35+ messages)
` [PATCH v13 01/26] target/loongarch: Add README
` [PATCH v13 02/26] target/loongarch: Add core definition
` [PATCH v13 03/26] target/loongarch: Add main translation routines
` [PATCH v13 04/26] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v13 05/26] target/loongarch: Add fixed point shift "
` [PATCH v13 06/26] target/loongarch: Add fixed point bit "
` [PATCH v13 07/26] target/loongarch: Add fixed point load/store "
` [PATCH v13 08/26] target/loongarch: Add fixed point atomic "
` [PATCH v13 09/26] target/loongarch: Add fixed point extra "
` [PATCH v13 10/26] target/loongarch: Add floating point arithmetic "
` [PATCH v13 11/26] target/loongarch: Add floating point comparison "
` [PATCH v13 12/26] target/loongarch: Add floating point conversion "
` [PATCH v13 13/26] target/loongarch: Add floating point move "
` [PATCH v13 14/26] target/loongarch: Add floating point load/store "
` [PATCH v13 15/26] target/loongarch: Add branch "
` [PATCH v13 16/26] target/loongarch: Add disassembler
` [PATCH v13 17/26] linux-user: Add LoongArch generic header files
` [PATCH v13 18/26] linux-user: Add LoongArch specific structures
` [PATCH v13 19/26] linux-user: Add LoongArch signal support
` [PATCH v13 20/26] linux-user: Add LoongArch elf support
` [PATCH v13 21/26] linux-user: Add LoongArch syscall support
` [PATCH v13 22/26] linux-user: Add LoongArch cpu_loop support
` [PATCH v13 23/26] default-configs: Add loongarch linux-user support
` [PATCH v13 24/26] target/loongarch: Add target build suport
` [PATCH v13 25/26] target/loongarch: 'make check-tcg' support
` [PATCH v13 26/26] scripts: add loongarch64 binfmt config

[PATCH] fuzz: pass failures from child process into libfuzzer engine
 2021-12-05 16:17 UTC 

[PATCH 0/2] MIPS misc fixes
 2021-12-05 15:25 UTC  (6+ messages)
` [PATCH 1/2] hw/mips: bootloader: Fix write_ulong

[PATCH v2 00/15] target/m68k: Conditional traps + trap cleanup
 2021-12-04 16:50 UTC  (9+ messages)
` [PATCH v2 06/15] target/m68k: Fix address argument for EXCP_CHK
` [PATCH v2 07/15] target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0
` [PATCH v2 08/15] target/m68k: Fix address argument for EXCP_TRACE

[PATCH] hid: Implement support for side and extra buttons
 2021-12-04 11:20 UTC  (2+ messages)

[PATCH v2] hw/net: npcm7xx_emc fix missing queue_flush
 2021-12-04  9:45 UTC  (2+ messages)

[RFC PATCH 0/2] qemu-img convert: Fix sparseness detection
 2021-12-04  9:53 UTC  (10+ messages)
` [RFC PATCH 2/2] "

QEMU 6.2.0 and rhbz#1999878
 2021-12-04  0:09 UTC  (5+ messages)

[PATCH v2 0/2] hw/arm/virt: Support for virtio-mem-pci
 2021-12-03 23:25 UTC  (9+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] virtio-mem: Correct default THP size for ARM64

[PATCH for 7.0 0/5] bsd-user-smoke: A simple smoke test for bsd-user
 2021-12-03 23:46 UTC  (2+ messages)

RFC for NBD protocol extension: extended headers
 2021-12-03 23:17 UTC  (31+ messages)
` [PATCH] spec: Add NBD_OPT_EXTENDED_HEADERS
` [PATCH 00/14] qemu patches for NBD_OPT_EXTENDED_HEADERS
  ` [PATCH 01/14] nbd/server: Minor cleanups
  ` [PATCH 02/14] qemu-io: Utilize 64-bit status during map
  ` [PATCH 03/14] qemu-io: Allow larger write zeroes under no fallback
  ` [PATCH 04/14] nbd/client: Add safety check on chunk payload length
  ` [PATCH 05/14] nbd/server: Prepare for alternate-size headers
  ` [PATCH 06/14] nbd: Prepare for 64-bit requests
  ` [PATCH 07/14] nbd: Add types for extended headers
  ` [PATCH 08/14] nbd/server: Initial support "
  ` [PATCH 09/14] nbd/server: Support 64-bit block status
  ` [PATCH 10/14] nbd/client: Initial support for extended headers
  ` [PATCH 11/14] nbd/client: Accept 64-bit hole chunks
  ` [PATCH 12/14] nbd/client: Accept 64-bit block status chunks
  ` [PATCH 13/14] nbd/client: Request extended headers during negotiation
  ` [PATCH 14/14] do not apply: nbd/server: Send 64-bit hole chunk
` [libnbd PATCH 00/13] libnbd patches for NBD_OPT_EXTENDED_HEADERS
  ` [libnbd PATCH 01/13] golang: Simplify nbd_block_status callback array copy
  ` [libnbd PATCH 02/13] block_status: Refactor array storage
  ` [libnbd PATCH 03/13] protocol: Add definitions for extended headers
  ` [libnbd PATCH 04/13] protocol: Prepare to send 64-bit requests
  ` [libnbd PATCH 05/13] protocol: Prepare to receive 64-bit replies
  ` [libnbd PATCH 06/13] protocol: Accept 64-bit holes during pread
  ` [libnbd PATCH 07/13] generator: Add struct nbd_extent in prep for 64-bit extents
  ` [libnbd PATCH 08/13] block_status: Track 64-bit extents internally
  ` [libnbd PATCH 09/13] block_status: Accept 64-bit extents during block status
  ` [libnbd PATCH 10/13] api: Add [aio_]nbd_block_status_64
  ` [libnbd PATCH 11/13] api: Add three functions for controlling extended headers
  ` [libnbd PATCH 12/13] generator: Actually request "
  ` [libnbd PATCH 13/13] interop: Add test of 64-bit block status

[PATCH v3 0/2] hw/arm/virt: Support for virtio-mem-pci
 2021-12-03 23:34 UTC  (3+ messages)
` [PATCH v3 1/2] virtio-mem: Correct default THP size for ARM64
` [PATCH v3 2/2] hw/arm/virt: Support for virtio-mem-pci

[PATCH] hw/net: npcm7xx_emc fix missing queue_flush
 2021-12-03 22:10 UTC  (4+ messages)

[RFC PATCH for-7.0 00/35] target/ppc fpu fixes and cleanups
 2021-12-03 21:33 UTC  (8+ messages)
` [PATCH 01/35] softfloat: Extend float_exception_flags to 16 bits
` [PATCH 14/35] target/ppc: Remove inline from do_fri
` [PATCH 15/35] target/ppc: Use FloatRoundMode in do_fri

[PATCH 00/14] block: cleanup backing and file handling
 2021-12-03 20:25 UTC  (15+ messages)
` [PATCH 01/14] block: BlockDriver: add .filtered_child_is_backing field
` [PATCH 02/14] block: introduce bdrv_open_file_child() helper
` [PATCH 03/14] block/blklogwrites: don't care to remove bs->file child on failure
` [PATCH 04/14] test-bdrv-graph-mod: update test_parallel_perm_update test case
` [PATCH 05/14] tests-bdrv-drain: bdrv_replace_test driver: declare supports_backing
` [PATCH 06/14] test-bdrv-graph-mod: fix filters to be filters
` [PATCH 07/14] block: document connection between child roles and bs->backing/bs->file
` [PATCH 08/14] block/snapshot: stress that we fallback to primary child
` [PATCH 09/14] Revert "block: Let replace_child_noperm free children"
` [PATCH 10/14] Revert "block: Let replace_child_tran keep indirect pointer"
` [PATCH 11/14] Revert "block: Restructure remove_file_or_backing_child()"
` [PATCH 12/14] Revert "block: Pass BdrvChild ** to replace_child_noperm"
` [PATCH 13/14] block: Manipulate bs->file / bs->backing pointers in .attach/.detach
` [PATCH 14/14] block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr

[PATCH v3 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask
 2021-12-03 19:58 UTC  (5+ messages)
` [PATCH v3 1/3] target/ppc: Implement Vector Expand Mask
` [PATCH v3 2/3] target/ppc: Implement Vector Extract Mask
` [PATCH v3 3/3] target/ppc: Implement Vector Mask Move insns

[PULL 0/2] Seabios 20211203 patches
 2021-12-03 19:47 UTC  (2+ messages)

[PATCH 0/4] s390x/pci: some small fixes
 2021-12-03 18:21 UTC  (7+ messages)
` [PATCH 1/4] s390x/pci: use a reserved ID for the default PCI group

RFC: x86 memory map, where to put CXL ranges?
 2021-12-03 17:57 UTC 

Suggestions for TCG performance improvements
 2021-12-03 17:27 UTC  (3+ messages)

[PATCH for-7.0] ppc: Mark the 'taihu' machine as deprecated
 2021-12-03 17:05 UTC  (3+ messages)

[RFC PATCH 0/2] insn plugin tweaks for measuring frequency
 2021-12-03 14:44 UTC  (3+ messages)
` [RFC PATCH 1/2] tests/plugin: allow libinsn.so per-CPU counts
` [RFC PATCH 2/2] tests/plugins: add instruction matching to libinsn.so

[PATCH v3 0/4] s390x/pci: some small fixes
 2021-12-03 14:27 UTC  (5+ messages)
` [PATCH v3 1/4] s390x/pci: use a reserved ID for the default PCI group
` [PATCH v3 2/4] s390x/pci: don't use hard-coded dma range in reg_ioat
` [PATCH v3 3/4] s390x/pci: use the passthrough measurement update interval
` [PATCH v3 4/4] s390x/pci: add supported DT information to clp response

[PATCH v4 00/19] iotests: support zstd
 2021-12-03 13:07 UTC  (8+ messages)
` [PATCH v4 01/19] iotests.py: img_info_log(): rename imgopts argument
` [PATCH v4 06/19] iotest 065: explicit compression type
` [PATCH v4 13/19] iotest 39: use _qcow2_dump_header
` [PATCH v4 14/19] iotests: bash tests: filter compression type
` [PATCH v4 15/19] iotests 60: more accurate set dirty bit in qcow2 header
` [PATCH v4 16/19] iotest 214: explicit compression type
` [PATCH v4 18/19] iotests.py: implement unsupported_imgopts

[PATCH v2 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask
 2021-12-03 13:21 UTC  (4+ messages)
` [PATCH v2 2/3] target/ppc: Implement Vector Extract Mask


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