messages from 2020-05-05 04:32:21 to 2020-05-05 13:30:42 UTC [more...]
[PATCH v4 00/13] acpi: i386 tweaks
2020-05-05 13:29 UTC (18+ messages)
` [PATCH v4 01/13] qtest: allow DSDT acpi table changes
` [PATCH v4 02/13] acpi: move aml builder code for rtc device
` [PATCH v4 03/13] acpi: rtc: use a single crs range
` [PATCH v4 04/13] acpi: serial: don't use _STA method
` [PATCH v4 05/13] acpi: move aml builder code for serial device
` [PATCH v4 06/13] acpi: parallel: don't use _STA method
` [PATCH v4 07/13] acpi: move aml builder code for parallel device
` [PATCH v4 08/13] acpi: move aml builder code for floppy device
` [PATCH v4 09/13] acpi: move aml builder code for i8042 (kbd+mouse) device
` [PATCH v4 10/13] acpi: factor out fw_cfg_add_acpi_dsdt()
` [PATCH v4 11/13] acpi: simplify build_isa_devices_aml()
` [PATCH v4 12/13] acpi: drop serial/parallel enable bits from dsdt
` [PATCH v4 13/13] floppy: make isa_fdc_get_drive_max_chs static
[PATCH 0/7] audio: Spring cleaning
2020-05-05 13:26 UTC (4+ messages)
` [PATCH 3/7] audio: Move advance() helper to 'audio_int.h'
` [PATCH 6/7] audio: Let AUD_write() use a const buffer argument
` [PATCH 7/7] audio: Expose 'audio/audio.h' under the include/ directory
[PATCH 0/1] target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9
2020-05-05 12:37 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH v3 00/33] block: Introduce real BdrvChildRole
2020-05-05 13:20 UTC (6+ messages)
` [PATCH v3 03/33] block: Add BdrvChildRole and BdrvChildRoleBits
[PULL v2 0/4] Block patches
2020-05-05 13:01 UTC (6+ messages)
[PULL 00/24] Block patches
2020-05-05 12:58 UTC (25+ messages)
` [PULL 01/24] iotests: do a light delinting
` [PULL 02/24] iotests: don't use 'format' for drive_add
` [PULL 03/24] iotests: ignore import warnings from pylint
` [PULL 04/24] iotests: replace mutable list default args
` [PULL 05/24] iotests: add pylintrc file
` [PULL 06/24] iotests: alphabetize standard imports
` [PULL 07/24] iotests: drop pre-Python 3.4 compatibility code
` [PULL 08/24] iotests: touch up log function signature
` [PULL 09/24] iotests: limit line length to 79 chars
` [PULL 10/24] iotests: add hmp helper with logging
` [PULL 11/24] iotests: add script_initialize
` [PULL 12/24] iotest 258: use script_main
` [PULL 13/24] iotests: Mark verify functions as private
` [PULL 14/24] iotests: use python logging for iotests.log()
` [PULL 15/24] block: Add blk_new_with_bs() helper
` [PULL 16/24] qcow2: Allow resize of images with internal snapshots
` [PULL 17/24] qcow2: Tweak comment about bitmaps vs. resize
` [PULL 18/24] block: Comment cleanups
` [PULL 19/24] Fix iotest 153
` [PULL 20/24] block/block-copy: rename in-flight requests to tasks
` [PULL 21/24] block/block-copy: alloc task on each iteration
` [PULL 22/24] block/block-copy: add state pointer to BlockCopyTask
` [PULL 23/24] block/block-copy: refactor task creation
` [PULL 24/24] block/block-copy: use aio-task-pool API
[PATCH 0/4] Add support for SafeStack
2020-05-05 13:15 UTC (2+ messages)
[PATCH v4 0/6] hyperv: VMBus implementation
2020-05-05 13:06 UTC (3+ messages)
` [PATCH v4 5/6] i386: Hyper-V VMBus ACPI DSDT entry
[PATCH v4 0/6] s390x/vfio-ccw: Channel Path Handling [QEMU]
2020-05-05 12:57 UTC (7+ messages)
` [PATCH v4 1/6] linux-headers: update
` [PATCH v4 2/6] vfio-ccw: Refactor cleanup of regions
` [PATCH v4 3/6] vfio-ccw: Add support for the schib region
` [PATCH v4 4/6] vfio-ccw: Refactor ccw irq handler
` [PATCH v4 5/6] s390x/css: Refactor the css_queue_crw() routine
` [PATCH v4 6/6] vfio-ccw: Add support for the CRW region and IRQ
[PATCH] s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name
2020-05-05 13:02 UTC (2+ messages)
[PATCH] ui: update keycodemapdb submodule commit
2020-05-05 12:57 UTC
[PATCH v5 00/18] nvme: refactoring and cleanups
2020-05-05 12:10 UTC (22+ messages)
` [PATCH v5 01/18] nvme: fix pci doorbell size calculation
` [PATCH v5 02/18] nvme: rename trace events to pci_nvme
` [PATCH v5 03/18] nvme: remove superfluous breaks
` [PATCH v5 04/18] nvme: move device parameters to separate struct
` [PATCH v5 05/18] nvme: use constants in identify
` [PATCH v5 06/18] nvme: refactor nvme_addr_read
` [PATCH v5 07/18] nvme: add max_ioqpairs device parameter
` [PATCH v5 08/18] nvme: remove redundant cmbloc/cmbsz members
` [PATCH v5 09/18] nvme: factor out property/constraint checks
` [PATCH v5 10/18] nvme: factor out device state setup
` [PATCH v5 11/18] nvme: factor out block backend setup
` [PATCH v5 12/18] nvme: add namespace helpers
` [PATCH v5 13/18] nvme: factor out namespace setup
` [PATCH v5 14/18] nvme: factor out pci setup
` [PATCH v5 15/18] nvme: factor out cmb setup
` [PATCH v5 16/18] nvme: factor out pmr setup
` [PATCH v5 17/18] nvme: do cmb/pmr init as part of pci init
` [PATCH v5 18/18] nvme: factor out controller identify setup
[PATCH v9 0/9] virtio-iommu: VFIO integration
2020-05-05 12:05 UTC (16+ messages)
` [PATCH v9 1/9] hw/vfio/common: Remove error print on mmio region translation by viommu
` [EXT] "
` [PATCH v9 8/9] virtio-iommu: Implement probe request
[PATCH v3 00/12] user-mode: Prune build dependencies (part 1)
2020-05-05 12:05 UTC (5+ messages)
` [PATCH v3 11/12] target/s390x: Restrict CpuClass::get_crash_info() to system-mode
[PATCH v23 0/4] implement zstd cluster compression method
2020-05-05 12:03 UTC (3+ messages)
[PATCH v25 00/10] Add ARMv8 RAS virtualization support in QEMU
2020-05-05 11:23 UTC (11+ messages)
` [PATCH v25 02/10] hw/arm/virt: Introduce a RAS machine option
` [PATCH v25 05/10] ACPI: Build Hardware Error Source Table
` [PATCH v25 06/10] ACPI: Record the Generic Error Status Block address
` [PATCH v25 08/10] ACPI: Record Generic Error Status Block(GESB) table
` [PATCH v25 09/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
[PATCH] hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'
2020-05-05 11:09 UTC (6+ messages)
KVM call for agenda for 2020-05-19
2020-05-05 11:08 UTC
Today KVM external call canceled
2020-05-05 11:07 UTC
[PATCH v4 0/5] block-copy: use aio-task-pool
2020-05-05 11:06 UTC (2+ messages)
[PATCH V2] tests/Makefile: Fix description of "make check"
2020-05-05 10:56 UTC (3+ messages)
[PATCH v18 QEMU 00/18] Add migration support for VFIO devices
2020-05-05 10:46 UTC (9+ messages)
` [PATCH v18 QEMU 02/18] vfio: Add function to unmap VFIO region
` [PATCH v18 QEMU 05/18] vfio: Add migration region initialization and finalize function
` [PATCH v18 QEMU 06/18] vfio: Add VM state change handler to know state of VM
` [PATCH v18 QEMU 07/18] vfio: Add migration state change notifier
[PATCH v2 00/10] More miscellaneous error handling fixes
2020-05-05 10:41 UTC (15+ messages)
` [PATCH v2 01/10] nvdimm: Plug memory leak in uuid property setter
` [PATCH v2 02/10] xen: Fix and improve handling of device_add usb-host errors
` [PATCH v2 03/10] s390x/cpumodel: Fix harmless misuse of visit_check_struct()
` [PATCH v2 04/10] tests/migration: Tighten error checking
` [PATCH v2 05/10] error: Use error_reportf_err() where appropriate
` [PATCH v2 06/10] mips/malta: Fix create_cps() error handling
` [PATCH v2 07/10] mips/boston: Fix boston_mach_init() "
` [PATCH v2 08/10] mips/boston: Plug memory leak in boston_mach_init()
` [PATCH v2 09/10] arm/sabrelite: Consistently use &error_fatal in sabrelite_init()
` [PATCH v2 10/10] i386: Fix x86_cpu_load_model() error API violation
[PATCH v2 00/15] target/arm: partial vector cleanup
2020-05-05 10:38 UTC (2+ messages)
[PATCH] tests/Makefile: Fix description of "make check"
2020-05-05 10:23 UTC (5+ messages)
[RFC PATCH] hw/arm/musicpal: Map the UART devices unconditionally
2020-05-05 10:10 UTC (3+ messages)
[PATCH for-5.1 V3 0/7] mips: Add Loongson-3 machine support (with KVM)
2020-05-05 10:12 UTC (4+ messages)
[PATCH v2 0/4] backup: Make sure that source and target size match
2020-05-05 10:08 UTC (5+ messages)
` [PATCH v2 3/4] "
[PATCH 0/6] block/nvme: Align block pages queue to host page size
2020-05-05 9:48 UTC (5+ messages)
` [PATCH 5/6] "
[PATCH v4 00/18] target/arm: sve load/store improvements
2020-05-05 9:49 UTC (4+ messages)
[PATCH 0/6] vmdk: Fix zero cluster handling
2020-05-05 9:42 UTC (2+ messages)
[PATCH v2 0/1] target/arm: Remove access_el3_aa32ns()
2020-05-05 9:24 UTC (3+ messages)
[PATCH v3] qcow2: Avoid integer wraparound in qcow2_co_truncate()
2020-05-05 9:19 UTC (8+ messages)
[PATCH v2] Fix iotest 153
2020-05-05 9:18 UTC (4+ messages)
[PATCH v2] crypto: Redundant type conversion for AES_KEY pointer
2020-05-05 9:15 UTC (2+ messages)
[PATCH] aspeed: sdmc: Implement AST2600 locking behaviour
2020-05-05 9:10 UTC (2+ messages)
[PATCH v5 for-5.0? 0/7] Tighten qemu-img rules on missing backing format
2020-05-05 8:43 UTC (8+ messages)
` [PATCH v5 3/7] qcow: Tolerate backing_fmt=, but warn on backing_fmt=raw
` [PATCH v5 4/7] qcow2: Deprecate use of qemu-img amend to change backing file
` [PATCH v5 7/7] qemu-img: Deprecate use of -b without -F
[PATCH v2 00/10] Cadence GEM Fixes
2020-05-05 8:31 UTC (2+ messages)
[PATCH v3] tests/qht-bench: Fix Clang 'implicit-int-float-conversion' warning
2020-05-05 8:28 UTC (2+ messages)
[PATCH v2] tests/qht-bench: Fix Clang 'int-conversion' warning
2020-05-05 8:26 UTC (2+ messages)
Infinite loop in bus_unparent(), qdev bug or qdev misuse?
2020-05-05 8:24 UTC (3+ messages)
[PATCH v2] qcow2: Avoid integer wraparound in qcow2_co_truncate()
2020-05-05 8:20 UTC (2+ messages)
[PULL 00/39] target-arm queue
2020-05-05 8:20 UTC (3+ messages)
[PATCH v5] audio/jack: add JACK client audiodev
2020-05-05 8:17 UTC (2+ messages)
[PULL 00/20] Trivial branch for 5.1 patches
2020-05-05 7:20 UTC (4+ messages)
` [PULL 04/20] crypto: Redundant type conversion for AES_KEY pointer
[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
2020-05-05 6:15 UTC (2+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images
[Bug 1876678] [NEW] Ubuntu 20.04 QEMU Failure with nested FreeBSD bhyve
2020-05-05 6:49 UTC (2+ messages)
` [Bug 1876678] Re: Ubuntu 20.04 KVM / "
[PATCH] iotests/055: Use cache.no-flush for vmdk target
2020-05-05 6:46 UTC
[PATCH qemu] spapr: Add PVR setting capability
2020-05-05 6:18 UTC (5+ messages)
[PATCH v3 0/3] target/arm: misc cleanups
2020-05-05 6:09 UTC (3+ messages)
` [PATCH v3 3/3] target/arm: Use clear_vec_high more effectively
[PATCH] aspeed: Support AST2600A1 silicon revision
2020-05-05 5:59 UTC (2+ messages)
[PATCH 0/4] hw/i386: Restrict vmport/vmmouse devices to x86 targets
2020-05-05 5:36 UTC (4+ messages)
` [PATCH 4/4] hw/i386: Make vmmouse helpers static
[PATCH v4 00/18] nvme: factor out cmb/pmr setup
2020-05-05 5:15 UTC (3+ messages)
[PATCH 0/2] checkpatch: fix handling of acpi expected files
2020-05-05 5:08 UTC (2+ messages)
[PATCH v16 QEMU 00/16] Add migration support for VFIO devices
2020-05-05 4:37 UTC (13+ messages)
` [PATCH v16 QEMU 04/16] vfio: Add save and load functions for VFIO PCI devices
` [PATCH v16 QEMU 08/16] vfio: Register SaveVMHandlers for VFIO device
` [PATCH v16 QEMU 09/16] vfio: Add save state functions to SaveVMHandlers
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).