qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-30 13:40:45 to 2020-10-31 15:47:45 UTC [more...]

[PULL v3 00/22] Build system + misc changes for 2020-10-16
 2020-10-31 15:46 UTC  (2+ messages)

[PATCH] util: Remove redundant checks in the openpty()
 2020-10-31 15:21 UTC  (2+ messages)

[PATCH 0/2] docs: Fix building with Sphinx 3.2
 2020-10-31 14:58 UTC  (9+ messages)
` [PATCH 1/2] scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments
` [PATCH 2/2] qemu-option-trace.rst.inc: Don't use option:: markup

[PULL v2 00/32] VFIO updates 2020-10-28 (for QEMU 5.2 soft-freeze)
 2020-10-31 14:54 UTC  (2+ messages)

[PULL 00/10] qemu-sparc queue 20201028
 2020-10-31 14:42 UTC  (2+ messages)

[PATCH 0/2] KVM: Introduce ioeventfd read support
 2020-10-31 14:33 UTC  (2+ messages)

[RFC PATCH-for-5.2] exec: Remove dead code (CID 1432876)
 2020-10-31 13:51 UTC  (2+ messages)

[Bug 1902365] [NEW] 3x 100% host CPU core usage while virtual machine is in idle
 2020-10-31 13:35 UTC 

[PATCH 0/2] Fix nested permission update
 2020-10-31 13:23 UTC  (4+ messages)
` [PATCH 1/2] block: make bdrv_drop_intermediate() less wrong
` [PATCH 2/2] block: assert that permission commit sets same permissions

[PULL v2 00/16] 9p queue (previous 2020-10-23)
 2020-10-31 13:20 UTC  (18+ messages)
` [PULL v2 04/16] tests/9pfs: Factor out do_version() helper
` [PULL v2 07/16] tests/9pfs: Turn fs_readdir_split() into a helper
` [PULL v2 05/16] tests/9pfs: Set alloc in fs_create_dir()
` [PULL v2 06/16] tests/9pfs: Factor out do_attach() helper
` [PULL v2 08/16] tests/9pfs: Turn fs_mkdir() into a helper
` [PULL v2 09/16] tests/9pfs: simplify do_mkdir()
` [PULL v2 10/16] tests/9pfs: add local Tunlinkat directory test
` [PULL v2 11/16] tests/9pfs: add local Tlcreate test
` [PULL v2 12/16] tests/9pfs: add local Tunlinkat file test
` [PULL v2 13/16] tests/9pfs: add local Tsymlink test
` [PULL v2 14/16] tests/9pfs: add local Tunlinkat symlink test
` [PULL v2 15/16] tests/9pfs: add local Tlink test
` [PULL v2 16/16] tests/9pfs: add local Tunlinkat hard link test
` [PULL v2 02/16] tests/9pfs: fix coverity error in create_local_test_dir()
` [PULL v2 01/16] tests/9pfs: fix test dir for parallel tests
` [PULL v2 03/16] tests/9pfs: Force removing of local 9pfs test directory

[PATCH 00/36] Make qdev static property API usable by any QOM type
 2020-10-31 10:25 UTC  (37+ messages)
` [PATCH 09/36] qdev: Make qdev_get_prop_ptr() get Object* arg
    ` --enable-xen on gitlab CI? (was Re: [PATCH 09/36] qdev: Make qdev_get_prop_ptr() get Object* arg)
` [PATCH 15/36] qdev: Make PropertyInfo.create return ObjectProperty*
` [PATCH 21/36] qom: Add allow_set callback to ObjectProperty
` [PATCH 22/36] qdev: Make qdev_prop_allow_set() a property allow_set callback
` [PATCH 23/36] qdev: Make qdev_propinfo_get_uint16() static
` [PATCH 24/36] qdev: Rename qdev_propinfo_* to object_propinfo_*
` [PATCH 26/36] qdev: Move softmmu properties to qdev-properties-system.h
` [PATCH 27/36] qdev: Reuse DEFINE_PROP in all DEFINE_PROP_* macros
` [PATCH 28/36] qdev: Move core static property code to QOM
` [PATCH 29/36] qdev: Move qdev_prop_tpm declaration to tpm_prop.h
` [PATCH 30/36] qdev: Rename qdev_prop_* to prop_info_*
` [PATCH 31/36] qdev: Stop using error_set_from_qdev_prop_error() for UUID property
` [PATCH 32/36] qdev: Move base property types to qom/property-types.c
` [PATCH 33/36] tests: Use static properties at check-qom-proplist test case
` [PATCH 34/36] machine: Use DEFINE_PROP_STRING for string properties

[PULL 0/3] tcg patch queue
 2020-10-31  9:48 UTC  (2+ messages)

[PATCH] hw/display/exynos4210_fimd: Fix potential NULL pointer dereference
 2020-10-31  9:47 UTC  (4+ messages)

[PATCH qemu v10] spapr: Implement Open Firmware client interface
 2020-10-31  5:53 UTC  (2+ messages)

[PATCH v2 0/8] silence the compiler warnings
 2020-10-31  5:01 UTC  (9+ messages)
` [PATCH v2 3/8] accel/tcg/user-exec: "
` [PATCH v2 7/8] ppc: Add a missing break for PPC6xx_INPUT_TBEN
` [PATCH v2 8/8] target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings

[PATCH V2] hw/display/omap_lcdc: Fix potential NULL pointer dereference
 2020-10-31  3:35 UTC 

[PATCH] hw/display/omap_lcdc: Fix potential NULL pointer dereference
 2020-10-31  3:01 UTC  (4+ messages)

RFC: Fast Migration for SEV and SEV-ES - blueprint and proof of concept
 2020-10-30 21:10 UTC  (3+ messages)

[PATCH 00/20] qdev/qom: Remove explicit type names from error_setg() calls
 2020-10-30 20:21 UTC  (21+ messages)
` [PATCH 01/20] qom: Add prefix to error message inside object_property_parse()
` [PATCH 02/20] qdev: Stop using error_set_from_qdev_prop_error() for netdev property
` [PATCH 03/20] qdev: Stop using error_set_from_qdev_prop_error() for audiodev property
` [PATCH 04/20] qdev: Stop using error_set_from_qdev_prop_error() for mac property
` [PATCH 05/20] qdev: Stop using error_set_from_qdev_prop_error() for devfn property
` [PATCH 06/20] qdev: Stop using error_set_from_qdev_prop_error() for PCI host device property
` [PATCH 07/20] qdev: Stop using error_set_from_qdev_prop_error() for css devno property
` [PATCH 08/20] qdev: Delete unused error_set_from_qdev_prop_error() function
` [PATCH 09/20] cryptodev: Remove unnecessary prefix from error message
` [PATCH 10/20] memfd: "
` [PATCH 11/20] tpm_util: "
` [PATCH 12/20] qdev: drive: "
` [PATCH 13/20] qdev: chardev: "
` [PATCH 14/20] i386: "
` [PATCH 15/20] qerror: Delete unused QERR_PROPERTY_VALUE_BAD macro
` [PATCH 16/20] nvdimm: Remove unnecessary prefix from error message
` [PATCH 17/20] colo-compare: "
` [PATCH 18/20] filter-dump: "
` [PATCH 19/20] filter-buffer: "
` [PATCH 20/20] qom: Remove error prefix check at object_property_parse()

[PULL v2 00/12] NBD patches for 2020-10-27 soft-freeze
 2020-10-30 20:32 UTC  (2+ messages)
` [PULL v2 10/12] block: Return depth level during bdrv_is_allocated_above

[PULL 00/12] NBD patches for 2020-10-27 soft-freeze
 2020-10-30 20:17 UTC  (2+ messages)

[Bug 1902306] [NEW] Allow setting usb storage device ID parameters
 2020-10-30 19:50 UTC 

[PULL 0/8] Trivial branch for 5.2 patches
 2020-10-30 19:44 UTC  (2+ messages)

[PATCH] target/arm: Get correct MMU index for other-security-state
 2020-10-30 19:21 UTC  (3+ messages)

[PATCH v3] introduce VFIO-over-socket protocol specificaion
 2020-10-30 19:14 UTC  (14+ messages)
` [PATCH v4] introduce vfio-user protocol specification
` [PATCH v5] "

[PATCH v2 00/19] Mirror map JIT memory for TCG
 2020-10-30 18:57 UTC  (3+ messages)

[PATCH] hw/arm/boot: fix SVE for EL3 direct kernel boot
 2020-10-30 18:55 UTC  (2+ messages)

[PATCH-for-5.2 v2] hw/rx/rx-gdbsim: Fix memory leak
 2020-10-30 18:49 UTC  (2+ messages)

[PATCH] target/unicore32/translate: Add missing fallthrough annotations
 2020-10-30 18:43 UTC  (2+ messages)

[PATCH v10 00/10] virtio-iommu: VFIO integration
 2020-10-30 18:19 UTC  (10+ messages)
` [PATCH v10 08/10] vfio: Set IOMMU page size as per host supported page size
` [PATCH v10 10/10] vfio: Don't issue full 2^64 unmap

[PATCH v11 00/10] virtio-iommu: VFIO integration
 2020-10-30 18:05 UTC  (11+ messages)
` [PATCH v11 01/10] virtio-iommu: Fix virtio_iommu_mr()
` [PATCH v11 02/10] virtio-iommu: Store memory region in endpoint struct
` [PATCH v11 03/10] virtio-iommu: Add memory notifiers for map/unmap
` [PATCH v11 04/10] virtio-iommu: Call memory notifiers in attach/detach
` [PATCH v11 05/10] virtio-iommu: Add replay() memory region callback
` [PATCH v11 06/10] virtio-iommu: Add notify_flag_changed() "
` [PATCH v11 07/10] memory: Add interface to set iommu page size mask
` [PATCH v11 08/10] vfio: Set IOMMU page size as per host supported page size
` [PATCH v11 09/10] virtio-iommu: Set supported page size mask
` [PATCH v11 10/10] vfio: Don't issue full 2^64 unmap

[PATCH v8 00/11] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-10-30 17:18 UTC  (3+ messages)
` [PATCH v8 07/11] hw/block/nvme: Support "

[PATCH v10 1/8] Introduce yank feature
 2020-10-30 16:41 UTC  (8+ messages)
` [PATCH v10 2/8] block/nbd.c: Add "
` [PATCH v10 3/8] chardev/char-socket.c: "
` [PATCH v10 4/8] migration: "
` [PATCH v10 5/8] io/channel-tls.c: make qio_channel_tls_shutdown thread-safe
` [PATCH v10 6/8] io: Document qmp oob suitability of qio_channel_shutdown and io_shutdown
` [PATCH v10 7/8] MAINTAINERS: Add myself as maintainer for yank feature
` [PATCH v10 8/8] tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupid_test

[PATCH v10 0/8] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-10-30 16:40 UTC 

[Bug 1902267] [NEW] CPU not support 32-bit stack in 32-bit unreal mode
 2020-10-30 16:28 UTC  (2+ messages)
` [Bug 1902267] "

[PATCH] target/s390x: fix execution with icount
 2020-10-30 16:21 UTC  (2+ messages)

[RFC PATCH-for-5.2] tools/virtiofsd: Check vu_init() return value (CID 1435958)
 2020-10-30 15:56 UTC  (2+ messages)

[Bug 1902262] [NEW] vmstate_load_state return error into virtio_load function
 2020-10-30 15:47 UTC 

[PATCH] docs/system: Deprecate raspi2/raspi3 machine aliases
 2020-10-30 15:52 UTC  (3+ messages)

[PULL 0/5] Block layer patches
 2020-10-30 15:49 UTC  (2+ messages)

[PATCH v3 0/6] Additional NPCM7xx features, devices and tests
 2020-10-30 15:43 UTC  (4+ messages)
` [PATCH v3 4/6] hw/misc: Add npcm7xx random number generator

[PATCH 0/2] MAINTAINERS cleanups
 2020-10-30 15:39 UTC  (4+ messages)
` [PATCH 1/2] MAINTAINERS: Remove Ben Warren
` [PATCH 2/2] MAINTAINERS: Make status spellings consistent

Migrating to the gitlab issue tracker
 2020-10-30 15:39 UTC  (3+ messages)

[PATCH-for-5.2] hw/smbios: Fix leaked fd in save_opt_one() error path
 2020-10-30 15:27 UTC 

[PATCH] configure: surface deprecated targets in the help output
 2020-10-30 15:24 UTC  (2+ messages)

[PATCH-for-5.2] hw/arm/smmuv3: Fix potential integer overflow (CID 1432363)
 2020-10-30 15:19 UTC  (3+ messages)

[PATCH v9 0/8] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-10-30 15:19 UTC  (6+ messages)
` [PATCH v9 1/8] Introduce yank feature

[PULL 00/37] Build system + accel + record/replay patches for 2020-10-06
 2020-10-30 15:15 UTC  (3+ messages)
` [PULL 34/37] gdbstub: add reverse continue support in replay mode

[PATCH-for-5.2 v2 00/25] block/nvme: Fix Aarch64 or big-endian hosts
 2020-10-30 14:53 UTC  (13+ messages)
` [PATCH-for-5.2 v2 10/25] block/nvme: Make nvme_identify() return boolean indicating error
` [PATCH-for-5.2 v2 12/25] block/nvme: Introduce Completion Queue definitions
` [PATCH-for-5.2 v2 16/25] block/nvme: Simplify nvme_cmd_sync()
` [PATCH-for-5.2 v2 24/25] block/nvme: Fix nvme_submit_command() on big-endian host
` [PATCH-for-6.0 v2 25/25] block/nvme: Simplify Completion Queue Command Identifier field use

QEMU release tagging script?
 2020-10-30 15:09 UTC  (5+ messages)

[PATCH 00/25] block/nvme: Fix Aarch64 host
 2020-10-30 14:51 UTC  (7+ messages)
` [PATCH 13/25] block/nvme: Introduce Completion Queue definitions

[PATCH] disas/capstone: Fix monitor disassembly of >32 bytes
 2020-10-30 14:46 UTC  (3+ messages)

[PATCH] hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work
 2020-10-30 14:44 UTC  (2+ messages)

[PULL 0/3] Ide patches
 2020-10-30 14:36 UTC  (2+ messages)

[PULL 00/15] pc,pci,vhost,virtio: misc fixes
 2020-10-30 14:33 UTC  (17+ messages)
` [PULL 01/15] vhost-vdpa: negotiate VIRTIO_NET_F_STATUS with driver
` [PULL 02/15] vhost-vsock: set vhostfd to non-blocking mode
` [PULL 03/15] acpi/crs: Prevent bad ranges for host bridges
` [PULL 04/15] acpi/crs: Support ranges > 32b for hosts
` [PULL 05/15] hw/virtio/vhost-vdpa: Fix Coverity CID 1432864
` [PULL 06/15] hw/pci: Extract pci_bus_change_irq_level() from pci_change_irq_level()
` [PULL 07/15] pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_level
` [PULL 08/15] vhost: Don't special case vq->used_phys in vhost_get_log_size()
` [PULL 09/15] pc: Implement -no-hpet as sugar for -machine hpet=on
` [PULL 10/15] pci: advertise a page aligned ATS
` [PULL 11/15] pci: Change error_report to assert(3)
` [PULL 12/15] pci: Disallow improper BAR registration for type 1
` [PULL 13/15] vhost-blk: set features before setting inflight feature
` [PULL 14/15] virtio: skip guest index check on device load
` [PULL 15/15] intel_iommu: Fix two misuse of "0x%u" prints

[PATCH 1/1] target/arm: fix LORID_EL1 access check
 2020-10-30 14:23 UTC 

[PATCH] tests/9pfs: Force removing of local 9pfs test directory
 2020-10-30 14:27 UTC  (2+ messages)

[PATCH 00/11] sockets: Attempt to drain the abstract socket swamp
 2020-10-30 14:14 UTC  (7+ messages)
` [PATCH 03/11] test-util-sockets: Clean up SocketAddress construction
` [PATCH 06/11] test-util-sockets: Test the complete abstract socket matrix

[PATCH 1/1] target/arm: fix handling of HCR.FB
 2020-10-30 14:14 UTC 

[PATCH] migration/dirtyrate: simplify inlcudes in dirtyrate.c
 2020-10-30 14:09 UTC  (2+ messages)

[PATCH v2 00/11] target/arm: Fix neon reg offsets
 2020-10-30 14:07 UTC  (2+ messages)

recent flakiness (intermittent hangs) of migration-test
 2020-10-30 13:53 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).