qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-09 21:25:16 to 2021-10-11 19:33:58 UTC [more...]

[PATCH v4 0/3] MSG_ZEROCOPY for multifd
 2021-10-11 19:31 UTC  (7+ messages)
` [PATCH v4 1/3] QIOChannel: Add io_writev_zerocopy & io_flush_zerocopy callbacks
` [PATCH v4 2/3] QIOChannelSocket: Implement io_writev_zerocopy & io_flush_zerocopy for CONFIG_LINUX
` [PATCH v4 3/3] multifd: Implement zerocopy write in multifd migration (multifd-zerocopy)

[PATCH 0/9] nios2: Enable cross compile and fix signals
 2021-10-11 19:06 UTC  (2+ messages)

[PATCH v2 0/5] qapi: Add feature flags to enum members
 2021-10-11 18:58 UTC  (7+ messages)
` [PATCH v2 1/5] qapi: Enable enum member introspection to show more than name
` [PATCH v2 4/5] qapi: Implement deprecated-input={reject, crash} for enum values
  ` [PATCH v2 4/5] qapi: Implement deprecated-input={reject,crash} "
` [PATCH RFC v2 5/5] block: Deprecate transaction type drive-backup

[PATCH] target/s390x: move tcg_gen_insn_start to s390x_tr_insn_start
 2021-10-11 18:53 UTC 

[PATCH v2 0/6] Add vmnet.framework based network backend
 2021-10-11 18:44 UTC  (3+ messages)
` [PATCH v2 1/6] net/vmnet: dependencies setup, initial preparations

[RFC PATCH] target/s390x: move tcg_gen_insn_start to s390x_tr_insn_start
 2021-10-11 18:34 UTC  (2+ messages)

[PULL 0/2] Block patches
 2021-10-11 18:23 UTC  (4+ messages)
` [PULL 1/2] iothread: rename PollParamInfo to IOThreadParamInfo
` [PULL 2/2] iothread: use IOThreadParamInfo in iothread_[set|get]_param()

[RFC PATCH v1 0/2] Improvements to SIGP handling [QEMU]
 2021-10-11 18:07 UTC  (9+ messages)
` [RFC PATCH v1 1/2] s390x: sigp: Force Set Architecture to return Invalid Parameter
` [RFC PATCH v1 2/2] s390x/kvm: Pass SIGP Stop flags

[PATCH v1 0/9] migration/ram: Optimize for virtio-mem via RamDiscardManager
 2021-10-11 17:53 UTC  (10+ messages)
` [PATCH v1 1/9] memory: Introduce replay_discarded callback for RamDiscardManager
` [PATCH v1 2/9] virtio-mem: Implement replay_discarded RamDiscardManager callback
` [PATCH v1 3/9] migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*()
` [PATCH v1 4/9] migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source
` [PATCH v1 5/9] virtio-mem: Drop precopy notifier
` [PATCH v1 6/9] migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
` [PATCH v1 7/9] migration: Simplify alignment and alignment checks
` [PATCH v1 8/9] migration/ram: Factor out populating pages readable in ram_block_populate_pages()
` [PATCH v1 9/9] migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots

[PATCH 0/2] target/i386/sev: Replace malloc with local variables
 2021-10-11 17:57 UTC  (5+ messages)
` [PATCH 1/2] target/i386/sev: Use local variable for kvm_sev_launch_start
` [PATCH 2/2] target/i386/sev: Use local variable for kvm_sev_launch_measure

[PATCH] memory: Log access direction for invalid accesses
 2021-10-11 17:47 UTC  (2+ messages)

ACPI endianness
 2021-10-11 17:47 UTC  (12+ messages)

[PATCH v1 0/2] memory: Update description of memory_region_is_mapped()
 2021-10-11 17:45 UTC  (3+ messages)
` [PATCH v1 1/2] machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()
` [PATCH v1 2/2] memory: Update description of memory_region_is_mapped()

[PATCH v4 00/11] virtio-iommu: Add ACPI support
 2021-10-11 17:34 UTC  (9+ messages)
` [PATCH v4 08/11] tests/acpi: allow updates of VIOT expected data files

[PATCH v1] virtio-mem: Don't skip alignment checks when warning about block size
 2021-10-11 17:33 UTC 

[PATCH 0/6] SGX NUMA support
 2021-10-11 17:03 UTC  (9+ messages)
` [PATCH 1/6] numa: Enable numa for SGX EPC sections
` [PATCH 2/6] monitor: Support 'info numa' command
` [PATCH 3/6] numa: Add SGXEPCSection list for multiple sections
` [PATCH 4/6] monitor: numa support for 'info sgx' command
` [PATCH 5/6] numa: Enable numa for libvirt interface
` [PATCH 6/6] doc: Add the SGX numa description

[PATCH v4 0/7] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
 2021-10-11 16:46 UTC  (2+ messages)

Moving QEMU downloads to GitLab Releases?
 2021-10-11 16:27 UTC  (14+ messages)

[PATCH] qcow2: Silence clang -m32 compiler warning
 2021-10-11 16:24 UTC  (2+ messages)

[PATCH v4] VNC-related HMP/QMP fixes
 2021-10-11 16:17 UTC  (6+ messages)
` [PATCH v4 1/2] monitor/hmp: add support for flag argument with value
` [PATCH v4 2/2] monitor: refactor set/expire_password and allow VNC display id

[PATCH 0/8] tcg: support 32-bit guest addresses as signed
 2021-10-11 15:32 UTC  (20+ messages)
` [PATCH 1/8] tcg: Add TCG_TARGET_SIGNED_ADDR32
` [PATCH 2/8] accel/tcg: Split out g2h_tlbe
` [PATCH 3/8] accel/tcg: Support TCG_TARGET_SIGNED_ADDR32 for softmmu
` [PATCH 4/8] accel/tcg: Add guest_base_signed_addr32 for user-only
` [PATCH 5/8] linux-user: Support TCG_TARGET_SIGNED_ADDR32
` [PATCH 6/8] tcg/aarch64: "
` [PATCH 7/8] target/mips: "
` [PATCH 8/8] target/riscv: "

[RFC v2 0/2] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
 2021-10-11 15:15 UTC  (3+ messages)
` [RFC v2 1/2] hw/pci-host/gpex: Allow to generate preserve boot config DSM #5

[PATCH v2 00/15] qdev: Add JSON -device
 2021-10-11 15:07 UTC  (3+ messages)
` [PATCH v2 04/15] qom: Reduce use of error_propagate()

[PATCH v2] vmdk: allow specification of tools version
 2021-10-11 14:56 UTC  (3+ messages)

[PATCH] s390x/ipl: check kernel command line size
 2021-10-11 14:44 UTC  (3+ messages)

[PATCH v2 0/3] hw/arm/virt_acpi_build: Upgrate the IORT table up to revision E.b
 2021-10-11 14:40 UTC  (5+ messages)
` [PATCH v2 2/3] hw/arm/virt-acpi-build: IORT upgrade "
` [PATCH v2 3/3] tests/acpi: Generate reference blob for IORT rev E.b

[PATCH] hw/misc: applesmc: use host osk as default on macs
 2021-10-11 14:36 UTC  (7+ messages)

[PATCH v3 0/3] hw/mips/boston: ELF kernel support
 2021-10-11 13:58 UTC  (2+ messages)

[PATCH v3 0/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
 2021-10-11 13:54 UTC  (7+ messages)
` [PATCH v3 1/3] tests/acpi/bios-tables-test: add and allow changes to a new q35 DSDT table blob
` [PATCH v3 2/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
` [PATCH v3 3/3] tests/acpi/bios-tables-test: update DSDT blob for multifunction bridge test

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-10-11 13:24 UTC  (22+ messages)
` Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
                          ` Deprecate the ppc405 boards in QEMU?

[PATCH] qapi: Improve input_type_enum()'s error message
 2021-10-11 13:20 UTC  (2+ messages)

[PATCH] qemu-iotests: flush after every test
 2021-10-11 13:25 UTC  (2+ messages)

[PATCH] tests/acceptance: Add tests for the ppc405 boards
 2021-10-11 13:22 UTC  (2+ messages)

[PATCH 0/6] RfC: try improve native hotplug for pcie root ports
 2021-10-11 12:49 UTC  (8+ messages)
` [PATCH 1/6] pci: implement power state
` [PATCH 2/6] pcie: implement slow power control for pcie root ports
` [PATCH 3/6] pcie: add power indicator blink check
` [PATCH 4/6] pcie: factor out pcie_cap_slot_unplug()
` [PATCH 5/6] pcie: fast unplug when slot power is off
` [PATCH 6/6] pcie: expire pending delete

[PATCH v2] coroutine: resize pool periodically instead of limiting size
 2021-10-11 12:43 UTC  (2+ messages)

[PATCH] Trim some trailing space from human-readable output
 2021-10-11 12:33 UTC  (2+ messages)

[RFC PATCH v2 00/25] block layer: split block APIs in global state and I/O
 2021-10-11 11:12 UTC  (9+ messages)
` [RFC PATCH v2 11/25] include/block/blockjob.h: global state API
` [RFC PATCH v2 24/25] job.h: split function pointers in JobDriver

[PATCH] contrib/plugins: add a drcov plugin
 2021-10-11 11:11 UTC 

[PATCH v2 0/2] pylint: fix new errors and warnings in qemu-iotests
 2021-10-11 11:04 UTC  (4+ messages)

[PATCH] qemu-img: Consistent docs for convert -F
 2021-10-11 10:40 UTC  (2+ messages)

[PATCH v2] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
 2021-10-11 10:31 UTC  (3+ messages)

[PATCH v3 1/1] virtio: write back F_VERSION_1 before validate
 2021-10-11  9:07 UTC  (2+ messages)

[PATCH v2 0/2] Remove unsupported features in SNR CPU model
 2021-10-11  8:31 UTC  (3+ messages)
` [PATCH v2 2/2] target/i386: Remove core-capability in Snowridge "

[PATCH 0/2] hw/core/machine: An an unit test for smp_parse
 2021-10-11  7:54 UTC  (5+ messages)
` [PATCH 1/2] hw/core/machine: Split out smp_parse as an inline API
` [PATCH 2/2] tests/unit: Add an unit test for smp parsing

[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
 2021-10-11  7:44 UTC  (12+ messages)

[PATCH] hw/misc: Add a virtual pci device to dynamically attach memory to QEMU
 2021-10-11  7:43 UTC  (9+ messages)

[PATCH] monitor: Tidy up find_device_state()
 2021-10-11  6:39 UTC  (2+ messages)

[PATCH v3 00/12] vfio-user server in QEMU
 2021-10-11  5:31 UTC  (13+ messages)
` [PATCH v3 01/12] configure, meson: override C compiler for cmake
` [PATCH v3 02/12] vfio-user: build library
` [PATCH v3 03/12] vfio-user: define vfio-user-server object
` [PATCH v3 04/12] vfio-user: instantiate vfio-user context
` [PATCH v3 05/12] vfio-user: find and init PCI device
` [PATCH v3 06/12] vfio-user: run vfio-user context
` [PATCH v3 07/12] vfio-user: handle PCI config space accesses
` [PATCH v3 08/12] vfio-user: handle DMA mappings
` [PATCH v3 09/12] vfio-user: handle PCI BAR accesses
` [PATCH v3 10/12] vfio-user: handle device interrupts
` [PATCH v3 11/12] vfio-user: register handlers to facilitate migration
` [PATCH v3 12/12] vfio-user: acceptance test

[PATCH V4 00/10] vhost-vDPA multiqueue
 2021-10-11  4:28 UTC  (11+ messages)
` [PATCH V4 01/10] vhost-vdpa: open device fd in net_init_vhost_vdpa()
` [PATCH V4 02/10] vhost-vdpa: classify one time request
` [PATCH V4 03/10] vhost-vdpa: prepare for the multiqueue support
` [PATCH V4 04/10] vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *
` [PATCH V4 05/10] net: introduce control client
` [PATCH V4 06/10] vhost-net: control virtqueue support
` [PATCH V4 07/10] virtio-net: use "queue_pairs" instead of "queues" when possible
` [PATCH V4 08/10] vhost: record the last virtqueue index for the virtio device
` [PATCH V4 09/10] virtio-net: vhost control virtqueue support
` [PATCH V4 10/10] vhost-vdpa: multiqueue support

[PULL 00/57] pc,pci,virtio: features, fixes
 2021-10-11  3:32 UTC  (4+ messages)

[PATCH] generic-loader: remove the ram_size limit when a loading binary file
 2021-10-10 23:06 UTC  (7+ messages)

[PATCH] multiboot: Use DMA instead port-based transfer
 2021-10-10 19:10 UTC 

[PATCH V4] block/rbd: implement bdrv_co_block_status
 2021-10-10 18:29 UTC  (2+ messages)

[RFC PATCH 00/13] target/riscv: Rationalize XLEN and operand length
 2021-10-10 15:17 UTC  (2+ messages)

[PATCH] tests: tcg: Fix PVH test with binutils 2.36+
 2021-10-10 12:21 UTC  (2+ messages)

[PATCH v2 00/37] Add D-Bus display backend
 2021-10-09 21:08 UTC  (18+ messages)
` [PATCH v2 14/37] ui: add a gl-unblock warning timer
` [PATCH v2 18/37] ui: move qemu_spice_fill_device_address to ui/util.c
` [PATCH v2 23/37] docs: move D-Bus VMState documentation to source XML
` [PATCH v2 24/37] docs: add dbus-display documentation
` [PATCH v2 25/37] build-sys: set glib dependency version
` [PATCH v2 26/37] ui: add a D-Bus display backend
` [PATCH v2 27/37] ui/dbus: add p2p=on/off option
` [PATCH v2 28/37] tests/qtests: add qtest_qmp_add_client()
` [PATCH v2 29/37] tests: start dbus-display-test
` [PATCH v2 30/37] audio: add "dbus" audio backend
` [PATCH v2 31/37] ui/dbus: add clipboard interface
` [PATCH v2 32/37] chardev: teach socket to accept no addresses
` [PATCH v2 33/37] chardev: make socket derivable
` [PATCH v2 34/37] option: add g_auto for QemuOpts
` [PATCH v2 35/37] ui/dbus: add chardev backend & interface
` [PATCH v2 36/37] ui/dbus: register D-Bus VC handler
` [PATCH v2 37/37] MAINTAINERS: update D-Bus section


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