messages from 2020-11-12 21:47:11 to 2020-11-13 12:55:10 UTC [more...]
[PATCH 0/2] authz-list-file: Error handling fixes
2020-11-13 12:54 UTC (6+ messages)
` [PATCH 1/2] authz-list-file: Fix file read error handling
` [PATCH 2/2] authz-list-file: Improve an error message
[PATCH for-5.2 0/3] hmp: Fix arg evaluation crash (regression)
2020-11-13 12:46 UTC (8+ messages)
` [PATCH for-5.2 1/3] hmp: Pass monitor to mon_get_cpu()
` [PATCH for-5.2 2/3] hmp: Pass monitor to MonitorDef.get_value()
` [PATCH for-5.2 3/3] hmp: Pass monitor to mon_get_cpu_env()
[PULL 0/6] Fixes 20201113 patches
2020-11-13 12:29 UTC (7+ messages)
` [PULL 1/6] audio/jack: fix use after free segfault
` [PULL 2/6] console: avoid passing con=NULL to graphic_hw_update_done()
` [PULL 3/6] hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)
` [PULL 4/6] hw/display/cirrus_vga: Remove debugging code commented out
` [PULL 5/6] hw/display/cirrus_vga: Fix hexadecimal format string specifier
` [PULL 6/6] xhci: fix nec-usb-xhci properties
[PULL for-5.2 0/1] MAINTAINERS: Replace my twiddle.net address
2020-11-13 12:33 UTC (3+ messages)
` [PULL for-5.2 1/1] "
[PATCH 0/6] migration: Fixes and cleanups aroung migrate-set-parameters
2020-11-13 11:56 UTC (14+ messages)
` [PATCH 1/6] migration: Fix and clean up around @tls-authz
` [PATCH 2/6] migration: Fix migrate-set-parameters argument validation
` [PATCH 3/6] migration: Clean up signed vs. unsigned XBZRLE cache-size
` [PATCH 4/6] migration: Check xbzrle-cache-size more carefully
` [PATCH 5/6] migration: Fix cache_init()'s "Failed to allocate" error messages
` [PATCH 6/6] migration: Fix a few absurdly defective "
[PATCH 00/13] char: QAPIfy the command line parsing
2020-11-13 11:50 UTC (3+ messages)
` [PATCH 08/13] char: Add mux option to ChardevOptions
[PATCH v3 0/2] quorum: Implement bdrv_co_block_status()
2020-11-13 11:49 UTC (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] quorum: Implement bdrv_co_pwrite_zeroes()
[PULL 0/1] vfio fix for QEMU 5.2-rc2
2020-11-13 11:36 UTC (3+ messages)
` [PULL 1/1] Fix use after free in vfio_migration_probe
[PATCH v3 00/53] Make qdev static property API usable by any QOM type
2020-11-13 11:26 UTC (55+ messages)
` [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 v2 001/122] vl: remove bios_name
2020-11-13 11:17 UTC (8+ messages)
` [PATCH v2 002/122] arm: do not use ram_size global
` [PATCH v2 003/122] cris: "
` [PATCH v2 004/122] hppa: "
` [PATCH v2 005/122] i386: "
` [PATCH v2 006/122] m68k: "
[PATCH v3 0/4] Categorize some uncategorized devices
2020-11-13 11:14 UTC (8+ messages)
` [PATCH v3 1/4] ssd0323: put it into the 'display' category
` [PATCH v3 2/4] ads7846: put it into the 'input' category
` [PATCH v3 3/4] nand: put it into the 'storage' category
` [PATCH v3 4/4] max111x: put it into the 'misc' category
[PATCH] hmp: Update current monitor acts on the entire handle_hmp_command()
2020-11-13 11:13 UTC (3+ messages)
[PULL 00/11] migration queue
2020-11-13 10:49 UTC (2+ messages)
[PATCH v2] digic: remove bios_name
2020-11-13 10:44 UTC (4+ messages)
[PATCH v2] target/i386: seg_helper: Correct segement selector nullification in the RET/IRET helper
2020-11-13 10:39 UTC (4+ messages)
[PATCH v2] net/e1000e_core: adjust count if RDH exceeds RDT in e1000e_ring_advance()
2020-11-13 10:31 UTC
[PATCH] arm/monitor: Add support for 'info tlb' command
2020-11-13 10:11 UTC (3+ messages)
[PATCH v2 0/2] fuzz: add virtio-blk fuzz target
2020-11-13 10:10 UTC (4+ messages)
` [PATCH v2 1/2] "
[PATCH 0/2] RFC: Issue with discards on raw block device without O_DIRECT
2020-11-13 10:07 UTC (7+ messages)
[PATCH for-5.2] iotests: Replace deprecated ConfigParser.readfp()
2020-11-13 10:06 UTC
[PATCH] docs: Better mention of qemu-img amend limitations
2020-11-13 9:49 UTC (2+ messages)
[PATCH] Clean up includes
2020-11-13 9:47 UTC (5+ messages)
[PATCH 0/6] qapi: Add support for aliases
2020-11-13 9:46 UTC (4+ messages)
` [PATCH 5/6] "
[Qemu-devel] [PULL 0/8] MIPS queue for February 27th, 2019
2020-11-13 9:39 UTC (3+ messages)
` [Qemu-devel] [PULL 8/8] target/mips: Preparing for adding MMI instructions
[PATCH v6] introduce vfio-user protocol specification
2020-11-13 9:22 UTC (2+ messages)
[PATCH 00/10] Chipping away at qerror.h
2020-11-13 9:09 UTC (12+ messages)
` [PATCH 01/10] qerror: Drop unused QERR_ macros
` [PATCH 02/10] qerror: Eliminate QERR_ macros used in just one place
` [PATCH 03/10] block: Improve some block-commit, block-stream error messages
` [PATCH 04/10] ui: Improve some set_passwd, expire_password "
` [PATCH 05/10] ui: Improve a client_migrate_info error message
` [PATCH 06/10] ui: Tweak "
` [PATCH 07/10] qga: Replace an unreachable error by abort()
` [PATCH 08/10] qga: Tweak a guest-shutdown error message
` [PATCH 09/10] qom: Improve {qom, device}-list-properties error messages
` [PATCH 09/10] qom: Improve {qom,device}-list-properties "
` [PATCH 10/10] Tweak a few "Parameter 'NAME' expects THING" error message
[PATCH 0/2] char: Deprecate backend aliases
2020-11-13 8:01 UTC (5+ messages)
` [PATCH 1/2] char: Skip CLI aliases in query-chardev-backends
[RFC PATCH 00/25] Introduce CXL 2.0 Emulation
2020-11-13 7:47 UTC (6+ messages)
` [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 3/30] crypt: Fix Lesser GPL version number
2020-11-13 7:00 UTC (9+ messages)
` [PATCH 22/30] overall/alpha tcg cpus|hppa: "
` [PATCH 27/30] x86 hvf cpus: "
` [PATCH 28/30] e1000e: "
` [PATCH 29/30] sparc tcg cpus: "
[PATCH v2 0/5] fix uninitialized variable warning
2020-11-13 5:53 UTC (4+ messages)
` [PATCH v2 4/5] plugins/loader: fix uninitialized variable warning in plugin_reset_uninstall()
[PATCH v4 0/4] hw/block/m25p80: Numonyx: Fix dummy cycles and check for SPI mode on cmds
2020-11-13 3:10 UTC (5+ messages)
` [PATCH v4 1/4] hw/block/m25p80: Make Numonyx config field names more accurate
` [PATCH v4 2/4] hw/block/m25p80: Fix when VCFG XIP bit is set for Numonyx
` [PATCH v4 3/4] hw/block/m25p80: Check SPI mode before running some Numonyx commands
` [PATCH v4 4/4] hw/block/m25p80: Fix Numonyx fast read dummy cycle count
[PATCH v2 00/12] qom: Convert some properties to class properties
2020-11-13 3:04 UTC (3+ messages)
` [PATCH v2 09/12] colo: Use "
[Bug 1902470] [NEW] migration with TLS-MultiFD is stuck when the dst-libvirtd service restarts
2020-11-13 2:13 UTC (2+ messages)
` [Bug 1902470] "
[PATCH 00/10] vhost/qemu: thread per IO SCSI vq
2020-11-12 23:19 UTC (12+ messages)
` [PATCH 1/1] qemu vhost scsi: add VHOST_SET_VRING_ENABLE support
` [PATCH 01/10] vhost: remove work arg from vhost_work_flush
` [PATCH 02/10] vhost scsi: remove extra flushes
` [PATCH 03/10] vhost poll: fix coding style
` [PATCH 04/10] vhost: support multiple worker threads
` [PATCH 05/10] vhost: poll support support multiple workers
` [PATCH 06/10] vhost scsi: make SCSI cmd completion per vq
` [PATCH 07/10] vhost, vhost-scsi: flush IO vqs then send TMF rsp
` [PATCH 08/10] vhost: move msg_handler to new ops struct
` [PATCH 09/10] vhost: add VHOST_SET_VRING_ENABLE support
` [PATCH 10/10] vhost-scsi: create a woker per IO vq
[PATCH v2 0/7] Common macros for QAPI list growth
2020-11-13 1:13 UTC (8+ messages)
` [PATCH v2 1/7 for-5.2?] net: Fix memory leak on error
` [PATCH v2 2/7] rocker: Revamp fp_port_get_info
` [PATCH v2 3/7] migration: Refactor migrate_cap_add
` [PATCH v2 4/7] qapi: Use QAPI_LIST_PREPEND() where possible
` [PATCH v2 5/7] qapi: Introduce QAPI_LIST_APPEND
` [PATCH v2 6/7] qapi: Use QAPI_LIST_APPEND in trivial cases
` [PATCH v2 7/7] qapi: More complex uses of QAPI_LIST_APPEND
[Bug 1794086] Re: readlink(2) returns incorrect size for /proc/self/exe
2020-11-13 1:04 UTC
[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
[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
[Bug 1903833] [NEW] User mode qemu-aarch: SIGGSEGV signal handler works wrong
2020-11-12 21:37 UTC (2+ messages)
` [Bug 1903833] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).