qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-30 11:23:38 to 2019-07-30 19:23:25 UTC [more...]

[Qemu-devel] [PATCH for-4.2 00/13] qcow2: Let check -r all repair some snapshot bits
 2019-07-30 19:22 UTC  (27+ messages)
` [Qemu-devel] [PATCH for-4.2 01/13] qcow2: Add Error ** to qcow2_read_snapshots()
` [Qemu-devel] [PATCH for-4.2 02/13] qcow2: Keep unknown extra snapshot data
` [Qemu-devel] [PATCH for-4.2 03/13] qcow2: Make qcow2_write_snapshots() public
` [Qemu-devel] [PATCH for-4.2 04/13] qcow2: Put qcow2_upgrade() into an own function
` [Qemu-devel] [PATCH for-4.2 05/13] qcow2: Write v3-compliant snapshot list on upgrade
` [Qemu-devel] [PATCH for-4.2 06/13] qcow2: Separate qcow2_check_read_snapshot_table()
` [Qemu-devel] [PATCH for-4.2 07/13] qcow2: Add qcow2_check_fix_snapshot_table()
` [Qemu-devel] [PATCH for-4.2 08/13] qcow2: Fix broken snapshot table entries
` [Qemu-devel] [PATCH for-4.2 09/13] qcow2: Fix overly long snapshot tables
` [Qemu-devel] [PATCH for-4.2 10/13] qcow2: Repair snapshot table with too many entries
` [Qemu-devel] [PATCH for-4.2 11/13] qcow2: Fix v3 snapshot table entry compliancy
` [Qemu-devel] [PATCH for-4.2 12/13] iotests: Add peek_file* functions
` [Qemu-devel] [PATCH for-4.2 13/13] iotests: Test qcow2's snapshot table handling

[Qemu-devel] [PATCH 0/3] Reduce the number of Valgrind reports in unit tests
 2019-07-30 19:22 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/3] test-throttle: Fix uninitialized use of burst_length
` [Qemu-devel] [PATCH 2/3] tests: Fix uninitialized byte in test_visitor_in_fuzz
` [Qemu-devel] [PATCH 3/3] i386/kvm: initialize struct at full before ioctl call

[Qemu-devel] [PATCH v3] blockjob: drain all job nodes in block_job_drain
 2019-07-30 19:11 UTC  (2+ messages)

[Qemu-devel] [PATCH for 4.2 v3 0/6] target/mips: Misc patches for 4.2
 2019-07-30 18:53 UTC  (7+ messages)
` [Qemu-devel] [PATCH for 4.2 v3 1/6] target/mips: Add support for DSPRAM
` [Qemu-devel] [PATCH for 4.2 v3 2/6] target/mips: Amend CP0 WatchHi register implementation
` [Qemu-devel] [PATCH for 4.2 v3 3/6] target/mips: Implement Global Invalidate TLB instruction
` [Qemu-devel] [PATCH for 4.2 v3 4/6] target/mips: Add emulation of CRC32 instructions
` [Qemu-devel] [PATCH for 4.2 v3 5/6] tests/tcg: target/mips: Add optional printing of more detailed failure info
` [Qemu-devel] [PATCH for 4.2 v3 6/6] tests/tcg: target/mips: Fix target configurations for MSA tests

[Qemu-devel] [PATCH 0/3] backup fixes for 4.1?
 2019-07-30 18:41 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/3] block/backup: deal with zero detection
` [Qemu-devel] [PATCH 2/3] block/backup: disable copy_range for compressed backup
` [Qemu-devel] [PATCH 3/3] block/backup: refactor write_flags

[Qemu-devel] [PATCH-4.2 v1 0/6] RISC-V: Hypervisor prep work part 2
 2019-07-30 18:37 UTC  (9+ messages)
` [Qemu-devel] [PATCH-4.2 v1 4/6] target/riscv: Create function to test if FP is enabled
  ` [Qemu-devel] [Qemu-riscv] "
` [Qemu-devel] [PATCH-4.2 v1 6/6] target/riscv: Fix Floating Point register names

[Qemu-devel] [PATCH] ehci: Ensure that device is not NULL before calling usb_ep_get
 2019-07-30 17:45 UTC 

[Qemu-devel] [PATCH v8 00/16] Add support for io_uring
 2019-07-30 17:34 UTC  (17+ messages)
` [Qemu-devel] [PATCH v8 01/16] configure: permit use of io_uring
` [Qemu-devel] [PATCH v8 02/16] qapi/block-core: add option for io_uring
` [Qemu-devel] [PATCH v8 03/16] block/block: add BDRV flag "
` [Qemu-devel] [PATCH v8 04/16] block/io_uring: implements interfaces "
` [Qemu-devel] [PATCH v8 05/16] stubs: add stubs for io_uring interface
` [Qemu-devel] [PATCH v8 06/16] util/async: add aio interfaces for io_uring
` [Qemu-devel] [PATCH v8 07/16] blockdev: adds bdrv_parse_aio to use io_uring
` [Qemu-devel] [PATCH v8 08/16] block/file-posix.c: extend "
` [Qemu-devel] [PATCH v8 09/16] block: add trace events for io_uring
` [Qemu-devel] [PATCH v8 10/16] block/io_uring: adds userspace completion polling
` [Qemu-devel] [PATCH v8 11/16] qemu-io: adds option to use aio engine
` [Qemu-devel] [PATCH v8 12/16] qemu-img: adds option to use aio engine for benchmarking
` [Qemu-devel] [PATCH v8 13/16] qemu-nbd: adds option for aio engines
` [Qemu-devel] [PATCH v8 14/16] tests/qemu-iotests: enable testing with aio options
` [Qemu-devel] [PATCH v8 15/16] tests/qemu-iotests: use AIOMODE with various tests
` [Qemu-devel] [PATCH v8 16/16] block/io_uring: adds fd registration

[Qemu-devel] [PATCH for-4.2 v10 00/15] VIRTIO-IOMMU device
 2019-07-30 17:21 UTC  (16+ messages)
` [Qemu-devel] [PATCH for-4.2 v10 01/15] update-linux-headers: Import virtio_iommu.h
` [Qemu-devel] [PATCH for-4.2 v10 02/15] linux-headers: update against 5.3-rc2
` [Qemu-devel] [PATCH for-4.2 v10 03/15] virtio-iommu: Add skeleton
` [Qemu-devel] [PATCH for-4.2 v10 04/15] virtio-iommu: Decode the command payload
` [Qemu-devel] [PATCH for-4.2 v10 05/15] virtio-iommu: Add the iommu regions
` [Qemu-devel] [PATCH for-4.2 v10 06/15] virtio-iommu: Endpoint and domains structs and helpers
` [Qemu-devel] [PATCH for-4.2 v10 07/15] virtio-iommu: Implement attach/detach command
` [Qemu-devel] [PATCH for-4.2 v10 08/15] virtio-iommu: Implement map/unmap
` [Qemu-devel] [PATCH for-4.2 v10 09/15] virtio-iommu: Implement translate
` [Qemu-devel] [PATCH for-4.2 v10 10/15] virtio-iommu: Implement probe request
` [Qemu-devel] [PATCH for-4.2 v10 11/15] virtio-iommu: Expose the IOAPIC MSI reserved region when relevant
` [Qemu-devel] [PATCH for-4.2 v10 12/15] virtio-iommu: Implement fault reporting
` [Qemu-devel] [PATCH for-4.2 v10 13/15] virtio_iommu: Handle reserved regions in translation process
` [Qemu-devel] [PATCH for-4.2 v10 14/15] virtio-iommu-pci: Add virtio iommu pci support
` [Qemu-devel] [PATCH for-4.2 v10 15/15] hw/arm/virt: Add the virtio-iommu device tree mappings

[Qemu-devel] [PATCH v3 00/50] tcg plugin support
 2019-07-30 17:04 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 25/50] translator: add translator_ld{ub, sw, uw, l, q}

[Qemu-devel] [PATCH for-4.1?] target/arm: Deliver BKPT/BRK exceptions to correct exception level
 2019-07-30 16:41 UTC  (4+ messages)

[Qemu-devel] [PATCH] riscv: sifive_test: Add reset functionality
 2019-07-30 16:37 UTC  (3+ messages)

[Qemu-devel] [RFC] virtio-mmio: implement modern (v2) personality (virtio-1)
 2019-07-30 16:06 UTC  (6+ messages)

[Qemu-devel] [PULL 0/2] fdc: Fix inserting read-only media in empty drive
 2019-07-30 16:03 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/2] "
` [Qemu-devel] [PULL 2/2] iotests/118: Test inserting a read-only medium

[Qemu-devel] [Bug 1837049] [NEW] qemu-system-ppc segfaults with -display sdl
 2019-07-30 15:55 UTC  (3+ messages)
` [Qemu-devel] [Bug 1837049] "

[Qemu-devel] [PULL 0/1] Block patches for 4.1.0-rc3
 2019-07-30 16:00 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/1] nvme: Limit blkshift to 12 (for 4 kB blocks)

[Qemu-devel] [PATCH] migration: always initial ram_counters for a new migration
 2019-07-30 15:56 UTC  (2+ messages)

[Qemu-devel] [PULL 0/3] virtio, pc: fixes
 2019-07-30 15:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH] pc-dimm: fix crash when invalid slot number is used
  ` [Qemu-devel] [PULL 3/3] "

[Qemu-devel] [PATCH RFC 0/2] s390: stop abusing memory_region_allocate_system_memory()
 2019-07-30 15:49 UTC  (9+ messages)
` [Qemu-devel] [PATCH RFC 1/2] memory: make MemoryRegion alias migratable
` [Qemu-devel] [qemu-s390x] [PATCH RFC 0/2] s390: stop abusing memory_region_allocate_system_memory()

[Qemu-devel] [PATCH v3 00/33] Multi-phase reset mechanism
 2019-07-30 15:47 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 01/33] Create Resettable QOM interface

[Qemu-devel] [PATCH for-4.1 0/2] fdc: Fix inserting read-only media in empty drive
 2019-07-30 15:25 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-4.1 1/2] "
` [Qemu-devel] [PATCH for-4.1 2/2] iotests/118: Test inserting a read-only medium

[Qemu-devel] [PATCH-for-4.2 v8 0/9] ARM virt: ACPI memory hotplug support
 2019-07-30 15:25 UTC  (3+ messages)
` [Qemu-devel] [PATCH-for-4.2 v8 3/9] hw/acpi: Add ACPI Generic Event Device Support

[Qemu-devel] [Bug 1838277] [NEW] qemu-system-aarch64: regression: msr vbar_el2, xN not working in EL2
 2019-07-30 15:00 UTC  (16+ messages)
` [Qemu-devel] [Bug 1838277] Re: qemu-system-aarch64: regression: TCG sometimes using wrong values for VBAR_EL2 despite it being correctly reported to GDB
` [Qemu-devel] [Bug 1838277] Re: qemu-system-aarch64: regression in 3.1: breakpoint instructions routed to EL1 from EL2 when ELD is EL1
` [Qemu-devel] [Bug 1838277] Re: qemu-system-aarch64: regression in 3.1: breakpoint instructions always routed to EL_D even when current EL is higher

[Qemu-devel] [PATCH v2 0/3] add zstd cluster compression
 2019-07-30 14:45 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 3/3] qcow2: add zstd cluster compression
 2019-07-30 14:42 UTC  (2+ messages)

[Qemu-devel] [PATCH] vhost-vsock: report QMP event when set running
 2019-07-30 13:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v7] qemu-io: add pattern file for write command
 2019-07-30 14:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] qcow2: async handling of fragmented io
 2019-07-30 14:18 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] block: introduce aio task pool
` [Qemu-devel] [PATCH v2 2/4] block/qcow2: refactor qcow2_co_preadv_part
` [Qemu-devel] [PATCH v2 3/4] block/qcow2: refactor qcow2_co_pwritev_part
` [Qemu-devel] [PATCH v2 4/4] block/qcow2: introduce parallel subrequest handling in read and write

[Qemu-devel] [PATCH] virtiofsd: fix compile error if 'F_OFD_GETLK' not defined
 2019-07-30 14:00 UTC  (5+ messages)

[Qemu-devel] [for 4.1 PATCH 0/2] Disable PCIe ACS on older machines
 2019-07-30 13:42 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/2] pcie_root_port: Allow ACS to be disabled
` [Qemu-devel] [PATCH 2/2] pcie_root_port: Disable ACS on older machines

[Qemu-devel] [PATCH 00/28] Tame a few "touch this, recompile the world" headers
 2019-07-30 13:28 UTC  (8+ messages)
` [Qemu-devel] [PATCH 23/28] numa: Don't include hw/boards.h into sysemu/numa.h
    ` [Qemu-devel] When to use qemu/typedefs.h (was: [PATCH 23/28] numa: Don't include hw/boards.h into sysemu/numa.h)
` [Qemu-devel] [PATCH 24/28] Include sysemu/hostmem.h less

[Qemu-devel] [PATCH] tests: Set read-zeroes on for null-co driver
 2019-07-30 13:23 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] tests/tcg: disentangle makefiles
 2019-07-30 13:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] tests/tcg: use EXTRA_CFLAGS everywhere
` [Qemu-devel] [PATCH 2/3] tests/tcg: cleanup Makefile inclusions
` [Qemu-devel] [PATCH 3/3] tests/tcg: move configuration to a sub-shell script

[Qemu-devel] [PATCH v7 00/15] Add support for io_uring
 2019-07-30 13:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH v7 13/15] qemu-nbd: adds option for aio engines

[Qemu-devel] [PATCH] Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
 2019-07-30 12:50 UTC  (5+ messages)

[Qemu-devel] [PULL 0/4] Block layer and multiboot test patches
 2019-07-30 12:27 UTC  (6+ messages)
` [Qemu-devel] [PULL 1/4] tests/multiboot: Fix load address of test kernels
` [Qemu-devel] [PULL 2/4] Fixes: add read-zeroes to 051.out
` [Qemu-devel] [PULL 3/4] block/copy-on-read: Fix permissions for inactive node
` [Qemu-devel] [PULL 4/4] scsi-cd: Fix inserting read-only media in empty drive

[Qemu-devel] [PATCH] virtio pmem: user document
 2019-07-30 12:05 UTC  (3+ messages)

[Qemu-devel] [PATCH for-4.1?] nvme: Limit blkshift to 12 (for 4 kB blocks)
 2019-07-30 11:59 UTC  (2+ messages)

[Qemu-devel] [QEMU] [PATCH v5 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-07-30 11:35 UTC  (9+ messages)
          ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 1/2] linux-user: remove useless variable
 2019-07-30 11:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] linux-user: manage binfmt-misc preserve-arg[0] flag

[Qemu-devel] [PATCH v4 00/20] monitor: add asynchronous command type
 2019-07-30 11:23 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 17/20] console: make screendump asynchronous


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