QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-12 14:14:58 to 2020-11-13 00:50:55 UTC [more...]

[RFC PATCH 00/25] Introduce CXL 2.0 Emulation
 2020-11-13  0:49 UTC  (7+ messages)
` [RFC PATCH 12/25] acpi/pci: Consolidate host bridge setup
` [RFC PATCH 16/25] hw/pxb/cxl: Add "windows" for host bridges
` [RFC PATCH 18/25] hw/cxl/device: Add a memory device (8.2.8.5)

[PATCH v2] hw/riscv: microchip_pfsoc: add QSPI NOR flash
 2020-11-13  0:35 UTC  (2+ messages)

[PATCH v2 1/1] register: Remove unnecessary NULL check
 2020-11-13  0:32 UTC  (3+ messages)

[PATCH v3 0/3] hw/block/m25p80: Numonyx: Fix dummy cycles and check for SPI mode on cmds
 2020-11-13  0:44 UTC  (4+ messages)
` [PATCH v3 1/3] hw/block/m25p80: Fix Numonyx NVCFG DIO and QIO bit polarity

[PULL 0/1] vfio fix for QEMU 5.2-rc2
 2020-11-12 23:06 UTC  (2+ messages)
` [PULL 1/1] Fix use after free in vfio_migration_probe

[PATCH v3 0/4] ppc/translate: Fix unordered f64/f128 comparisons
 2020-11-12 23:01 UTC  (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] ppc/translate: Turn the helper macros into functions
` [PATCH v3 3/4] ppc/translate: Delay NaN checking after comparison
` [PATCH v3 4/4] ppc/translate: Raise exceptions after setting the cc

[PATCH v3 00/53] Make qdev static property API usable by any QOM type
 2020-11-12 21:43 UTC  (54+ messages)
` [PATCH v3 01/53] cs4231: Get rid of empty property array
` [PATCH v3 02/53] cpu: Move cpu_common_props to hw/core/cpu.c
` [PATCH v3 03/53] qdev: Move property code to qdev-properties.[ch]
` [PATCH v3 04/53] qdev: Check dev->realized at set_size()
` [PATCH v3 05/53] sparc: Check dev->realized at sparc_set_nwindows()
` [PATCH v3 06/53] qdev: Don't use dev->id on set_size32() error message
` [PATCH v3 07/53] qdev: Make PropertyInfo.print method get Object* argument
` [PATCH v3 08/53] qdev: Make bit_prop_set() "
` [PATCH v3 09/53] qdev: Make qdev_get_prop_ptr() get Object* arg
` [PATCH v3 10/53] qdev: Make qdev_find_global_prop() get Object* argument
` [PATCH v3 11/53] qdev: Make check_prop_still_unset() "
` [PATCH v3 12/53] qdev: Make error_set_from_qdev_prop_error() "
` [PATCH v3 13/53] qdev: Make qdev_propinfo_get_uint16() static
` [PATCH v3 14/53] qdev: Move UUID property to qdev-properties-system.c
` [PATCH v3 15/53] qdev: Move softmmu properties to qdev-properties-system.h
` [PATCH v3 16/53] qdev: Reuse DEFINE_PROP in all DEFINE_PROP_* macros
` [PATCH v3 17/53] sparc: Use DEFINE_PROP for nwindows property
` [PATCH v3 18/53] qdev: Get just property name at error_set_from_qdev_prop_error()
` [PATCH v3 19/53] qdev: Avoid using prop->name unnecessarily
` [PATCH v3 20/53] qdev: Add name parameter to qdev_class_add_property()
` [PATCH v3 21/53] qdev: Add name argument to PropertyInfo.create method
` [PATCH v3 22/53] qdev: Wrap getters and setters in separate helpers
` [PATCH v3 23/53] qdev: Move dev->realized check to qdev_property_set()
` [PATCH v3 24/53] qdev: Make PropertyInfo.create return ObjectProperty*
` [PATCH v3 25/53] qdev: Make qdev_class_add_property() more flexible
` [PATCH v3 26/53] qdev: Separate generic and device-specific property registration
` [PATCH v3 27/53] qdev: Rename qdev_propinfo_* to field_prop_*
` [PATCH v3 28/53] qdev: Move qdev_prop_tpm declaration to tpm_prop.h
` [PATCH v3 29/53] qdev: Rename qdev_prop_* to prop_info_*
` [PATCH v3 30/53] qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
` [PATCH v3 31/53] qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()
` [PATCH v3 32/53] tests: Add unit test for qdev array properties
` [PATCH v3 33/53] qom: Add allow_set callback to ObjectProperty
` [PATCH v3 34/53] qdev: Make qdev_prop_allow_set() a ObjectProperty.allow_set callback
` [PATCH v3 35/53] qdev: Rename Property.name to Property.name_template
` [PATCH v3 36/53] qdev: Don't set .name_template for array elements
` [PATCH v3 37/53] qdev: Remove ArrayElementProperty.propname field
` [PATCH v3 38/53] qdev: Remove ArrayElementProperty.release field
` [PATCH v3 39/53] qdev: Get rid of ArrayElementProperty struct
` [PATCH v3 40/53] qdev: Rename array_element_release() to static_prop_release_dynamic_prop()
` [PATCH v3 41/53] qdev: Make object_property_add_field() copy the Property struct
` [PATCH v3 42/53] qdev: Reuse object_property_add_field() when adding array elements
` [PATCH v3 43/53] qdev: Move static_prop_release_dynamic_prop() closer to its usage
` [PATCH v3 44/53] qom: Add new qom.h header
` [PATCH v3 45/53] qdev: Move core field property code to QOM
` [PATCH v3 46/53] qdev: Move base property types to qom/property-types.c
` [PATCH v3 47/53] qom: Include static property API reference in documentation
` [PATCH v3 48/53] qom: object_class_property_add_field() function
` [PATCH v3 49/53] qom: FIELD_PROP macro
` [PATCH v3 50/53] qom: Delete DEFINE_PROP_*SIGNED_NODEFAULT macro
` [PATCH v3 51/53] qom: PROP_* macros
` [PATCH v3 52/53] tests: Use field property at check-qom-proplist test case
` [PATCH v3 53/53] sev: Use class properties

[PATCH 0/2] RFC: Issue with discards on raw block device without O_DIRECT
 2020-11-12 22:08 UTC  (10+ messages)
` [PATCH 2/2] qemu-img: align next status sector on destination alignment

[Bug 1903833] [NEW] User mode qemu-aarch: SIGGSEGV signal handler works wrong
 2020-11-12 21:37 UTC  (2+ messages)
` [Bug 1903833] "

[PATCH v2 0/4] ppc/translate: Fix unordered f64/f128 comparisons
 2020-11-12 21:28 UTC  (9+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] ppc/translate: Turn the helper macros into functions
` [PATCH v2 3/4] ppc/translate: Delay NaN checking after comparison
` [PATCH v2 4/4] ppc/translate: Raise exceptions after setting the cc

[PATCH-for-5.2 v2 0/4] hw/usb/hcd-xhci: Fix USB_XHCI_NEC device
 2020-11-12 21:24 UTC  (9+ messages)
` [PATCH-for-5.2 v2 1/4] hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)
` [PATCH-for-6.0 v2 2/4] hw/usb/hcd-xhci: Restrict TYPE_XHCI to hw/usb/
` [PATCH-for-6.0 v2 3/4] hw/usb/hcd-xhci-pci: Use OBJECT_DECLARE_SIMPLE_TYPE() macro
` [PATCH-for-6.0 v2 4/4] hw/usb/hcd-xhci-pci: Rename "pci-xhci" as TYPE_XHCI_PCI_COMMON

[PATCH for-5.2?] nbd: Silence Coverity false positive
 2020-11-12 21:18 UTC  (4+ messages)

[PATCH] docs: Better mention of qemu-img amend limitations
 2020-11-12 21:10 UTC  (4+ messages)

[PATCH v3 00/81] target/arm: Implement SVE2
 2020-11-12 21:06 UTC  (3+ messages)

[Qemu-devel] [Bug 1792659] [NEW] watchpoints might not properly stop execution at the right address
 2020-11-12 20:44 UTC  (5+ messages)
` [Bug 1792659] "

[PATCH v10 00/12] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-11-12 20:43 UTC  (5+ messages)
` [PATCH v10 06/12] hw/block/nvme: Support allocated CNS command variants
` [PATCH v10 09/12] hw/block/nvme: Introduce max active and open zone limits

[PATCH v3 00/11] gitlab-ci: Allow forks to select & restrict build jobs
 2020-11-12 20:31 UTC  (5+ messages)
` [PATCH v3 06/11] gitlab-ci: Rename acceptance_test_job -> integration_test_job

[PATCH v8 0/5] hw/block/nvme: dulbe and dsm support
 2020-11-12 19:59 UTC  (6+ messages)
` [PATCH v8 1/5] hw/block/nvme: remove superfluous NvmeCtrl parameter
` [PATCH v8 2/5] hw/block/nvme: pull aio error handling
` [PATCH v8 3/5] hw/block/nvme: add dulbe support
` [PATCH v8 4/5] nvme: add namespace I/O optimization fields to shared header
` [PATCH v8 5/5] hw/block/nvme: add the dataset management command

[PATCH v9 00/12] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-11-12 19:36 UTC  (3+ messages)
` [PATCH v9 08/12] hw/block/nvme: Support "

[Bug 1793016] Re: vmdk to cqow2 invalid VMDK image descriptor
 2020-11-12 18:41 UTC 

[Bug 1793635] Re: Using pflash with u-boot, when CONFIG_SYS_FLASH_USE_BUFFER_WRITE were defined, envirment args won't be able to save correctly
 2020-11-12 18:43 UTC 

[Bug 1793297] Re: windows's paint software cross-shadped cursor offset a pixel in guest windows which is generated by qemu-kvm
 2020-11-12 18:42 UTC 

[Bug 1793791] Re: Crash with nbd_reply_chunk_iter_receive: Assertion `chunk->flags & NBD_REPLY_FLAG_DONE' failed
 2020-11-12 18:43 UTC 

[Qemu-devel] [Bug 1792193] [NEW] AMD Athlon(tm) X2 Dual-Core QL-64 bug
 2020-11-12 18:25 UTC  (2+ messages)
` [Bug 1792193] "

[PULL 00/11] migration queue
 2020-11-12 18:37 UTC  (12+ messages)
` [PULL 01/11] migration/ram: Fix hexadecimal format string specifier
` [PULL 02/11] ACPI: Avoid infinite recursion when dump-vmstate
` [PULL 03/11] migration/multifd: fix hangup with TLS-Multifd due to blocking handshake
` [PULL 04/11] migration: fix uninitialized variable warning in migrate_send_rp_req_pages()
` [PULL 05/11] migration/dirtyrate: simplify includes in dirtyrate.c
` [PULL 06/11] multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling migration
` [PULL 07/11] migration: handle CANCELLING state in migration_completion()
` [PULL 08/11] virtiofsd: Announce submounts even without statx()
` [PULL 09/11] tools/virtiofsd/buffer.c: check whether buf is NULL in fuse_bufvec_advance func
` [PULL 10/11] virtiofsd: check whether lo_map_reserve returns NULL in, main func
` [PULL 11/11] virtiofsd: check whether strdup lo.source return NULL in "

[Qemu-devel] [Bug 1792523] [NEW] usb passthrough not resetting on host after vm shutdown if started with -daemonize
 2020-11-12 18:26 UTC  (2+ messages)
` [Bug 1792523] "

[for-5.2 0/9] docs: Move orphan top-level .rst files into manuals
 2020-11-12 18:33 UTC  (20+ messages)
` [for-5.2 1/9] docs: Move virtio-net-failover.rst into the system manual
` [for-5.2 2/9] docs: Move cpu-hotplug.rst "
` [for-5.2 3/9] docs: Move virtio-pmem.rst "
` [for-5.2 4/9] docs/system/virtio-pmem.rst: Fix minor style issues
` [for-5.2 5/9] docs: Split out 'pc' machine model docs into their own file
` [for-5.2 6/9] docs: Move microvm.rst into the system manual
` [for-5.2 7/9] docs: Move pr-manager.rst "
` [for-5.2 8/9] docs: Split qemu-pr-helper documentation into tools manual
` [for-5.2 9/9] docs/system/pr-manager.rst: Fix minor docs nits

[PATCH 0/6] qapi: Add support for aliases
 2020-11-12 18:34 UTC  (8+ messages)
` [PATCH 1/6] qapi: Add interfaces for alias support to Visitor
` [PATCH 2/6] qapi: Remember alias definitions in qobject-input-visitor
` [PATCH 3/6] qapi: Simplify full_name_nth() "
` [PATCH 4/6] qapi: Apply aliases "
` [PATCH 5/6] qapi: Add support for aliases
` [PATCH 6/6] tests/qapi-schema: Test cases "

[Qemu-devel] [Bug 1791947] [NEW] isochronous usb device forwarding with windows 10 and xhci freezes
 2020-11-12 18:24 UTC  (2+ messages)
` [Bug 1791947] "

[Qemu-devel] [Bug 1788665] [NEW] Low 2D graphics performance with Windows 10 (1803) VGA passthrough VM using "Spectre" protection
 2020-11-12 18:24 UTC  (2+ messages)
` [Bug 1788665] "

[PATCH v2 0/2] viritofsd: Add support for FUSE_HANDLE_KILLPRIV_V2
 2020-11-12 18:24 UTC  (3+ messages)
` [PATCH v2 1/2] virtiofsd: Save error code early at the failure callsite
` [PATCH v2 2/2] viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2

[PATCH 00/13] char: QAPIfy the command line parsing
 2020-11-12 17:59 UTC  (14+ messages)
` [PATCH 01/13] char: Factor out qemu_chr_print_types()
` [PATCH 02/13] char: Add ChardevOptions and qemu_chr_new_cli()
` [PATCH 03/13] char: Some QAPI aliases for CLI compatibility
` [PATCH 04/13] char: Add qemu_chr_translate_legacy_options()
` [PATCH 05/13] char-socket: Implement compat code for CLI QAPIfication
` [PATCH 06/13] char-udp: "
` [PATCH 07/13] char: Add qemu_chr_parse_cli_dict/str()
` [PATCH 08/13] char: Add mux option to ChardevOptions
` [PATCH 09/13] qemu-storage-daemon: QAPIfy --chardev
` [PATCH 10/13] char: Implement qemu_chr_new_from_opts() in terms of QAPI
` [PATCH 11/13] hmp/char: Use qemu_chr_parse_cli_str() for chardev-change
` [PATCH 12/13] char: Remove qemu_chr_parse_opts()
` [PATCH 13/13] char: Remove ChardevClass.parse

[Qemu-devel] [Bug 1809291] [NEW] ARM PL181 (mmc for Security Digital Card) not working in Ubuntu 18.10 (CMD 2, 3 timeout). The SDC driver worked fine in Ubuntu 18.04 and earlier versions but not in Ubuntu 18.10
 2020-11-12 17:29 UTC  (2+ messages)
` [Bug 1809291] Re: SD Card not working in Ubuntu 18.10 (CMD 2, 3 timeout). The device "

[PATCH-for-5.2? v5 0/2] ci: Move trace backend tests across to gitlab
 2020-11-12 17:06 UTC  (2+ messages)

[PATCH for-5.2 00/10] block/export: vhost-user-blk server tests and input validation
 2020-11-12 17:04 UTC  (10+ messages)
` [PATCH for-5.2 04/10] vhost-user-blk-test: rename destroy_drive() to destroy_file()
` [PATCH for-5.2 08/10] block/export: port virtio-blk discard/write zeroes input validation
` [PATCH for-5.2 09/10] vhost-user-blk-test: test discard/write zeroes invalid inputs
` [PATCH for-5.2 10/10] block/export: port virtio-blk read/write range check

[PATCH v2 1/1] Fix use after free in vfio_migration_probe
 2020-11-12 16:59 UTC  (3+ messages)

[PATCH for-5.2?] configure: Make "does libgio work" test pull in some actual functions
 2020-11-12 16:52 UTC 

[PATCH v5 0/7] iOS and Apple Silicon host support
 2020-11-12 16:26 UTC  (2+ messages)

[PATCH v3 0/3] virtiofsd: fix some accessing NULL pointer problem
 2020-11-12 16:25 UTC  (2+ messages)

[PATCH-for-5.2 v3] util/cutils: Fix Coverity array overrun in freq_to_str()
 2020-11-12 15:55 UTC  (2+ messages)

[PATCH] target/i386: avoid theoretical leak on MCE injection
 2020-11-12 15:53 UTC  (2+ messages)

[PATCH] vhost-user-blk: Fix two resource leaks
 2020-11-12 15:48 UTC  (3+ messages)
` [PATCH V2] vhost-user-blk/scsi: Fix broken error handling for socket call

[Qemu-devel] [Bug 1780815] [NEW] SDL Doesn't Rescale Image on Resolution Change
 2020-11-12 15:36 UTC  (2+ messages)
` [Bug 1780815] "

[Qemu-devel] [Bug 1781515] [NEW] Resolution switch leads to the screen/image being corrupted
 2020-11-12 15:37 UTC  (2+ messages)
` [Bug 1781515] "

[Qemu-devel] [Bug 1782107] [NEW] Random errors when emulating armv7 and using dh
 2020-11-12 15:38 UTC  (2+ messages)
` [Bug 1782107] "

[Qemu-devel] [Bug 1782300] [NEW] COLO unable to failover to secondary VM
 2020-11-12 15:38 UTC  (2+ messages)
` [Bug 1782300] "

[Qemu-devel] [Bug 1779649] [NEW] Suspending a domain works with a 3.16 gues kernel but not with a 4.16 one
 2020-11-12 15:35 UTC  (2+ messages)
` [Bug 1779649] "

[PATCH for-5.2] virtiofsd: Announce submounts even without statx()
 2020-11-12 15:41 UTC  (2+ messages)

[PATCH] target/openrisc: Remove dead code attempting to check "is timer disabled"
 2020-11-12 15:38 UTC  (5+ messages)

[PATCH] hw/input/ps2.c: Remove remnants of printf debug
 2020-11-12 15:37 UTC  (2+ messages)

[PATCH] exynos: Fix bad printf format specifiers
 2020-11-12 15:34 UTC  (2+ messages)

[PATCH] hw/arm/virt: ARM_VIRT must select ARM_GIC
 2020-11-12 15:33 UTC  (2+ messages)

[PATCH] migration: handle CANCELLING state in migration_completion()
 2020-11-12 15:30 UTC  (2+ messages)

[PATCH] scsi-disk: convert more errno values back to SCSI statuses
 2020-11-12 15:04 UTC  (2+ messages)

[RFC v3] VFIO Migration
 2020-11-12 15:26 UTC  (5+ messages)

[PATCH] migration/dirtyrate: simplify inlcudes in dirtyrate.c
 2020-11-12 14:55 UTC  (2+ messages)

[PATCH v2 00/44] Make qdev static property API usable by any QOM type
 2020-11-12 14:53 UTC  (11+ messages)

[PATCH v2 0/5] fix uninitialized variable warning
 2020-11-12 14:49 UTC  (3+ messages)
` [PATCH v2 5/5] migration: fix uninitialized variable warning in migrate_send_rp_req_pages()

[PATCH] migration/multifd: fix hangup with TLS-Multifd due to blocking handshake
 2020-11-12 14:35 UTC  (2+ messages)

[Qemu-devel] [Bug 1779120] [NEW] disk missing in the guest contingently when hotplug several virtio scsi disks consecutively
 2020-11-12 14:15 UTC  (2+ messages)
` [Bug 1779120] "

[Qemu-devel] [Bug 1778966] [NEW] Windows 1803 and later crashes on KVM
 2020-11-12 14:14 UTC  (2+ messages)
` [Bug 1778966] "

[PATCH v2] ACPI: Avoid infinite recursion when dump-vmstate
 2020-11-12 14:14 UTC  (2+ messages)

Command line QAPIfication and -readconfig
 2020-11-12 14:14 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).