qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-10 20:00:55 to 2024-06-12 02:26:44 UTC [more...]

[PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
 2024-06-12  2:25 UTC  (2+ messages)

[PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM
 2024-06-12  1:29 UTC  (5+ messages)

qemu-riscv32 usermode still broken?
 2024-06-12  1:26 UTC  (7+ messages)

[PATCH RESEND 0/6] Introduce extension implied rules
 2024-06-12  1:21 UTC  (10+ messages)
` [PATCH RESEND 1/6] target/riscv: Introduce extension implied rules definition
` [PATCH RESEND 2/6] target/riscv: Introduce extension implied rule helpers
` [PATCH RESEND 3/6] target/riscv: Add MISA implied rules
` [PATCH RESEND 4/6] target/riscv: Add standard extension "

[PATCH] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
 2024-06-11 21:58 UTC 

[PATCH v3 0/6] Rework x86 page table walks
 2024-06-11 18:49 UTC  (4+ messages)
` [PATCH v3 1/6] Add an "info pg" command that prints the current page tables

[RFC PATCH v2 0/2] ui/gtk: Introduce new param - Connectors
 2024-06-11 18:28 UTC  (5+ messages)

[RFC PATCH v1 0/6] Implement ARM PL011 in Rust
 2024-06-11 18:25 UTC  (39+ messages)
` [RFC PATCH v1 1/6] build-sys: Add rust feature option

[PATCH v4 0/4] vvfat: Fix write bugs for large files and add iotests
 2024-06-11 18:11 UTC  (7+ messages)
` [PATCH v4 2/4] vvfat: Fix usage of `info.file.offset`

[PATCH v4 0/5] backup: discard-source parameter
 2024-06-11 17:49 UTC  (3+ messages)
` [PATCH v4 5/5] iotests: add backup-discard-source

[PATCH v1] virtio-iommu: add error check before assert
 2024-06-11 17:46 UTC  (3+ messages)

[PULL 0/8] Block layer patches
 2024-06-11 17:36 UTC  (9+ messages)
` [PULL 1/8] block: drop force_dup parameter of raw_reconfigure_getfd()
` [PULL 2/8] Revert "monitor: use aio_co_reschedule_self()"
` [PULL 3/8] aio: warn about iohandler_ctx special casing
` [PULL 4/8] qemu-io: add cvtnum() error handling for zone commands
` [PULL 5/8] block/copy-before-write: use uint64_t for timeout in nanoseconds
` [PULL 6/8] linux-aio: add IO_CMD_FDSYNC command support
` [PULL 7/8] block/crypto: create ciphers on demand
` [PULL 8/8] crypto/block: drop qcrypto_block_open() n_threads argument

[PATCH 0/1] i386/tcg fix for IRET as used in dotnet runtime
 2024-06-11 16:20 UTC  (2+ messages)
` [PATCH 1/1] i386/tcg: Allow IRET from user mode to user mode for "

[PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
 2024-06-11 16:15 UTC  (9+ messages)
` [PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation

about QEMU TLS
 2024-06-11 15:57 UTC  (4+ messages)

[PATCH v2 0/7] Live migration acceleration with UADK
 2024-06-11 15:47 UTC  (14+ messages)
` [PATCH v2 1/7] docs/migration: add uadk compression feature
` [PATCH v2 2/7] configure: Add uadk option
` [PATCH v2 3/7] migration/multifd: add uadk compression framework
` [PATCH v2 4/7] migration/multifd: Add UADK initialization
` [PATCH v2 5/7] migration/multifd: Add UADK based compression and decompression
` [PATCH v2 6/7] migration/multifd: Switch to no compression when no hardware support

[PATCH v5 00/10] Support persistent reservation operations
 2024-06-11 15:04 UTC  (7+ messages)
` [PATCH v5 01/10] block: add persistent reservation in/out api
    ` [External] "
  ` Re:Re: [PATCH v5 00/10] Support persistent reservation operations
    `  "

[PATCH v2 0/3] hw/arm: Create second NonSecure UART for virt board
 2024-06-11 14:42 UTC  (3+ messages)
` [PATCH v2 3/3] hw/arm/virt: allow creation of a second NonSecure UART

[PULL 00/25] target/i386, SCSI changes for 2024-06-11
 2024-06-11 14:25 UTC  (26+ messages)
` [PULL 01/25] scsi-disk: Fix crash for VM configured with USB CDROM after live migration
` [PULL 02/25] i386/cpu: fixup number of addressable IDs for processor cores in the physical package
` [PULL 03/25] i386/sev: fix unreachable code coverity issue
` [PULL 04/25] i386/sev: Move SEV_COMMON null check before dereferencing
` [PULL 05/25] i386/sev: Return when sev_common is null
` [PULL 06/25] target/i386: remove CPUX86State argument from generator functions
` [PULL 07/25] target/i386: rewrite flags writeback for ADCX/ADOX
` [PULL 08/25] target/i386: put BLS* input in T1, use generic flag writeback
` [PULL 09/25] target/i386: change X86_ENTRYr to use T0
` [PULL 10/25] target/i386: change X86_ENTRYwr to use T0, use it for moves
` [PULL 11/25] target/i386: replace NoSeg special with NoLoadEA
` [PULL 12/25] target/i386: fix processing of intercept 0 (read CR0)
` [PULL 13/25] target/i386: convert MOV from/to CR and DR to new decoder
` [PULL 14/25] target/i386: fix bad sorting of entries in the 0F table
` [PULL 15/25] target/i386: finish converting 0F AE to the new decoder
` [PULL 16/25] target/i386: replace read_crN helper with read_cr8
` [PULL 17/25] target/i386: split X86_CHECK_prot into PE and VM86 checks
` [PULL 18/25] target/i386: convert non-grouped, helper-based 2-byte opcodes
` [PULL 19/25] target/i386: pull load/writeback out of gen_shiftd_rm_T1
` [PULL 20/25] target/i386: adapt gen_shift_count for SHLD/SHRD
` [PULL 21/25] target/i386: convert SHLD/SHRD to new decoder
` [PULL 22/25] target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT "
` [PULL 23/25] target/i386: convert XADD "
` [PULL 24/25] target/i386: convert CMPXCHG "
` [PULL 25/25] target/i386: SEV: do not assume machine->cgs is SEV

[PATCH v2] qapi: clarify that the default is backend dependent
 2024-06-11 14:10 UTC  (2+ messages)

[PATCH] hw/net/virtio-net.c: fix crash in iov_copy()
 2024-06-11 14:08 UTC  (3+ messages)

[RFC PATCH] migration/savevm: do not schedule snapshot_save_job_bh in qemu_aio_context
 2024-06-11 14:04 UTC  (4+ messages)

[PATCH 00/20] qga: clean up command source locations and conditionals
 2024-06-11 14:03 UTC  (8+ messages)
` [PATCH 08/20] qga: conditionalize schema for commands unsupported on Windows
` [PATCH 18/20] qga: add note about where to disable commands for a platform

[PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
 2024-06-11 12:31 UTC  (2+ messages)

[PATCH] tests/qtest/fuzz: fix memleak in qos_fuzz.c
 2024-06-11 12:31 UTC  (2+ messages)

[PATCH v2 0/3] hw/usb: Introduce x-query-usbhost QMP command
 2024-06-11 12:30 UTC  (7+ messages)
` [PATCH v2 1/3] hw/usb: Remove unused 'host.h' header
` [PATCH v2 2/3] hw/usb: Introduce x-query-usbhost QMP command
` [PATCH v2 3/3] monitor: Remove monitor_register_hmp()

[PATCH 0/3] snp: fix coverity reported issues
 2024-06-11 12:26 UTC  (2+ messages)

[PATCH v3] i386/cpu: fixup number of addressable IDs for processor cores in the physical package
 2024-06-11 12:25 UTC  (3+ messages)

[PATCH 0/2] hw/misc/mos6522: Do not open-code hmp_info_human_readable_text()
 2024-06-11 12:23 UTC  (12+ messages)
` [PATCH 1/2] hw/misc/mos6522: Expose x-query-mos6522-devices QMP command
` Examining device state via monitor for debugging (was: [PATCH 0/2] hw/misc/mos6522: Do not open-code hmp_info_human_readable_text())
  ` Examining device state via monitor for debugging

[PATCH v4] hw/audio/virtio-snd: Always use little endian audio format
 2024-06-11 12:17 UTC  (3+ messages)

[PATCH v2] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
 2024-06-11 12:16 UTC  (2+ messages)

[PATCH v3 0/2] meson: Remove libibumad dependence
 2024-06-11 11:49 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] test: "

[PATCH] qtest/x86/numa-test: do not use the obsolete 'pentium' cpu
 2024-06-11 11:47 UTC  (2+ messages)

[RFC PATCH v2 0/5] Implement ARM PL011 in Rust
 2024-06-11 10:33 UTC  (6+ messages)
` [RFC PATCH v2 1/5] build-sys: Add rust feature option
` [RFC PATCH v2 2/5] rust: add bindgen step as a meson dependency
` [RFC PATCH v2 3/5] rust: add PL011 device model
` [RFC PATCH v2 4/5] DO NOT MERGE: add rustdoc build for gitlab pages
` [RFC PATCH v2 5/5] DO NOT MERGE: replace TYPE_PL011 with x-pl011-rust in arm virt machine

[PATCH v3 0/5] semihosting: Restrict to TCG
 2024-06-11 10:07 UTC  (4+ messages)
` [PATCH v3 4/5] target/riscv: Restrict semihosting "

[PATCH] hw/usb: Introduce x-query-usbhost QMP command
 2024-06-11  9:59 UTC  (3+ messages)

[PATCH 0/3] cpu_exec_halt: make method mandatory
 2024-06-11  9:58 UTC  (9+ messages)
` [PATCH 1/3] target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt()
` [PATCH 2/3] target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation
` [PATCH 3/3] accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory

[PATCH v2 0/1] meson: Remove libibumad dependence
 2024-06-11  9:49 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] meson: Remove libumad dependence
 2024-06-11  9:14 UTC  (3+ messages)

[PATCH v3 0/1] Optimize Code
 2024-06-11  9:02 UTC  (3+ messages)
` [PATCH v3 1/1] qga/linux: Add new api 'guest-network-get-route'

[PATCH v8 0/7] Live Migration With IAA
 2024-06-10 10:21 UTC  (8+ messages)
` [PATCH v8 1/7] docs/migration: add qpl compression feature
` [PATCH v8 2/7] migration/multifd: put IOV initialization into compression method
` [PATCH v8 3/7] configure: add --enable-qpl build option
` [PATCH v8 4/7] migration/multifd: add qpl compression method
` [PATCH v8 5/7] migration/multifd: implement initialization of qpl compression
` [PATCH v8 6/7] migration/multifd: implement qpl compression and decompression
` [PATCH v8 7/7] tests/migration-test: add qpl compression test

[PATCH 0/3] Mouse cursor improvements on macOS and VNC
 2024-06-11  7:35 UTC  (5+ messages)
` [PATCH 3/3] ui/cocoa: Adds support for mouse cursors

[PATCH] hw/net: cadence_gem: fix: type2_compare_x_word_0 error
 2024-06-11  6:32 UTC  (5+ messages)
    ` 答复: "

[Stable-7.2.12 00/29] Patch Round-up for stable 7.2.12, frozen at 2024-06-07
 2024-06-11  4:50 UTC  (4+ messages)

[ANNOUNCE] QEMU 8.2.5 Stable released
 2024-06-11  4:44 UTC 

[ANNOUNCE] QEMU 9.0.1 Stable released
 2024-06-11  4:44 UTC 

[ANNOUNCE] QEMU 7.2.12 Stable released
 2024-06-11  4:43 UTC 

[RFC v2 0/7] VIRTIO-IOMMU/VFIO: Fix host iommu geometry handling for hotplugged devices
 2024-06-11  3:25 UTC  (15+ messages)
` [RFC v2 1/7] HostIOMMUDevice: Store the VFIO/VDPA agent
` [RFC v2 2/7] virtio-iommu: Implement set|unset]_iommu_device() callbacks
` [RFC v2 3/7] HostIOMMUDevice: Introduce get_iova_ranges callback
` [RFC v2 4/7] virtio-iommu: Compute host reserved regions
` [RFC v2 5/7] virtio-iommu: Remove the implementation of iommu_set_iova_range
` [RFC v2 6/7] hw/vfio: Remove memory_region_iommu_set_iova_ranges() call
` [RFC v2 7/7] memory: Remove IOMMU MR iommu_set_iova_range API

[PATCH v7 00/17] Add a host IOMMU device abstraction to check with vIOMMU
 2024-06-11  2:32 UTC  (3+ messages)

[PULL 00/10] loongarch-to-apply queue
 2024-06-11  1:57 UTC  (4+ messages)
` [PULL 06/10] hw/loongarch: Refine fwcfg memory map

[RFC PATCH 0/3] monitor: Pass HMP arguments to QMP HumanReadableText API as JSON
 2024-06-10 21:02 UTC  (3+ messages)
` [PATCH 1/3] hw/s390x: Declare target specific monitor commands in hmp-target.h

[PATCH v2 00/18] migration/mapped-ram: Add direct-io support
 2024-06-10 20:12 UTC  (8+ messages)
` [PATCH v2 18/18] migration/ram: Add direct-io support to precopy file migration


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