messages from 2022-11-21 00:59:03 to 2022-11-21 21:03:59 UTC [more...]
Null dereference in bdrv_unregister_buf() probably memory-backend-file related?
2022-11-21 21:03 UTC (4+ messages)
[PATCH] accel/tcg/plugin: Fix op_rw
2022-11-21 20:39 UTC
Plugin Memory Callback Debugging
2022-11-21 20:18 UTC (3+ messages)
[RFC PATCH] include/hw: attempt to document VirtIO feature variables (!DISCUSS!)
2022-11-21 20:08 UTC (4+ messages)
[PATCH] virtio: disable error for out of spec queue-enable
2022-11-21 20:03 UTC
[PATCH] tests/qtest: Decrease the amount of output from the qom-test
2022-11-21 19:42 UTC
[PATCH] target/arm: Use signed quantity to represent VMSAv8-64 translation level
2022-11-21 19:02 UTC (3+ messages)
[PATCH for 8.0 v5 00/20] use MemTxAttrs to avoid current_cpu in hw/
2022-11-21 18:43 UTC (7+ messages)
` [PATCH v5 01/20] hw: encode accessing CPU index in MemTxAttrs
` [PATCH v5 14/20] hw/audio: explicitly set .requester_type for intel-hda
` [PATCH v5 18/20] hw/i386: convert apic access to use MemTxAttrs
[PATCH qemu.git v2 0/9] hw/timer/imx_epit: imprive and fix compare timer handling
2022-11-21 17:35 UTC (4+ messages)
` [PATCH qemu.git v2 3/9] hw/timer/imx_epit: simplify interrupt logic
[PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'
2022-11-21 17:32 UTC (4+ messages)
[PATCH v7 0/7] hw/arm/virt: Improve address assignment for high memory regions
2022-11-21 17:16 UTC (2+ messages)
[PATCH] cleanup: Tweak and re-run return_directly.cocci
2022-11-21 17:00 UTC (8+ messages)
[PATCH v2 00/11] migration: introduce dirtylimit capability
2022-11-21 16:26 UTC (12+ messages)
` [PATCH v2 01/11] dirtylimit: Fix overflow when computing MB
` [PATCH v2 02/11] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH v2 03/11] kvm-all: Do not allow reap vcpu dirty ring buffer if not ready
` [PATCH v2 04/11] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH v2 05/11] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH v2 06/11] migration: Introduce dirty-limit capability
` [PATCH v2 07/11] migration: Implement dirty-limit convergence algo
` [PATCH v2 08/11] migration: Export dirty-limit time info
` [PATCH v2 09/11] tests: Add migration dirty-limit capability test
` [PATCH v2 10/11] tests/migration: Introduce dirty-ring-size option into guestperf
` [PATCH v2 11/11] tests/migration: Introduce dirty-limit "
[PATCH for-8.0 00/29] tcg: Improve atomicity support
2022-11-21 16:28 UTC (19+ messages)
` [PATCH for-8.0 01/29] include/qemu/cpuid: Introduce xgetbv_low
` [PATCH for-8.0 04/29] accel/tcg: Introduce tlb_read_idx
` [PATCH for-8.0 09/29] tcg/tci: Use cpu_{ld,st}_mmu
` [PATCH for-8.0 10/29] tcg: Unify helper_{be,le}_{ld,st}*
` [PATCH for-8.0 19/29] tcg: Introduce TCG_OPF_TYPE_MASK
` [PATCH for-8.0 21/29] tcg/i386: Introduce tcg_out_mov2
` [PATCH for-8.0 22/29] tcg/i386: Introduce tcg_out_testi
` [PATCH for-8.0 24/29] tcg/i386: Replace is64 with type in qemu_ld/st routines
` [PATCH for-8.0 25/29] tcg/i386: Mark Win64 call-saved vector regs as reserved
[PATCH] vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
2022-11-21 16:20 UTC (2+ messages)
[PATCH 00/19] Migration patches for 8.8
2022-11-21 16:18 UTC (21+ messages)
` [PATCH 01/19] multifd: Create page_size fields into both MultiFD{Recv, Send}Params
` [PATCH 02/19] multifd: Create page_count "
` [PATCH 03/19] migration: Export ram_transferred_ram()
` [PATCH 04/19] migration: Export ram_release_page()
` [PATCH 05/19] migration: Take bitmap mutex when completing ram migration
` [PATCH 06/19] migration: Add postcopy_preempt_active()
` [PATCH 07/19] migration: Cleanup xbzrle zero page cache update logic
` [PATCH 08/19] migration: Trivial cleanup save_page_header() on same block check
` [PATCH 09/19] migration: Remove RAMState.f references in compression code
` [PATCH 10/19] migration: Yield bitmap_mutex properly when sending/sleeping
` [PATCH 11/19] migration: Use atomic ops properly for page accountings
` [PATCH 12/19] migration: Teach PSS about host page
` [PATCH 13/19] migration: Introduce pss_channel
` [PATCH 14/19] migration: Add pss_init()
` [PATCH 15/19] migration: Make PageSearchStatus part of RAMState
` [PATCH 16/19] migration: Move last_sent_block into PageSearchStatus
` [PATCH 17/19] migration: Send requested page directly in rp-return thread
` [PATCH 18/19] migration: Remove old preempt code around state maintainance
` [PATCH 19/19] migration: Drop rs->f
[PATCH RESEND v3 0/2] virtio: remove unnecessary host_features in ->get_features()
2022-11-21 16:12 UTC (5+ messages)
` [PATCH RESEND v3 1/2] virtio: document ->host_features usage in vdc->get_features() callback
` [PATCH RESEND v3 2/2] virtio: remove unnecessary host_features in ->get_features()
[PATCH v4 00/11] Still more coroutine and various fixes in block layer
2022-11-21 16:07 UTC (17+ messages)
` [PATCH v4 01/11] block-copy: add missing coroutine_fn annotations
` [PATCH v4 04/11] block-coroutine-wrapper.py: introduce generated_co_wrapper_simple
` [PATCH v4 05/11] block-coroutine-wrapper.py: default to main loop aiocontext if function does not have a BlockDriverState parameter
` [PATCH v4 06/11] block-coroutine-wrapper.py: support also basic return types
` [PATCH v4 07/11] block/vmdk: add missing coroutine_fn annotations
[PATCH for-7.2 v3 0/3] rtl8139: honor large send MSS value
2022-11-21 15:55 UTC (9+ messages)
` [PATCH for-7.2 v3 1/3] rtl8139: avoid clobbering tx descriptor bits
` [PATCH for-7.2 v3 2/3] rtl8139: keep Tx command mode 0 and 1 separate
` [PATCH for-7.2 v3 3/3] rtl8139: honor large send MSS value
[PULL 0/5] target-arm queue
2022-11-21 15:54 UTC (7+ messages)
` [PULL 1/5] hw/sd: Fix sun4i allwinner-sdhost for U-Boot
` [PULL 2/5] hw/intc: clean-up access to GIC multi-byte registers
` [PULL 3/5] hw/intc: add implementation of GICD_IIDR to Arm GIC
` [PULL 4/5] tests/avocado/boot_linux.py: Bump aarch64 virt test timeout to 720s
` [PULL 5/5] target/arm: Limit LPA2 effective output address when TCR.DS == 0
[PULL 0/8] Next patches
2022-11-21 15:54 UTC (10+ messages)
` [PULL 1/8] migration/channel-block: fix return value for qio_channel_block_{readv, writev}
` [PULL 2/8] migration/multifd/zero-copy: Create helper function for flushing
` [PULL 3/8] migration: Fix possible infinite loop of ram save process
` [PULL 4/8] migration: Fix race on qemu_file_shutdown()
` [PULL 5/8] migration: Disallow postcopy preempt to be used with compress
` [PULL 6/8] migration: Use non-atomic ops for clear log bitmap
` [PULL 7/8] migration: Disable multifd explicitly with compression
` [PULL 8/8] migration: Block migration comment or code is wrong
[PULL 0/1] chardev patch for 7.2
2022-11-21 15:54 UTC (3+ messages)
` [PULL 1/1] chardev/char-win-stdio: Pass Ctrl+C to guest with a multiplexed monitor
[PATCH v3 0/3] virtio: remove unnecessary host_features in ->get_features()
2022-11-21 15:48 UTC (4+ messages)
` [PATCH v3 1/3] target/ppc: Fix build warnings when building with 'disable-tcg'
` [PATCH v3 2/3] virtio: document ->host_features usage in vdc->get_features() callback
` [PATCH v3 3/3] virtio: remove unnecessary host_features in ->get_features()
[PATCH for-7.2 0/3] Fix lack of keyboard in SeaBIOS/grub/FreeDOS
2022-11-21 15:36 UTC (4+ messages)
` [PATCH for-7.2 1/3] tests: acpi: whitelist DSDT before moving PRQx to _SB scope
` [PATCH for-7.2 2/3] acpi: x86: move RPQx field back "
` [PATCH for-7.2 3/3] tests: acpi: x86: update expected DSDT after moving PRQx fields in "
[PATCH v2 0/3] hw/isa/piix4: Remove MIPS Malta specific bits
2022-11-21 15:34 UTC (3+ messages)
` [PATCH v2 2/3] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
[PATCH] target/arm: added cortex-a55 CPU support for qemu-virt
2022-11-21 15:08 UTC
[PATCH 00/15] Protect the block layer with a rwlock: part 3
2022-11-21 15:02 UTC (2+ messages)
[PATCH 0/6] Protect the block layer with a rwlock: part 2
2022-11-21 15:02 UTC (2+ messages)
[PATCH 00/20] Protect the block layer with a rwlock: part 1
2022-11-21 15:02 UTC (2+ messages)
[PATCH 0/3] kvm: fix two svm pmu virtualization bugs
2022-11-21 14:28 UTC (8+ messages)
` [PATCH 2/3] i386: kvm: disable KVM_CAP_PMU_CAPABILITY if "pmu" is disabled
` [PATCH 3/3] target/i386/kvm: get and put AMD pmu registers
[PATCH 0/3] hw/{i2c, nvme}: mctp endpoint, nvme management interface model
2022-11-21 8:04 UTC (5+ messages)
` [PATCH RFC 2/3] hw/i2c: add mctp core
[PATCH v11 00/11] s390x: CPU Topology
2022-11-21 14:13 UTC (5+ messages)
` [PATCH v11 04/11] s390x/cpu topology: reporting the CPU topology to the guest
[PULL 0/1] ppc queue
2022-11-17 20:08 UTC (2+ messages)
[PULL 0/4] Some small s390x and testing fixes
2022-11-17 20:07 UTC (2+ messages)
[PATCH v2] gtk: disable GTK Clipboard with a new meson option
2022-11-21 13:55 UTC
[PATCH] target/arm: added cortex-a55 CPU support for qemu-virt
2022-11-21 13:50 UTC (5+ messages)
[PATCH] multifd: Updated QAPI format for 'migrate' qemu monitor command
2022-11-21 12:40 UTC (2+ messages)
[PATCH 0/3] Set runstate to RUN_STATE_RESTORE_VM when started with "-loadvm"
2022-11-21 12:26 UTC (3+ messages)
` [PATCH 1/3] Revert "usbredir: avoid queuing hello packet on snapshot restore"
[PATCH v2 0/7] multifd: Multiple interface support on top of Multifd
2022-11-21 12:26 UTC (6+ messages)
` [PATCH v2 2/7] multifd: modifying 'migrate' qmp command to add multifd socket on particular src and dest pair
[PATCH] tests/avocado: Update the URLs of the advent calendar images
2022-11-21 12:18 UTC (3+ messages)
[PATCH] target/arm: build smbios 19 table
2022-11-21 11:43 UTC (6+ messages)
[RFC PATCH 0/1] QEMU: Dirty quota-based throttling of vcpus
2022-11-21 11:35 UTC (3+ messages)
` [RFC PATCH 1/1] "
[PATCH 00/10] Cleanups around error_propagate() and ERRP_GUARD()
2022-11-21 11:19 UTC (15+ messages)
` [PATCH 01/10] error: Drop some obviously superfluous error_propagate()
` [PATCH 02/10] error: Drop a few superfluous ERRP_GUARD()
` [PATCH 03/10] error: Move ERRP_GUARD() to the beginning of the function
` [PATCH 04/10] monitor: Simplify monitor_fd_param()'s error handling
` [PATCH 05/10] monitor: Use ERRP_GUARD() in monitor_init()
` [PATCH 06/10] qemu-config: Make config_parse_qdict() return bool
` [PATCH 07/10] qemu-config: Use ERRP_GUARD() where obviously appropriate
` [PATCH 08/10] sockets: "
` [PATCH 09/10] qapi: Use returned bool to check for failure (again)
` [PATCH 10/10] io: Tidy up fat-fingered parameter name
[PATCH for-8.0 0/7] main-loop: Introduce QEMU_IOTHREAD_LOCK_GUARD
2022-11-21 11:05 UTC (18+ messages)
` [PATCH for-8.0 1/7] qemu/main-loop: "
` [PATCH for-8.0 2/7] hw/mips: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_mips_irq_request
` [PATCH for-8.0 3/7] target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt
` [PATCH for-8.0 4/7] target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittb
` [PATCH for-8.0 5/7] target/riscv: Use QEMU_IOTHREAD_LOCK_GUARD in riscv_cpu_update_mip
` [PATCH for-8.0 6/7] hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irq
` [PATCH for-8.0 7/7] accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writex
[PATCH 0/4] misc tweaks for kvm and the 64bit pci window
2022-11-21 10:57 UTC (6+ messages)
` [PATCH 1/4] better kvm detection
` [PATCH 2/4] detect physical address space size
` [PATCH 3/4] move 64bit pci window to end of address space
` [SeaBIOS] "
` [PATCH 4/4] be less conservative with the 64bit pci io window
[PATCH 0/2] qemu-ga-win: 'guest-get-fsinfo' command wont query storage devices of bus type USB
2022-11-21 8:33 UTC (6+ messages)
` [PATCH 1/2] qga:/qga-win: adding a empty PCI address creation function
` [PATCH 2/2] qga:/qga-win: skip getting pci info for USB disks
[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
2022-11-21 8:20 UTC (16+ messages)
` [PULL v4 30/83] virtio: core: vq reset feature negotation support
` [PULL v4 46/83] acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeration generate AML
[PATCH 0/2] remove redundant field PCIDeviceClass::is_bridge
2022-11-21 7:43 UTC (5+ messages)
` [PATCH 1/2] remove DEC 21154 PCI bridge
[PATCH v2 0/5] Nested virtualization fixes for QEMU
2022-11-21 7:23 UTC (4+ messages)
` [PATCH v2 5/5] target/riscv: Ensure opcode is saved for all relevant instructions
[PATCH v3 00/17] vfio/migration: Implement VFIO migration protocol v2
2022-11-21 7:21 UTC (9+ messages)
` [PATCH v3 01/17] migration: Remove res_compatible parameter
` [PATCH v3 03/17] migration: Block migration comment or code is wrong
[PATCH v5 0/9] support subsets of code size reduction extension
2022-11-21 7:20 UTC (9+ messages)
` [PATCH v5 1/9] target/riscv: add cfg properties for Zc* extension
` [PATCH v5 2/9] target/riscv: add support for Zca extension
` [PATCH v5 3/9] target/riscv: add support for Zcf extension
` [PATCH v5 4/9] target/riscv: add support for Zcd extension
[PATCH] vhost: configure all host notifiers in a single MR transaction
2022-11-21 4:01 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).