qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-04 15:44:59 to 2020-11-04 23:13:42 UTC [more...]

[Bug 1879672] [NEW] QEMU installer with WHPX support
 2020-11-04 23:12 UTC  (3+ messages)
` [Bug 1879672] "

[Qemu-devel] [Bug 1611394] [NEW] qemu-ppc: Scalar Single-Precision Floating-Point instructions should not test MSR[SPV]
 2020-11-04 22:53 UTC  (2+ messages)
` [Bug 1611394] "

[Bug 1888918] [NEW] qemu-ppc: Floating point instructions do not properly generate the SPE/Embedded Floating-Point Unavailable interrupt
 2020-11-04 22:54 UTC  (2+ messages)
` [Bug 1888918] Re: qemu-system-ppc: "

[Qemu-devel] [Bug 1294227] [NEW] migration wrong handling of KVM_GET_DIRTY_LOG ioctl
 2020-11-04 22:46 UTC  (2+ messages)
` [Bug 1294227] "

[RFC PATCH 0/9] gitlab-ci: Allow forks to skip some build jobs
 2020-11-04 22:45 UTC  (10+ messages)
` [RFC PATCH 1/9] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [RFC PATCH 2/9] gitlab-ci: Replace YAML anchors by extends (native_build_job)
` [RFC PATCH 3/9] gitlab-ci: Replace YAML anchors by extends (native_test_job)
` [RFC PATCH 4/9] gitlab-ci: Replace YAML anchors by extends (acceptance_test_job)
` [RFC PATCH 5/9] gitlab-ci: Rename acceptance_test_job -> integration_test_job
` [RFC PATCH 6/9] gitlab-ci: Extract common job definition as 'cross_common_job'
` [RFC PATCH 7/9] gitlab-ci: Extract common job definition as 'native_common_job'
` [RFC PATCH 8/9] gitlab-ci: Add rules to skip building cross-jobs
` [RFC PATCH 9/9] gitlab-ci: Add rules to skip building/testing native jobs

[Bug 1893667] [NEW] Btrfs commands don't work when using user-space emulation of other architectures
 2020-11-04 22:34 UTC  (2+ messages)
` [Bug 1893667] "

[Bug 1900779] [NEW] xp /16i on arm mixes DWords
 2020-11-04 22:27 UTC  (3+ messages)
` [Bug 1900779] "

Question on UEFI ACPI tables setup and probing on arm64
 2020-11-04 21:57 UTC  (4+ messages)

[PULL v3 00/12] qemu-ga patch queue for soft-freeze
 2020-11-04 21:56 UTC  (3+ messages)
` [PULL v3 05/12] qga: add command guest-get-disks

[PATCH] ssi: Fix bad printf format specifiers
 2020-11-04 21:39 UTC  (4+ messages)

[PATCH V2] vl: pause option
 2020-11-04 21:40 UTC  (4+ messages)

[PATCH] linux-user: Check copy_from_user() return value in vma_dump_size()
 2020-11-04 21:28 UTC  (3+ messages)

[PATCH v1 1/1] linux-user/syscall: Fix missing target_to_host_timespec64() check
 2020-11-04 21:27 UTC  (2+ messages)

[PATCH] linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zero
 2020-11-04 21:26 UTC  (2+ messages)

[PATCH v2 0/8] silence the compiler warnings
 2020-11-04 21:22 UTC  (3+ messages)
` [PATCH v2 4/8] linux-user/mips/cpu_loop: "

[PATCH v9 0/8] pci_expander_brdige:acpi: Support pxb-pcie for ARM
 2020-11-04 21:11 UTC  (5+ messages)
` [PATCH v9 2/8] fw_cfg: Write the extra roots into the fw_cfg

[PULL 00/33] Block patches
 2020-11-04 20:59 UTC  (3+ messages)
` [PULL 32/33] util/vfio-helpers: Convert vfio_dump_mapping to trace events

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

[Bug 1887309] [NEW] Floating-point exception in ide_set_sector
 2020-11-04 20:21 UTC  (2+ messages)
` [Bug 1887309] "

[Bug 1887303] [NEW] Assertion failure in *bmdma_active_if `bmdma->bus->retry_unit != (uint8_t)-1' failed
 2020-11-04 20:21 UTC  (2+ messages)
` [Bug 1887303] "

[Bug 1878253] [NEW] null-ptr dereference in address_space_to_flatview through ide
 2020-11-04 20:24 UTC  (2+ messages)
` [Bug 1878253] "

[Bug 1884693] [NEW] Assertion failure in address_space_unmap through ahci_map_clb_address
 2020-11-04 20:23 UTC  (2+ messages)
` [Bug 1884693] "

[Qemu-devel] [Bug 1781463] [NEW] qemu don't start *.abs firmware files
 2020-11-04 19:55 UTC  (2+ messages)
` [Bug 1781463] "

[Qemu-devel] [Bug 1569491] [NEW] qemu system i386 poor performance on e5500 core
 2020-11-04 19:51 UTC  (2+ messages)
` [Bug 1569491] "

[Qemu-devel] [Bug 1377163] [NEW] Does not add usb-host devices as they are hotplugged
 2020-11-04 19:42 UTC  (2+ messages)
` [Bug 1377163] "

[Qemu-devel] [Bug 1338563] [NEW] README refers to a non-extant file
 2020-11-04 19:37 UTC  (2+ messages)
` [Bug 1338563] "

[PATCH] README: Add Documentation blurb
 2020-11-04 19:30 UTC 

[PATCH v2 0/6] QOM minor fixes
 2020-11-04 19:29 UTC  (4+ messages)
` [PATCH v2 5/6] macio: don't reference serial_hd() directly within the device

[PATCH RFC] memory: pause all vCPUs for the duration of memory transactions
 2020-11-04 19:23 UTC  (7+ messages)

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

[PATCH v3 0/2] Assorted fixes to tests that were broken by recent scsi changes
 2020-11-04 18:50 UTC  (3+ messages)
` [PATCH v3 1/2] iotests: add filter_qmp_virtio_scsi function
` [PATCH v3 2/2] iotests: rewrite iotest 240 in python

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

[PATCH v11 00/19] Initial support for multi-process Qemu
 2020-11-04 18:39 UTC  (3+ messages)
` [PATCH v11 19/19] multi-process: add configure and usage information

[PATCH] tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"
 2020-11-04 18:27 UTC  (3+ messages)

executing user code to test qemu driver
 2020-11-04 18:18 UTC  (2+ messages)

[PATCH 0/5] SCSI: fix transfer limits for SCSI passthrough
 2020-11-04 18:05 UTC  (8+ messages)
` [PATCH 1/5] file-posix: split hdev_refresh_limits from raw_refresh_limits
` [PATCH 2/5] file-posix: add sg_get_max_segments that actually works with sg
` [PATCH 3/5] block: add max_ioctl_transfer to BlockLimits
` [PATCH 4/5] block: use blk_get_max_ioctl_transfer for SCSI passthrough
` [PATCH 5/5] block/scsi: correctly emulate the VPD block limits page

[PATCH] quorum: Implement bdrv_co_block_status()
 2020-11-04 18:04 UTC 

[PATCH 1/3] target/arm: add spaces around operator
 2020-11-04 18:04 UTC  (2+ messages)

[PATCH] hw/arm/Kconfig: ARM_V7M depends on PTIMER
 2020-11-04 17:57 UTC  (3+ messages)

[PATCH-for-5.2 v3 0/4] ci: Move --without-default-devices job from Travis to GitLab
 2020-11-04 17:54 UTC  (6+ messages)
` [PATCH-for-5.2 v3 1/4] s390x: fix build for --without-default-devices
` [PATCH-for-5.2 v3 2/4] hw/9pfs: Fix Kconfig dependency problem between 9pfs and Xen

[PATCH v2 00/20] backup performance: block_status + async
 2020-11-04 17:45 UTC  (17+ messages)
` [PATCH v2 08/20] block/block-copy: add block_copy_cancel
` [PATCH v2 11/20] qapi: backup: add x-max-chunk and x-max-workers parameters
` [PATCH v2 13/20] iotests: 129: prepare for backup over block-copy
` [PATCH v2 17/20] backup: move to block-copy

[PULL 0/3] Ui 20201104 patches
 2020-11-04 17:41 UTC  (2+ messages)

VFIO Migration
 2020-11-04 17:32 UTC  (14+ messages)

[PATCH v2] target/s390x: fix execution with icount
 2020-11-04 17:31 UTC  (2+ messages)

[PATCH 0/7] qom: Field properties type safety
 2020-11-04 17:25 UTC  (8+ messages)
` [PATCH 1/7] sparc: Fix property/field size mismatch for iu-version
` [PATCH 2/7] qom: Save size of struct field in Property struct
` [PATCH 3/7] qdev: Don't register unreadable legacy properties
` [PATCH 4/7] qom: Replace void* parameter with Property* on field getters/setters
` [PATCH 5/7] qom: Replace void* parameter with Property* on PropertyInfo.release
` [PATCH 6/7] qom: Add FIELD_PTR, a type-safe wrapper for object_field_prop_ptr()
` [PATCH 7/7] sparc: Use FIELD_PTR at nwindows getter/setter

Migrating to the gitlab issue tracker
 2020-11-04 17:19 UTC  (8+ messages)

[PATCH v2] block: Remove unused BlockDeviceMapEntry
 2020-11-04 17:19 UTC  (2+ messages)

[PULL v2 00/20] Misc patches for QEMU 5.2-rc1
 2020-11-04 17:04 UTC  (2+ messages)
` [PULL v2 20/20] qapi, qemu-options: make all parsing visitors parse boolean options the same

[PATCH 0/2] block: Remove unused BlockDeviceMapEntry
 2020-11-04 16:55 UTC  (3+ messages)
` [PATCH 1/2] qapi/block-core: Improve MapEntry documentation
` [PATCH 2/2] block: Remove unused BlockDeviceMapEntry

[RFC PATCH] docs: add some notes on the sbsa-ref machine
 2020-11-04 16:54 UTC  (3+ messages)

Ramping up Continuous Fuzzing of Virtual Devices in QEMU
 2020-11-04 16:52 UTC  (7+ messages)

[PATCH v2] docs: add some notes on the sbsa-ref machine
 2020-11-04 16:52 UTC 

[PULL 0/8] Usb 20201104 patches
 2020-11-04 16:52 UTC  (2+ messages)

locking option doesn't work as expected
 2020-11-04 16:48 UTC  (2+ messages)

[qemu-web PATCH v2] Add virtio-fs in OSv overview blog post
 2020-11-04 16:46 UTC 

[PATCH v2] Prefer 'on' | 'off' over 'yes' | 'no' for bool options
 2020-11-04 16:39 UTC 

[qemu-web PATCH] Add virtio-fs in OSv overview blog post
 2020-11-04 16:35 UTC  (3+ messages)

[PATCH v4 0/5] Fix the Hypervisor access functions
 2020-11-04 16:30 UTC  (5+ messages)
` [PATCH v4 1/5] target/riscv: Add a virtualised MMU Mode
` [PATCH v4 4/5] target/riscv: Remove the hyp load and store functions

[PATCH v3] qom: code hardening - have bound checking while looping with integer value
 2020-11-04 15:59 UTC  (5+ messages)

[RFC PATCH 0/6] eBPF RSS support for virtio-net
 2020-11-04 15:51 UTC  (6+ messages)
` [RFC PATCH 5/6] virtio-net: Added eBPF RSS to virtio-net

[PULL 0/3] Fixes 20201104 patches
 2020-11-04 15:46 UTC  (4+ messages)
` [PULL 1/3] vnc: fix resource leak when websocket channel error
` [PULL 2/3] ati: check x y display parameter values
` [PULL 3/3] roms/Makefile: Add qboot to .PHONY list


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