qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-15 02:54:27 to 2020-09-15 13:11:00 UTC [more...]

[PULL 0/1] seccomp branch queue
 2020-09-15 12:48 UTC  (2+ messages)

[PULL 0/6] Vga 20200915 patches
 2020-09-15 13:09 UTC  (2+ messages)
` [PULL 4/6] object_initialize: try module load

[PATCH 00/15] spapr: Error handling fixes and cleanups (round 2)
 2020-09-15 13:05 UTC  (36+ messages)
` [PATCH 01/15] spapr: Fix error leak in spapr_realize_vcpu()
` [PATCH 02/15] ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()
` [PATCH 03/15] ppc: Fix return value in cpu_post_load() error path
` [PATCH 04/15] spapr: Simplify error handling in callers of ppc_set_compat()
` [PATCH 05/15] spapr: Get rid of cas_check_pvr() error reporting
    ` [SPAM] "
` [PATCH 06/15] spapr: Simplify error handling in do_client_architecture_support()
` [PATCH 07/15] spapr: Simplify error handling in spapr_vio_busdev_realize()
` [PATCH 08/15] spapr: Add a return value to spapr_drc_attach()
` [PATCH 09/15] spapr: Simplify error handling in prop_get_fdt()
` [PATCH 10/15] spapr: Add a return value to spapr_set_vcpu_id()
` [PATCH 11/15] spapr: Simplify error handling in spapr_cpu_core_realize()
` [PATCH 12/15] spapr: Add a return value to spapr_nvdimm_validate()
` [PATCH 13/15] spapr: Add a return value to spapr_check_pagesize()
` [PATCH 14/15] spapr: Simplify error handling in spapr_memory_plug()
    ` [SPAM] "

[PATCH 1/9] tests/acpi: document addition of table DSDT.roothp for unit testing root pci hotplug on/off
 2020-09-15 12:55 UTC  (14+ messages)
` [PATCH 9/9] piix4: don't reserve hw resources when hotplug is off globally

[PATCH v2] tests/qtest/qmp-cmd-test: Use inclusive language
 2020-09-15 12:59 UTC  (3+ messages)

[PATCH v2 0/3] s390x/pci: Accomodate vfio DMA limiting
 2020-09-15 12:54 UTC  (10+ messages)
` [PATCH v2 1/3] vfio: Find DMA available capability
` [PATCH v2 2/3] s390x/pci: Honor DMA limits set by vfio
` [PATCH v2 3/3] vfio: Create shared routine for scanning info capabilities

[PATCH v9 00/26] W32, W64 msys2/mingw patches
 2020-09-15 13:00 UTC  (28+ messages)
` [PATCH v9 01/26] rcu: Implement drain_call_rcu
` [PATCH v9 02/26] ci: fixes msys2 build by upgrading capstone to 4.0.2
` [PATCH v9 03/26] configure: Fixes ncursesw detection under msys2/mingw and enable curses
` [PATCH v9 04/26] win32: Simplify gmtime_r detection direct base on _POSIX_THREAD_SAFE_FUNCTIONS
` [PATCH v9 05/26] curses: Fixes curses compiling errors
` [PATCH v9 06/26] tests: disable /char/stdio/* tests in test-char.c on win32
` [PATCH v9 07/26] tests: Fixes test-replication.c on msys2/mingw
` [PATCH v9 08/26] tests: test-replication disable /replication/secondary/* "
` [PATCH v9 09/26] osdep: file locking functions are not available on Win32
` [PATCH v9 10/26] meson: Use -b to ignore CR vs. CR-LF issues on Windows
` [PATCH v9 11/26] gcrypt: test_tls_psk_init should write binary file instead text file
` [PATCH v9 12/26] tests: Enable crypto tests under msys2/mingw
` [PATCH v9 13/26] meson: remove empty else and duplicated gio deps
` [PATCH v9 14/26] vmstate: Fixes test-vmstate.c on msys2/mingw
` [PATCH v9 15/26] cirrus: Building freebsd in a single short
` [PATCH v9 16/26] tests: Convert g_free to g_autofree macro in test-logging.c
` [PATCH v9 17/26] tests: Fixes test-io-channel-socket.c tests under msys2/mingw
` [PATCH v9 18/26] tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c
` [PATCH v9 19/26] tests: Fixes test-io-channel-file by mask only owner file state mask bits
` [PATCH v9 20/26] tests: fix test-util-sockets.c
` [PATCH v9 21/26] tests: Fixes test-qdev-global-props.c
` [PATCH v9 22/26] rcu: fixes test-logging.c by call drain_call_rcu before rmdir_full
` [PATCH v9 23/26] meson: upgrade meson for execute custom ninjatool under msys2 properly
` [PATCH v9 24/26] ci: Enable msys2 ci in cirrus
` [PATCH v9 25/26] block: Fixes nfs compiling error on msys2/mingw
` [PATCH v9 26/26] block: enable libnfs on msys2/mingw in cirrus.yml

[PATCH v9 00/20] Initial support for multi-process Qemu
 2020-09-15 13:01 UTC  (3+ messages)
` [PATCH v9 04/20] multi-process: setup a machine object for remote device process

[PATCH v8 00/21] microvm: add acpi support
 2020-09-15 12:55 UTC  (23+ messages)
` [PATCH v8 01/21] microvm: name qboot binary qboot.rom
` [PATCH v8 02/21] seabios: add microvm config, update build rules
` [PATCH v8 03/21] seabios: add bios-microvm.bin binary
` [PATCH v8 04/21] acpi: ged: add control regs
` [PATCH v8 05/21] acpi: ged: add x86 device variant
` [PATCH v8 06/21] acpi: move acpi_dsdt_add_power_button() to ged
` [PATCH v8 07/21] microvm: make virtio irq base runtime configurable
` [PATCH v8 08/21] microvm/acpi: add minimal acpi support
` [PATCH v8 09/21] microvm/acpi: add acpi_dsdt_add_virtio() for x86
` [PATCH v8 10/21] microvm/acpi: use GSI 16-23 for virtio
` [PATCH v8 11/21] microvm/acpi: use seabios with acpi=on
` [PATCH v8 12/21] microvm/acpi: disable virtio-mmio cmdline hack
` [PATCH v8 13/21] x86: constify x86_machine_is_*_enabled
` [PATCH v8 14/21] x86: move acpi_dev from pc/microvm
` [PATCH v8 15/21] x86: move cpu hotplug from pc to x86
` [PATCH v8 16/21] microvm: wire up hotplug
` [PATCH v8 17/21] tests/acpi: allow microvm test data updates
` [PATCH v8 18/21] tests/acpi: allow override blkdev
` [PATCH v8 19/21] tests/acpi: add microvm test
` [PATCH v8 20/21] tests/acpi: update expected data files for microvm
` [PATCH v8 21/21] microvm: enable ramfb

[PATCH] virtio: skip legacy support check on machine types less than 5.1
 2020-09-15 13:00 UTC 

[PATCH] fdc: check null block pointer before blk_pwrite
 2020-09-15 12:47 UTC  (2+ messages)

[PATCH] pci: check bus pointer before dereference
 2020-09-15 12:46 UTC  (2+ messages)

[PATCH] qga/commands-win32: Fix problem with redundant protype declaration
 2020-09-15 12:50 UTC  (2+ messages)

[PATCH v3] cphp: remove deprecated cpu-add command(s)
 2020-09-15 12:04 UTC 

[PULL 00/22] Block patches
 2020-09-15 12:04 UTC  (24+ messages)
` [PULL 01/22] qemu-iotests: Fix FilePaths cleanup
` [PULL 02/22] qemu-iotests: Fix FilePaths docstring
` [PULL 03/22] qemu-iotests: Support varargs syntax in FilePaths
` [PULL 04/22] qemu-iotests: Merge FilePaths and FilePath
` [PULL 05/22] qemu-iotests: Simplify FilePath __init__
` [PULL 06/22] block/quorum.c: stable children names
` [PULL 07/22] qemu-img: avoid unaligned read requests during convert
` [PULL 08/22] qcow2: Use macros for the L1, refcount and bitmap table entry sizes
` [PULL 09/22] qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocs
` [PULL 10/22] qcow2: Don't check nb_clusters when removing l2meta from the list
` [PULL 11/22] qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset()
` [PULL 12/22] qemu-img: Explicit number replaced by a constant
` [PULL 13/22] iotests: Skip test_stream_parallel in test 030 when doing "make check"
` [PULL 14/22] block/vhdx: Support vhdx image only with 512 bytes logical sector size
` [PULL 15/22] qcow2: Handle QCowL2Meta on error in preallocate_co()
` [PULL 16/22] qcow2: Make qcow2_free_any_clusters() free only one cluster
` [PULL 17/22] qcow2: Return the original error code in qcow2_co_pwrite_zeroes()
` [PULL 18/22] block/rbd: remove runtime_opts
` [PULL 19/22] block/qcow: remove runtime opts
` [PULL 20/22] qcow2: Make preallocate_co() resize the image to the correct size
` [PULL 21/22] qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()
` [PULL 22/22] block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]

[PATCH v2 0/2] fdmon-poll: reset npfd when upgrading to fdmon-epoll
 2020-09-15 12:03 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests: add test-fdmon-epoll

[PATCH v8 00/27] W32, W64 msys2/mingw patches
 2020-09-15 11:56 UTC  (5+ messages)
` [PATCH v8 27/27] Revert "configure: add --ninja option"

Potential regression in 'qemu-img convert' to LVM
 2020-09-15 11:51 UTC  (3+ messages)

[PATCH v4 0/9] migration: bring improved savevm/loadvm/delvm to QMP
 2020-09-15 11:35 UTC  (10+ messages)
` [PATCH v4 1/9] block: push error reporting into bdrv_all_*_snapshot functions
` [PATCH v4 2/9] migration: stop returning errno from load_snapshot()
` [PATCH v4 3/9] block: add ability to specify list of blockdevs during snapshot
` [PATCH v4 4/9] block: allow specifying name of block device for vmstate storage
` [PATCH v4 5/9] migration: control whether snapshots are ovewritten
` [PATCH v4 6/9] migration: wire up support for snapshot device selection
` [PATCH v4 7/9] migration: introduce a delete_snapshot wrapper
` [PATCH v4 8/9] iotests: add support for capturing and matching QMP events
` [PATCH v4 9/9] migration: introduce snapshot-{save, load, delete} QMP commands

[PATCH 0/3] configure: add missing CONFIG_FOO variables
 2020-09-15 10:56 UTC  (3+ messages)

About 'qemu-security' mailing list
 2020-09-15 10:48 UTC  (4+ messages)

[qemu-web PATCH] Add virtio-blk and virtio-scsi configuration post
 2020-09-15 10:55 UTC  (2+ messages)

[Bug 1882851] [NEW] QEMU video freezes with "Guest disabled display" (virtio driver)
 2020-09-15 10:26 UTC  (2+ messages)
` [Bug 1882851] "

[Qemu-devel] [Bug 1717414] [NEW] Sending certain keysyms results in wrong symbol input
 2020-09-15 10:24 UTC  (2+ messages)
` [Bug 1717414] "

[PULL 0/4] qemu-ga patch queue
 2020-09-15 10:09 UTC  (3+ messages)
` [PULL 4/4] qga: add command guest-get-devices for reporting VirtIO devices

[PATCH 0/2] Make preallocate_co() resize the image to the correct size
 2020-09-15  9:37 UTC  (9+ messages)
` [PATCH 1/2] qcow2: "
` [PATCH 2/2] qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()

[PATCH v1 0/6] deprecation and linux-user tweaks (+test fix)
 2020-09-15  9:22 UTC  (4+ messages)
` [PATCH v1 3/6] configure: also skip deprecated targets with target-list-exclude

[PATCH] block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]
 2020-09-15  9:04 UTC  (2+ messages)

[PATCH v2] qemu-img: Support bitmap --merge into backing image
 2020-09-15  8:57 UTC  (2+ messages)

[PATCH 0/2] Replace posix_fallocate() with falloate()
 2020-09-15  8:55 UTC  (4+ messages)
` [PATCH 2/2] block: file-posix: Replace posix_fallocate with fallocate

[PATCH v5 0/8] user-mode: Prune build dependencies (part 2)
 2020-09-15  8:52 UTC  (8+ messages)
` [PATCH v5 1/8] qapi: Restrict LostTickPolicy enum to machine code

[PATCH v2] hw/arm/aspeed: Add machine properties to define the flash models
 2020-09-15  6:08 UTC  (2+ messages)

[PATCH v4 0/6] *** Add Multifd support for TLS migration ***
 2020-09-15  8:21 UTC  (9+ messages)
` [PATCH v4 1/6] migration/tls: save hostname into MigrationState
` [PATCH v4 2/6] migration/tls: extract migration_tls_client_create for common-use
` [PATCH v4 3/6] migration/tls: add tls_hostname into MultiFDSendParams
` [PATCH v4 4/6] migration/tls: extract cleanup function for common-use
` [PATCH v4 5/6] migration/tls: add support for multifd tls-handshake
` [PATCH v4 6/6] migration/tls: add trace points for multifd-tls

[PATCH RESEND] manual: escape backslashes in "parsed-literal" blocks
 2020-09-15  7:57 UTC  (3+ messages)

[PATCH v2] qom: simplify object_find_property / object_class_find_property
 2020-09-15  7:53 UTC  (2+ messages)

device compatibility interface for live migration with assigned devices
 2020-09-15  7:46 UTC  (15+ messages)

[PATCH v2 00/15] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-15  7:43 UTC  (2+ messages)

[PATCH v3 00/15] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-15  7:37 UTC  (5+ messages)
` [PATCH v3 01/15] hw/block/nvme: Define 64 bit cqe.result
` [PATCH v3 02/15] hw/block/nvme: Report actual LBA data shift in LBAF

[PATCH v3 00/12] target/arm: Add vSPE support to KVM guest
 2020-09-15  7:34 UTC  (20+ messages)
` [PATCH v3 01/12] update Linux headers with new vSPE macros
` [PATCH v3 02/12] target/arm/kvm: spe: Add helper to detect SPE when using KVM
` [PATCH v3 03/12] target/arm/cpu: spe: Add an option to turn on/off vSPE support
` [PATCH v3 04/12] target/arm: spe: Only enable SPE from 5.2 compat machines
` [PATCH v3 05/12] target/arm/kvm: spe: Unify device attr operation helper
` [PATCH v3 06/12] target/arm/kvm: spe: Add device init and set_irq operations
` [PATCH v3 07/12] hw/arm/virt: Move post cpu realize check into its own function
` [PATCH v3 08/12] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
` [PATCH v3 09/12] hw/arm/virt: spe: Add vSPE device and corresponding interrupt support
` [PATCH v3 10/12] target/arm/cpu: spe: Enable spe to work with host cpu
` [PATCH v3 11/12] target/arm/kvm: spe: Enable userspace irqchip support
` [PATCH v3 12/12] target/arm: spe: Add corresponding test

[PATCH] hw: usb: hcd-ohci: check len and frame_number variables
 2020-09-15  6:47 UTC  (5+ messages)

[PATCH v2 00/10] capstone + disassembler patches
 2020-09-15  6:27 UTC  (5+ messages)
` [PATCH v2 01/10] capstone: Convert Makefile bits to meson bits

[PATCH v5 3/8] qapi: Restrict balloon-related commands to machine code
 2020-09-15  6:24 UTC  (5+ messages)

[PATCH 0/3] gitmodules: add qboot, meson, and vbootrom mirrors
 2020-09-15  6:23 UTC  (3+ messages)
` [PATCH 3/3] gitmodules: add qemu.org vbootrom submodule

[PATCH 00/11] capstone + disassembler patches
 2020-09-15  6:20 UTC  (5+ messages)
` [PATCH 11/11] disas: Enable capstone disassembly for sparc

[Bug 1894869] [NEW] Chelsio T4 has old MSIX PBA offset bug
 2020-09-15  6:15 UTC  (2+ messages)
` [Bug 1894869] "

[PATCH v6 0/7] hw/misc: Add LED device
 2020-09-15  5:51 UTC  (3+ messages)
` [PATCH v6 4/7] hw/arm/aspeed: Add the 3 front LEDs drived by the PCA9552 #1

[PATCH v2 1/2] Introduce (x86) CPU model deprecation API
 2020-09-15  2:56 UTC  (7+ messages)


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