qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-03 07:47:42 to 2020-11-03 15:19:15 UTC [more...]

[PATCH for-5.2 0/4] deprecate short-form boolean options
 2020-11-03 15:14 UTC  (3+ messages)
` [PATCH for-5.2 2/4] qemu-option: move help handling to get_opt_name_value
` [PATCH for-5.2 4/4] qemu-option: warn for short-form boolean options

[PULL v3 00/12] qemu-ga patch queue for soft-freeze
 2020-11-03 14:40 UTC  (2+ messages)

[PATCH 0/1] acpi: Implement ACPI ERST support for guests
 2020-11-03 14:57 UTC  (2+ messages)

VFIO Migration
 2020-11-03 15:05 UTC  (8+ messages)

[RFC PATCH v2 00/37] cleanup qemu_init and make sense of command line processing
 2020-11-03 14:37 UTC  (5+ messages)

[PULL 00/38] pc,pci,vhost,virtio: fixes
 2020-11-03 14:35 UTC  (39+ messages)
` [PULL 01/38] pc: comment style fixup
` [PULL 02/38] virtio-mem: Make sure "addr" is always multiples of the block size
` [PULL 03/38] virtio-mem: Make sure "usable_region_size" "
` [PULL 04/38] virtio-mem: Probe THP size to determine default "
` [PULL 05/38] memory-device: Support big alignment requirements
` [PULL 06/38] memory-device: Add get_min_alignment() callback
` [PULL 07/38] virito-mem: Implement get_min_alignment()
` [PULL 08/38] hw/acpi : Don't use '#' flag of printf format
` [PULL 09/38] hw/acpi : add space before the open parenthesis '('
` [PULL 10/38] hw/acpi : add spaces around operator
` [PULL 11/38] hw/virtio/vhost-backend: Fix Coverity CID 1432871
` [PULL 12/38] hw/smbios: Fix leaked fd in save_opt_one() error path
` [PULL 13/38] virtio-iommu: Fix virtio_iommu_mr()
` [PULL 14/38] virtio-iommu: Store memory region in endpoint struct
` [PULL 15/38] virtio-iommu: Add memory notifiers for map/unmap
` [PULL 16/38] virtio-iommu: Call memory notifiers in attach/detach
` [PULL 17/38] virtio-iommu: Add replay() memory region callback
` [PULL 18/38] virtio-iommu: Add notify_flag_changed() "
` [PULL 19/38] memory: Add interface to set iommu page size mask
` [PULL 20/38] vfio: Set IOMMU page size as per host supported page size
` [PULL 21/38] virtio-iommu: Set supported page size mask
` [PULL 22/38] vfio: Don't issue full 2^64 unmap
` [PULL 23/38] vhost-vdpa: Add qemu_close in vhost_vdpa_cleanup
` [PULL 24/38] net: Add vhost-vdpa in show_netdevs()
` [PULL 25/38] Revert "vhost-blk: set features before setting inflight feature"
` [PULL 26/38] vhost-blk: set features before setting inflight feature
` [PULL 27/38] libvhost-user: follow QEMU comment style
` [PULL 28/38] configure: introduce --enable-vhost-user-blk-server
` [PULL 29/38] block/export: make vhost-user-blk config space little-endian
` [PULL 30/38] block/export: fix vhost-user-blk get_config() information leak
` [PULL 31/38] contrib/vhost-user-blk: fix "
` [PULL 32/38] test: new qTest case to test the vhost-user-blk-server
` [PULL 33/38] tests/qtest: add multi-queue test case to vhost-user-blk-test
` [PULL 34/38] libqtest: add qtest_socket_server()
` [PULL 35/38] vhost-user-blk-test: rename destroy_drive() to destroy_file()
` [PULL 36/38] vhost-user-blk-test: close fork child file descriptors
` [PULL 37/38] vhost-user-blk-test: drop unused return value
` [PULL 38/38] vhost-user-blk-test: fix races by using fd passing

[PATCH] Revert "vhost-blk: set features before setting inflight feature"
 2020-11-03 14:45 UTC  (4+ messages)

[PATCH] configure: fix gio_libs reference
 2020-11-03 14:51 UTC 

[PATCH v25 03/17] vfio: Add save and load functions for VFIO PCI devices
 2020-11-03 10:40 UTC 

[PATCH-for-5.2 0/4] misc: Trivial format string fixes
 2020-11-03 14:28 UTC  (13+ messages)
` [PATCH-for-5.2 1/4] hw/display/cirrus_vga: Remove debugging code commented out
` [PATCH-for-5.2 2/4] hw/display/cirrus_vga: Fix hexadecimal format string specifier
` [PATCH-for-5.2 3/4] hw/ppc/spapr_tpm_proxy: "
` [PATCH-for-5.2 4/4] migration/ram: "

Out-of-Process Device Emulation session at KVM Forum 2020
 2020-11-03 14:26 UTC  (13+ messages)

[Bug 1902612] [NEW] assert issue locates in xhci_kick_epctx() in hw/usb/hcd-xhci.c
 2020-11-03 14:22 UTC  (2+ messages)
` [Bug 1902612] "

[PULL v8 000/152] Meson-based build system
 2020-11-03 14:27 UTC  (6+ messages)
` [PULL v8 062/152] meson: infrastructure for building emulators

[PATCH] hw/intc: Fix incorrect calculation of core in liointc_read() and liointc_write()
 2020-11-03 14:26 UTC  (6+ messages)

[PATCH] linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zero
 2020-11-03 14:26 UTC 

[PATCH] qapi: make all parsing visitors parse boolean options the same
 2020-11-03 14:23 UTC 

[PATCH] linux-user: Check copy_from_user() return value in vma_dump_size()
 2020-11-03 14:22 UTC  (2+ messages)

[PATCH V2] block/vvfat: Fix bad printf format specifiers
 2020-11-03 14:06 UTC  (2+ messages)

[PULL 00/11] Sock next patches
 2020-11-03 14:02 UTC  (12+ messages)
` [PULL 01/11] test-util-sockets: Plug file descriptor leak
` [PULL 02/11] test-util-sockets: Correct to set has_abstract, has_tight
` [PULL 03/11] test-util-sockets: Clean up SocketAddress construction
` [PULL 04/11] test-util-sockets: Factor out test_socket_unix_abstract_one()
` [PULL 05/11] test-util-sockets: Synchronize properly, don't sleep(1)
` [PULL 06/11] test-util-sockets: Test the complete abstract socket matrix
` [PULL 07/11] sockets: Fix default of UnixSocketAddress member @tight
` [PULL 08/11] sockets: Fix socket_sockaddr_to_address_unix() for abstract sockets
` [PULL 09/11] char-socket: Fix qemu_chr_socket_address() "
` [PULL 10/11] sockets: Bypass "replace empty @path" for abstract unix sockets
` [PULL 11/11] sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX

[PATCH] scsi: allow user to set werror as report
 2020-11-03 14:03 UTC  (3+ messages)

[PATCH for-5.2] s390x: fix build for --without-default-devices
 2020-11-03 14:06 UTC  (4+ messages)

[PATCH] roms/Makefile: Add qboot to .PHONY list
 2020-11-03 13:54 UTC  (2+ messages)

[PATCH v2] ati: check x y display parameter values
 2020-11-03 13:53 UTC  (2+ messages)

[PATCH v3 1/3] hw/9pfs : add spaces around operator
 2020-11-03 13:50 UTC  (2+ messages)

block: Remove unused include
 2020-11-03 13:42 UTC  (3+ messages)

[PATCH] block: Move bdrv_drain_all_end_quiesce() to block_int.h
 2020-11-03 13:40 UTC  (2+ messages)

[PATCH v2 0/8] dev-serial: minor fixes and improvements
 2020-11-03 13:24 UTC  (2+ messages)

[PATCH v2 0/3] console: make QMP screendump use coroutine
 2020-11-03 13:24 UTC  (3+ messages)
` [PATCH v2 2/3] console: modify ppm_save to take a pixman image ref

[PATCH-for-5.2 v3] hw/mips: Remove the 'r4k' machine
 2020-11-03 13:23 UTC  (3+ messages)

[PATCH v2 00/11] sockets: Attempt to drain the abstract socket swamp
 2020-11-03 13:17 UTC  (5+ messages)
` [PATCH v2 09/11] char-socket: Fix qemu_chr_socket_address() for abstract sockets

[RFC PATCH 0/6] eBPF RSS support for virtio-net
 2020-11-03 13:07 UTC  (6+ messages)
` [RFC PATCH 3/6] ebpf: Added eBPF RSS program

[PATCH RFC] memory: pause all vCPUs for the duration of memory transactions
 2020-11-03 13:07 UTC  (3+ messages)

[PATCH 3/30] crypt: Fix Lesser GPL version number
 2020-11-03 12:58 UTC  (3+ messages)
` [PATCH 16/30] boston: "

[PATCH v2 0/2] Assorted fixes to tests that were broken by recent scsi changes
 2020-11-03 12:53 UTC  (4+ messages)
` [PATCH v2 2/2] iotests: rewrite iotest 240 in python

[PATCH 4/30] authz: Fix Lesser GPL version number
 2020-11-03 12:53 UTC  (3+ messages)
` [PATCH 5/30] mips tcg: "

[PATCH V16 0/6] mips: Add Loongson-3 machine support
 2020-11-03 12:47 UTC  (3+ messages)
` [PATCH V16 2/6] target/mips: Add unaligned access support for MIPS64R6 and Loongson-3

[PATCH 00/20] qdev/qom: Remove explicit type names from error_setg() calls
 2020-11-03 12:34 UTC  (9+ messages)
` [PATCH 01/20] qom: Add prefix to error message inside object_property_parse()
` [PATCH 10/20] memfd: Remove unnecessary prefix from error message
` [PATCH 14/20] i386: "
` [PATCH 16/20] nvdimm: "

Question on UEFI ACPI tables setup and probing on arm64
 2020-11-03 12:39 UTC  (2+ messages)

[PATCH] vnc: fix resource leak when websocket channel error
 2020-11-03 12:35 UTC  (2+ messages)

[PATCH] s390-bios: Skip writing iplb location to low core for ccw ipl
 2020-11-03 12:35 UTC  (4+ messages)

[PATCH 1/3] hw/acpi : Don't use '#' flag of printf format
 2020-11-03 12:28 UTC  (6+ messages)
` [PATCH 2/3] hw/acpi : add space before the open parenthesis '('
` [PATCH 3/3] hw/acpi : add spaces around operator

[PATCH v9 0/8] pci_expander_brdige:acpi: Support pxb-pcie for ARM
 2020-11-03 12:01 UTC  (9+ messages)
` [PATCH v9 1/8] acpi: Extract two APIs from acpi_dsdt_add_pci
` [PATCH v9 2/8] fw_cfg: Write the extra roots into the fw_cfg
` [PATCH v9 3/8] acpi: Extract crs build form acpi_build.c
` [PATCH v9 4/8] acpi: Refactor the source of host bridge and build tables for pxb
` [PATCH v9 5/8] acpi: Align the size to 128k
` [PATCH v9 6/8] unit-test: The files changed
` [PATCH v9 7/8] unit-test: Add testcase for pxb
` [PATCH v9 8/8] unit-test: Add the binary file and clear diff.h

[PATCH v3 0/9] block-backend: Introduce I/O hang
 2020-11-03 12:19 UTC  (5+ messages)

[PATCH] hw/9pfs: virtio-9p: Ensure config space is a multiple of 4 bytes
 2020-11-03 12:05 UTC  (4+ messages)

[PATCH] meson: vhost-user-gpu/virtiofsd: use absolute path
 2020-11-03 12:02 UTC  (4+ messages)

[RFC PATCH] docs: add some notes on the sbsa-ref machine
 2020-11-03 12:00 UTC  (4+ messages)

[PATCH] tests/qtest/libqtest.c: Check for setsockopt() failure
 2020-11-03 11:56 UTC  (2+ messages)

[PATCH] tests/qtest/libqos/ahci.c: Avoid NULL dereference in ahci_exec()
 2020-11-03 11:56 UTC  (2+ messages)

[PATCH 1/3] target/arm: add spaces around operator
 2020-11-03 11:45 UTC  (3+ messages)
` [PATCH 2/3] target/arm: Don't use '#' flag of printf format
` [PATCH 3/3] target/arm: add space before the open parenthesis '('

[PATCH] hw/arm/nseries: Check return value from load_image_targphys()
 2020-11-03 11:49 UTC 

[PATCH] target/openrisc: Remove dead code attempting to check "is timer disabled"
 2020-11-03 11:46 UTC 

[PULL 00/26] target-arm queue
 2020-11-03 11:36 UTC  (2+ messages)

[PATCH-for-5.2] MAINTAINERS: Demote Renesas target & hardware to 'Odd Fixes'
 2020-11-03 11:28 UTC  (2+ messages)

About 'qemu-security' mailing list
 2020-11-03 11:18 UTC  (13+ messages)

[PULL v3 00/32] VFIO updates 2020-11-01 (for QEMU 5.2 soft-freeze)
 2020-11-03 11:15 UTC  (7+ messages)
` [PULL v3 23/32] s390x/pci: Add routine to get the vfio dma available count

[PATCH 0/6] fix uninitialized variable warning
 2020-11-03 10:44 UTC  (5+ messages)
` [PATCH 1/6] target/xtensa: "

[PATCH] target/i386: tracing: format length values as hex
 2020-11-03 10:42 UTC  (2+ messages)

[Qemu-devel] [PULL 0/7] Python queue, 2019-02-22
 2020-11-03 10:40 UTC  (3+ messages)
` [Qemu-devel] [PULL 5/7] tests.acceptance: adds simple migration test
  `  "

[PULL 00/12] migration queue
 2020-11-03 10:37 UTC  (5+ messages)
` [PULL 10/12] virtiofsd: Announce sub-mount points

Call for Volunteers: Summaries of a few KVMForum-2020 talks for an LWN article
 2020-11-03  9:59 UTC  (2+ messages)

[Bug 1902470] [NEW] migration with TLS-MultiFD is stuck when the dst-libvirtd service restarts
 2020-11-03  9:56 UTC  (3+ messages)
` [Bug 1902470] "

[PATCH] block/vvfat: Fix bad printf format specifiers
 2020-11-03  9:38 UTC  (3+ messages)

[PATCH] qemu-img: Make sure @sn_opts can be deleted in all error cases
 2020-11-03  9:34 UTC  (2+ messages)

[PATCH-for-5.2 v2] hw/virtio/vhost-backend: Fix Coverity CID 1432871
 2020-11-03  9:19 UTC  (2+ messages)

[PATCH v3 0/7] virtiofsd: Announce submounts to the guest
 2020-11-03  9:14 UTC  (6+ messages)
` [PATCH v3 5/7] virtiofsd: Announce sub-mount points

[PATCH for-5.2] meson: use b_staticpic=false for meson >=0.56.0
 2020-11-03  8:31 UTC 

[PATCH] target/microblaze: Fix possible array out of bounds in mmu_write()
 2020-11-03  7:46 UTC 


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