qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-12 11:34:29 to 2023-06-13 16:13:30 UTC [more...]

[PATCH v2 00/20] Next round of migration atomic counters
 2023-06-13 16:12 UTC  (7+ messages)
` [PATCH v2 04/20] qemu-file: We only call qemu_file_transferred_* on the sending side
` [PATCH v2 05/20] qemu_file: Use a stat64 for qemu_file_transferred

[PATCH v5 00/16] iotests: use vm.cmd()
 2023-06-13 15:48 UTC  (2+ messages)

[PATCH 00/15] Q35 and I440FX host bridge QOM cleanup
 2023-06-13 15:28 UTC  (26+ messages)
` [PATCH 02/15] hw/pci-host/q35: Fix double, contradicting .endianness assignment
` [PATCH 03/15] hw/pci-host/q35: Initialize PCMachineState::bus in board code
` [PATCH 04/15] hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macro
` [PATCH 05/15] hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board code
` [PATCH 07/15] hw/pci-host/i440fx: Replace magic values by existing constants
` [PATCH 11/15] hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM property
` [PATCH 15/15] hw/i386/pc_piix: Move i440fx' realize near its qdev_new()

[PATCH v1 0/5] virtio-mem: Device unplug support
 2023-06-13 15:02 UTC  (6+ messages)
` [PATCH v1 1/5] pc: Properly handle unplug of virtio based memory devices
` [PATCH v1 2/5] arm/virt: "
` [PATCH v1 3/5] virtio-mem: Prepare for unplug support of virtio-mem-pci devices
` [PATCH v1 4/5] pc: Support unplug "
` [PATCH v1 5/5] arm/virt: "

[PATCH 00/18] Migration compression cleanup
 2023-06-13 14:57 UTC  (19+ messages)
` [PATCH 01/18] migration: Give one error if trying to set MULTIFD and XBZRLE
` [PATCH 02/18] migration: Give one error if trying to set COMPRESSION "
` [PATCH 03/18] migration: RDMA is not compatible with anything else
` [PATCH 04/18] migration: Remove save_page_use_compression()
` [PATCH 05/18] migration: Move compression_counters cleanup ram-compress.c
` [PATCH 06/18] migration: Create populate_compress()
` [PATCH 07/18] migration: Create ram_compressed_pages()
` [PATCH 08/18] migration: Move update_compress_threads_counts() to ram-compress.c
` [PATCH 09/18] migration: Make compress_data_with_multithreads return bool
` [PATCH 10/18] migration: Simplify compress_page_with_multithread()
` [PATCH 11/18] migration: Move busy++ to migrate_with_multithread
` [PATCH 12/18] migration: Create compression_update_rates()
` [PATCH 13/18] migration: Simplify decompress_data_with_multi_threads()
` [PATCH 14/18] migration: Use "i" as an for index in ram-compress.c
` [PATCH 15/18] migration: save_compress_page() can take block through pss
` [PATCH 16/18] migration: control_save_page() "
` [PATCH 17/18] migration: Remove not needed block parameter for save_zero_page*
` [PATCH 18/18] migration: Remove not needed file "

[PATCH] vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path
 2023-06-13 14:09 UTC 

[PATCH v3 0/9] bulk: Replace CONFIG_SOFTMMU by !CONFIG_USER_ONLY/CONFIG_SYSTEM_ONLY
 2023-06-13 13:33 UTC  (10+ messages)
` [PATCH v3 1/9] target/i386: Simplify i386_tr_init_disas_context()
` [PATCH v3 2/9] target/tricore: Remove pointless CONFIG_SOFTMMU guard
` [PATCH v3 3/9] target/m68k: Check for USER_ONLY definition instead of SOFTMMU one
` [PATCH v3 4/9] target/ppc: "
` [PATCH v3 5/9] hw/core/cpu: "
` [PATCH v3 6/9] accel/tcg: "
` [PATCH v3 7/9] meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
` [PATCH v3 8/9] meson: Replace "
` [PATCH v3 9/9] meson: Replace softmmu_ss -> system_ss

[PATCH v2 0/3] i386: Minor fixes of building CPUIDs
 2023-06-13 13:19 UTC  (4+ messages)
` [PATCH v2 1/3] i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
` [PATCH v2 2/3] i386/cpuid: Remove subleaf constraint on "
` [PATCH v2 3/3] i386/cpuid: Move leaf 7 to correct group

[PATCH] hw/loongarch: Supplement cpu topology arguments
 2023-06-13 12:55 UTC  (2+ messages)

[PATCH 1/2] ui/touch: Move event handling to a common helper
 2023-06-13 12:52 UTC  (4+ messages)
` [PATCH 2/2] ui/dbus: Expose a touch device interface

[PATCH V2 0/4] string list functions
 2023-06-13 12:33 UTC  (14+ messages)
` [PATCH V2 1/4] qapi: strList_from_string

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-13 12:25 UTC  (5+ messages)

[PATCH v2] hw/loongarch: Add numa support
 2023-06-13 12:26 UTC 

[PATCH v2 0/2] Add LoongArch cpu arch_id support
 2023-06-13 12:05 UTC  (3+ messages)
` [PATCH v2 1/2] hw/loongarch/virt: Add "
` [PATCH v2 2/2] hw/intc: Set physical cpuid route for LoongArch ipi device

[PATCH v2 00/23] q800: add support for booting MacOS Classic - part 1
 2023-06-13 11:50 UTC  (8+ messages)
` [PATCH v2 05/23] q800: move CPU object into Q800MachineState

[PULL 00/17] Misc patches for 2023-06-13
 2023-06-13  9:38 UTC  (18+ messages)
` [PULL 01/17] linux-user, bsd-user: Preserve incoming order of environment variables in the target
` [PULL 02/17] cocoa: Fix warnings about invalid prototype declarations
` [PULL 03/17] util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin
` [PULL 04/17] util/cacheflush: Avoid possible redundant dcache flush "
` [PULL 05/17] accel/hvf: Report HV_DENIED error
` [PULL 06/17] target/hppa/meson: Only build int_helper.o with system emulation
` [PULL 07/17] target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulation
` [PULL 08/17] target/i386/helper: Shuffle do_cpu_init()
` [PULL 09/17] target/i386: Rename helper template headers as '.h.inc'
` [PULL 10/17] hw/i2c: Enable an id for the pca954x devices
` [PULL 11/17] hw/ide/ahci: Remove stray backslash
` [PULL 12/17] hw/scsi/megasas: Silent GCC duplicated-cond warning
` [PULL 13/17] hw/char/parallel: Export struct ParallelState
` [PULL 14/17] hw/char/parallel-isa: Export struct ISAParallelState
` [PULL 15/17] exec/ram_addr: Return number of dirty pages in cpu_physical_memory_set_dirty_lebitmap()
` [PULL 16/17] hw/vfio: Add number of dirty pages to vfio_get_dirty_bitmap tracepoint
` [PULL 17/17] exec/memory: Introduce RAM_NAMED_FILE flag

[PATCH v4 0/2] hw/vfio: Improve vfio_get_dirty_bitmap() tracepoint
 2023-06-13  9:45 UTC  (4+ messages)

[PATCH 00/16] target/riscv, KVM: fixes and enhancements
 2023-06-13 10:29 UTC  (11+ messages)
` [PATCH 03/16] target/riscv/cpu.c: restrict 'mvendorid' value
` [PATCH 13/16] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH 14/16] target/riscv: adapt 'riscv_isa_string' for KVM

[PATCH v2 0/2] Export struct ISAParallelState
 2023-06-13  9:32 UTC  (4+ messages)

[PATCH 1/2] ui/touch: Move event handling to a common helper
 2023-06-13 10:46 UTC 

Fwd: QEMU AVR Patch - Correct handling of AVR interrupts
 2023-06-13  9:42 UTC  (4+ messages)

[PATCH V3] memory: RAM_NAMED_FILE flag
 2023-06-13  9:33 UTC  (2+ messages)

[PATCH v3] hvf: Report HV_DENIED error
 2023-06-13  9:33 UTC  (2+ messages)

[PATCH v3] linux-user, bsd-user: preserve incoming order of environment variables in the target
 2023-06-13  9:32 UTC  (2+ messages)

[PULL 00/42] target-arm queue
 2023-06-13  9:26 UTC  (5+ messages)
` [PULL 26/42] target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}r

[PATCH] vhost-user: fully use new backend/frontend naming
 2023-06-13  8:48 UTC  (2+ messages)

[PATCH 0/5] cmd646: move device-specific BMDMA registers to separate memory region
 2023-06-13  8:07 UTC  (12+ messages)
` [PATCH 1/5] cmd646: checkpatch fixes
` [PATCH 2/5] cmd646: create separate header and QOM type for CMD646_IDE
` [PATCH 4/5] cmd646: rename cmd646_bmdma_ops to bmdma_ops
` [PATCH 5/5] cmd646: move device-specific BMDMA registers to separate memory region

[RFC 0/4] Add full zoned storage emulation to qcow2 driver
 2023-06-13  8:01 UTC  (4+ messages)
` [RFC 1/4] docs/qcow2: add the zoned format feature

[RFC 0/6] Migration deprecated parts
 2023-06-13  7:48 UTC  (11+ messages)
` [RFC 1/6] migration: skipped field is really obsolete
` [RFC 2/6] migration: migrate 'inc' command option is deprecated
` [RFC 3/6] migration: migrate 'blk' "
` [RFC 4/6] migration: Deprecate -incoming <uri>
` [RFC 5/6] migration: Deprecate block migration
` [RFC 6/6] migration: Deprecated old compression method

[PATCH v2 00/17] Support smp.clusters for x86
 2023-06-13  7:57 UTC  (2+ messages)

[PATCH] i386/WHPX: Fix error message when fail to set ProcessorCount
 2023-06-13  7:49 UTC  (2+ messages)

[PATCH v6 0/9] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-06-13  5:28 UTC  (3+ messages)
` [PATCH v6 1/9] migration: introduced 'MigrateAddress' in QAPI for migration wire protocol

[PATCH v15 00/10] TCG code quality tracking
 2023-06-13  3:29 UTC  (2+ messages)

[PATCH v3 0/5] Optimize UNMAP call and bug fix
 2023-06-13  2:37 UTC  (15+ messages)
` [PATCH v3 4/5] intel_iommu: Fix address space unmap
` [PATCH v3 5/5] intel_iommu: Optimize out some unnecessary UNMAP calls

[PATCH] elf2dmp: Don't abandon when Prcb is set to 0
 2023-06-13  0:39 UTC  (3+ messages)

[PATCH] sdl2: Check if window exists before updating it
 2023-06-13  0:28 UTC  (3+ messages)

[PATCH v3 0/4] hw/arm/raspi: Use named constants in BCM props
 2023-06-12 22:34 UTC  (5+ messages)
` [PATCH v3 1/4] hw/arm/raspi: Import Linux raspi definitions as 'raspberrypi-fw-defs.h'
` [PATCH v3 2/4] hw/misc/bcm2835_property: Use 'raspberrypi-fw-defs.h' definitions
` [RFC PATCH v3 3/4] hw/misc/bcm2835_property: Replace magic frequency values by definitions
` [RFC PATCH v3 4/4] hw/misc/bcm2835_property: Handle CORE_CLK_ID firmware property

[PATCH v2] Use named constants in BCM props
 2023-06-12 22:30 UTC  (2+ messages)

[PATCH] imx_serial: set wake bit when we receive a data byte
 2023-06-12 13:23 UTC  (2+ messages)

[Qemu-devel] [Bug 1180923] [NEW] unused memory filled with 0x00 instead of 0xFF
 2023-06-12 21:57 UTC  (2+ messages)
` [Bug 1180923] "

[PATCH] hw/i386/vmmouse: use the new input api
 2023-06-12 20:28 UTC  (3+ messages)

[PATCH V2] migration: file URI
 2023-06-12 19:55 UTC  (4+ messages)

[PATCH v4 00/24] qemu patches for 64-bit NBD extensions
 2023-06-12 19:24 UTC  (20+ messages)
` [PATCH v4 02/24] nbd: Consistent typedef usage in header
  ` [Libguestfs] "
` [PATCH v4 03/24] nbd/server: Prepare for alternate-size headers
` [PATCH v4 05/24] nbd: s/handle/cookie/ to match NBD spec
` [PATCH v4 06/24] nbd/client: Simplify cookie vs. index computation
` [PATCH v4 08/24] nbd: Use enum for various negotiation modes
` [PATCH v4 09/24] nbd: Replace bool structured_reply with mode enum
    ` [Libguestfs] "
` [PATCH v4 10/24] nbd/client: Pass mode through to nbd_send_request
` [PATCH v4 11/24] nbd: Add types for extended headers

[PATCH] migration.json: Don't use space before colon
 2023-06-12 19:16 UTC 

[PATCH 0/2] Export struct ISAParallelState
 2023-06-12 19:07 UTC  (6+ messages)
` [PATCH 2/2] hw/char/parallel-isa: "

[PATCH][RESEND v5 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-06-12 17:42 UTC  (5+ messages)
` [PATCH][RESEND v5 1/3] error: define g_autoptr() cleanup function for the Error type
` [PATCH][RESEND v5 2/3] Add Hyper-V Dynamic Memory Protocol definitions
` [PATCH][RESEND v5 3/3] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon)

[PATCH] hw/vfio/pci-quirks: Support alternate offset for GPUDirect Cliques
 2023-06-12 15:05 UTC  (4+ messages)
` [PATCH v2] "

[PATCH V9 00/46] Live Update
 2023-06-12 14:59 UTC  (6+ messages)

[PATCH v3] 9pfs: deprecate 'proxy' backend
 2023-06-12 14:57 UTC  (2+ messages)
` [SPAM] "

[PATCH v2 00/38] crypto: Provide aes-round.h and host accel
 2023-06-12 14:46 UTC  (17+ messages)
` [PATCH v2 01/38] tcg/ppc: Define _CALL_AIX for clang on ppc64(be)
` [PATCH v2 02/38] util: Add cpuinfo-ppc.c
` [PATCH v2 03/38] tests/multiarch: Add test-aes
` [PATCH v2 10/38] target/ppc: Use aesenc_SB_SR_AK
` [PATCH v2 15/38] target/ppc: Use aesdec_ISB_ISR_AK
` [PATCH v2 25/38] target/ppc: Use aesenc_SB_SR_MC_AK
` [PATCH v2 31/38] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PATCH v2 38/38] host/include/ppc: Implement aes-round.h

[PATCH] tcg: round-robin: do not use mb_read for rr_current_cpu
 2023-06-12 13:30 UTC  (3+ messages)
` [PATCH] coroutine-asm: add x86 CET shadow stack support

[RFC v2 0/6] Native Library Calls
 2023-06-12 13:23 UTC  (8+ messages)
` [RFC v2 1/6] build: Add configure options for native calls
` [RFC v2 6/6] linux-user: Add '-native-bypass' option

[PATCH v3 0/8] Implement Most ARMv8.3 Pointer Authentication Features
 2023-06-12 13:19 UTC  (7+ messages)
` [PATCH v3 1/8] target/arm: Add ID_AA64ISAR2_EL1
` [PATCH v3 2/8] target/arm: v8.3 PAC ID_AA64ISAR[12] feature-detection

[RFC 0/2] migration: Update error description outside migration.c
 2023-06-12 13:14 UTC  (2+ messages)

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-12 10:40 UTC 

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-12 10:58 UTC 

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-12 11:02 UTC 

[QEMU PATCH 0/1]
 2023-06-12 12:42 UTC  (3+ messages)
` [QEMU PATCH 1/1] virtgpu: do not destroy resources when guest suspend

[PATCH v2 0/8] disas/riscv: Add vendor extension support
 2023-06-12 11:58 UTC  (3+ messages)
` [PATCH v2 2/8] target/riscv: Factor out extension tests to cpu_cfg.h

[PATCH 0/9] disas/riscv: Add vendor extension support
 2023-06-12 11:56 UTC  (7+ messages)
` [PATCH 6/9] target/riscv/cpu: Share RISCVCPUConfig with disassembler

[PATCH 0/4] TriCore bugfixes
 2023-06-12 11:32 UTC  (3+ messages)
` [PATCH 2/4] target/tricore: Correctly fix saving PSW.CDE to CSA on call
` [PATCH 4/4] target/tricore: Fix helper_ret() not correctly restoring PSW


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