qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-18 15:36:51 to 2022-11-21 13:41:28 UTC [more...]

[PATCH 00/19] Migration patches for 8.8
 2022-11-21 13:27 UTC  (16+ messages)
` [PATCH 02/19] multifd: Create page_count fields into both MultiFD{Recv, Send}Params
` [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 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 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 18/19] migration: Remove old preempt code around state maintainance
` [PATCH 19/19] migration: Drop rs->f

[PATCH v4 00/11] Still more coroutine and various fixes in block layer
 2022-11-21 13:26 UTC  (13+ messages)
` [PATCH v4 01/11] block-copy: add missing coroutine_fn annotations
` [PATCH v4 02/11] nbd/server.c: "
` [PATCH v4 03/11] block-backend: replace bdrv_*_above with blk_*_above
` [PATCH v4 04/11] block-coroutine-wrapper.py: introduce generated_co_wrapper_simple

[PULL 0/5] target-arm queue
 2022-11-21 13:02 UTC  (6+ 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 12:59 UTC  (9+ 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

[PATCH for-8.0 00/29] tcg: Improve atomicity support
 2022-11-21 12:48 UTC  (9+ 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] multifd: Updated QAPI format for 'migrate' qemu monitor command
 2022-11-21 12:40 UTC  (2+ messages)

[PATCH for-7.2 v3 0/3] rtl8139: honor large send MSS value
 2022-11-21 12:31 UTC  (8+ 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

[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] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'
 2022-11-21 11:24 UTC  (4+ messages)

[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  (21+ 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/3] kvm: fix two svm pmu virtualization bugs
 2022-11-21 11:03 UTC  (7+ messages)
` [PATCH 1/3] kvm: introduce a helper before creating the 1st vcpu
` [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/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] vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
 2022-11-21 10:11 UTC 

[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

[PULL 0/1] chardev patch for 7.2
 2022-11-21  7:36 UTC  (2+ messages)
` [PULL 1/1] chardev/char-win-stdio: Pass Ctrl+C to guest with a multiplexed monitor

[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  (21+ messages)
` [PATCH v3 01/17] migration: Remove res_compatible parameter
` [PATCH v3 03/17] migration: Block migration comment or code is wrong
` [PATCH v3 12/17] vfio/migration: Implement VFIO migration protocol v2
` [PATCH v3 14/17] vfio/migration: Reset device if setting recover state fails

[PATCH v5 0/9] support subsets of code size reduction extension
 2022-11-21  7:20 UTC  (11+ 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 v5 7/9] target/riscv: add support for Zcmt extension

[PATCH] vhost: configure all host notifiers in a single MR transaction
 2022-11-21  4:01 UTC  (3+ messages)

[PATCH v2] hw/riscv: virt: Remove the redundant ipi-id property
 2022-11-21  0:53 UTC  (3+ messages)

[PATCH] riscv: Add RISCVCPUConfig.satp_mode to set sv48, sv57, etc
 2022-11-20 23:43 UTC  (2+ messages)

[PATCH v11 0/5] RISC-V Smstateen support
 2022-11-20 23:35 UTC  (3+ messages)
` [PATCH v11 4/5] target/riscv: smstateen check for fcsr

[PATCH v2 0/3] Decouple INTx-to-LNKx routing from south bridges
 2022-11-20 15:05 UTC  (4+ messages)
` [PATCH v2 1/3] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
` [PATCH v2 2/3] hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific
` [PATCH v2 3/3] hw/isa/piix4: "

[PATCH v4 0/3] block/rbd: Add support for layered encryption
 2022-11-20 10:28 UTC  (4+ messages)
` [PATCH v4 1/3] block/rbd: encryption nit fixes
` [PATCH v4 2/3] block/rbd: Add luks-any encryption opening option
` [PATCH v4 3/3] block/rbd: Add support for layered encryption

Instruction concurrent modification issue of direct jump in AArch64
 2022-11-19 21:25 UTC  (2+ messages)

[PATCH qemu.git v2 0/9] hw/timer/imx_epit: imprive and fix compare timer handling
 2022-11-19 17:41 UTC  (18+ messages)
` [PATCH qemu.git v2 6/9] hw/timer/imx_epit: remove explicit fields cnt and freq
` [PATCH qemu.git v2 3/9] hw/timer/imx_epit: simplify interrupt logic
` [PATCH qemu.git v2 4/9] hw/timer/imx_epit: software reset clears the interrupt
` [PATCH qemu.git v2 7/9] hw/timer/imx_epit: factor out register write handlers
` [PATCH qemu.git v2 2/9] hw/timer/imx_epit: cleanup CR defines
` [PATCH qemu.git v2 5/9] hw/timer/imx_epit: do not persist CR.SWR bit
` [PATCH qemu.git v2 9/9] hw/timer/imx_epit: fix compare timer handling
` [PATCH qemu.git v2 8/9] hw/timer/imx_epit: change reset handling

[PATCH 0/4] AVR target fixes
 2022-11-19 16:04 UTC  (6+ messages)
` [PATCH 1/4] target/avr: fix long address calculation
` [PATCH 2/4] target/avr: implement small RAM/large RAM feature
` [PATCH 3/4] target/avr: fix avr features processing
` [PATCH 4/4] target/avr: fix interrupt processing

[PATCH v2 00/19] At present there is no Windows support for 9p file system
 2022-11-19 15:22 UTC  (6+ messages)
` [PATCH v2 05/19] hw/9pfs: Update 9pfs to use the new QemuFd_t type

[PATCH] chardev/char-win-stdio: Pass Ctrl+C to guest with a multiplexed monitor
 2022-11-19 15:19 UTC  (4+ messages)

[PATCH 1/2] io: Add support for MSG_PEEK for socket channel
 2022-11-19  9:40 UTC  (6+ messages)
` [PATCH 2/2] migration: check magic value for deciding the mapping of channels
`  "
` [PATCH v3 1/2] io: Add support for MSG_PEEK for socket channel
` [PATCH v3 2/2] migration: check magic value for deciding the mapping of channels

[PATCH] e1000e: Define E1000_SWSM_SMBI
 2022-11-19  6:01 UTC 

[PATCH] e1000e: Mask registers when writing
 2022-11-19  5:53 UTC 

[PATCH] e1000: Mask registers when writing
 2022-11-19  5:49 UTC 

Plugin Memory Callback Debugging
 2022-11-18 22:02 UTC  (4+ messages)

[PATCH v2 00/15] block: Simplify drain
 2022-11-18 17:41 UTC  (16+ messages)
` [PATCH v2 01/15] qed: Don't yield in bdrv_qed_co_drain_begin()
` [PATCH v2 02/15] test-bdrv-drain: Don't yield in .bdrv_co_drained_begin/end()
` [PATCH v2 03/15] block: Revert .bdrv_drained_begin/end to non-coroutine_fn
` [PATCH v2 04/15] block: Remove drained_end_counter
` [PATCH v2 05/15] block: Inline bdrv_drain_invoke()
` [PATCH v2 06/15] block: Fix locking for bdrv_reopen_queue_child()
` [PATCH v2 07/15] block: Drain invidual nodes during reopen
` [PATCH v2 08/15] block: Don't use subtree drains in bdrv_drop_intermediate()
` [PATCH v2 09/15] stream: Replace subtree drain with a single node drain
` [PATCH v2 10/15] block: Remove subtree drains
` [PATCH v2 11/15] block: Call drain callbacks only once
` [PATCH v2 12/15] block: Remove ignore_bds_parents parameter from drain_begin/end
` [PATCH v2 13/15] block: Drop out of coroutine in bdrv_do_drained_begin_quiesce()
` [PATCH v2 14/15] block: Don't poll in bdrv_replace_child_noperm()
` [PATCH v2 15/15] block: Remove poll parameter from bdrv_parent_drained_begin_single()

[PATCH] tests/avocado: configure acpi-bits to use avocado timeout
 2022-11-18 16:18 UTC  (5+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-18 15:59 UTC  (10+ messages)
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit


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