qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-30 15:24:52 to 2019-07-31 08:59:41 UTC [more...]

[Qemu-devel] [PATCH for-4.2 00/13] qcow2: Let check -r all repair some snapshot bits
 2019-07-31  8:59 UTC  (31+ 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] numa: numa nodeid need not be sequential
 2019-07-31  8:40 UTC 

[Qemu-devel] [PATCH 00/28] Tame a few "touch this, recompile the world" headers
 2019-07-31  8:40 UTC  (13+ 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] [RFC] HACKING: Document 'struct' keyword usage
          ` [Qemu-devel] When to use qemu/typedefs.h

[Qemu-devel] [PATCH] spapr: Implement better workaround in spapr-vty device
 2019-07-31  6:51 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/1] configure: Define target access alignment in configure
 2019-07-31  8:22 UTC  (2+ messages)
` [Qemu-devel] [PATCH v4 1/1] "

[Qemu-devel] [PATCH-4.2 v1 0/6] RISC-V: Hypervisor prep work part 2
 2019-07-31  8:10 UTC  (10+ 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 for-4.2 v2 0/8] Kconfig switches
 2019-07-31  7:56 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/8] hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig
` [Qemu-devel] [PATCH v2 2/8] hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU
` [Qemu-devel] [PATCH v2 3/8] hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines
` [Qemu-devel] [PATCH v2 4/8] hw/core: Add a config switch for the "register" device
` [Qemu-devel] [PATCH v2 5/8] hw/core: Add a config switch for the "or-irq" device
` [Qemu-devel] [PATCH v2 6/8] hw/core: Add a config switch for the "split-irq" device
` [Qemu-devel] [PATCH v2 7/8] hw/misc: Add a config switch for the "unimplemented" device
` [Qemu-devel] [PATCH v2 8/8] hw/core: Add a config switch for the generic loader device

[Qemu-devel] [PATCH 0/3] Reduce the number of Valgrind reports in unit tests
 2019-07-31  7:24 UTC  (13+ 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] RESEND Re: [Qemu-ppc] [PATCH 1/2] tests.acceptance.avocado_qemu: Add support for powerpc
 2019-07-31  7:17 UTC 

[Qemu-devel] [PATCH v4 0/3] restrict bridge interface name to IFNAMSIZ
 2019-07-31  6:59 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 3/3] net: tap: replace snprintf with g_strdup_printf calls

[Qemu-devel] [PATCH v3 00/33] Multi-phase reset mechanism
 2019-07-31  6:30 UTC  (21+ messages)
` [Qemu-devel] [PATCH v3 01/33] Create Resettable QOM interface
` [Qemu-devel] [PATCH v3 03/33] Replace all call to device_reset by call to device_legacy_reset
` [Qemu-devel] [PATCH v3 04/33] make Device and Bus Resettable
` [Qemu-devel] [PATCH v3 05/33] Switch to new api in qdev/bus
` [Qemu-devel] [PATCH v3 06/33] add the vmstate description for device reset state
` [Qemu-devel] [PATCH v3 08/33] Add function to control reset with gpio inputs
` [Qemu-devel] [PATCH v3 09/33] add doc about Resettable interface

[Qemu-devel] [Bug 1838312] [NEW] Qemu virt-manager Segmentation fault
 2019-07-31  6:01 UTC  (2+ messages)
` [Qemu-devel] [Bug 1838312] "

[Qemu-devel] [PATCH for-4.2 00/14] Some record/replay fixes
 2019-07-31  5:41 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 0/1] configure: Define target access alignment in configure
 2019-07-31  4:29 UTC 

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

[Qemu-devel] [PATCH for 4.2 v3 0/6] target/mips: Misc patches for 4.2
 2019-07-31  1:28 UTC  (9+ 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 RESEND v8 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-07-31  1:12 UTC  (12+ messages)
` [Qemu-devel] [PATCH RESEND v8 01/11] hw/arm: simplify arm_load_dtb
` [Qemu-devel] [PATCH RESEND v8 02/11] numa: move numa global variable nb_numa_nodes into MachineState
` [Qemu-devel] [PATCH RESEND v8 03/11] numa: move numa global variable have_numa_distance "
` [Qemu-devel] [PATCH RESEND v8 04/11] numa: move numa global variable numa_info "
` [Qemu-devel] [PATCH RESEND v8 05/11] numa: Extend CLI to provide initiator information for numa nodes
` [Qemu-devel] [PATCH RESEND v8 06/11] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
` [Qemu-devel] [PATCH RESEND v8 07/11] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
` [Qemu-devel] [PATCH RESEND v8 08/11] hmat acpi: Build Memory Side Cache "
` [Qemu-devel] [PATCH RESEND v8 09/11] numa: Extend the CLI to provide memory latency and bandwidth information
` [Qemu-devel] [PATCH RESEND v8 10/11] numa: Extend the CLI to provide memory side cache information
` [Qemu-devel] [PATCH RESEND v8 11/11] tests/bios-tables-test: add test cases for ACPI HMAT

[Qemu-devel] [PATCH v2 0/3] migration: add speed limit for multifd migration
 2019-07-31  0:26 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 2/3] "

[Qemu-devel] [PATCH v8 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-07-31  0:26 UTC  (7+ messages)
` [Qemu-devel] [PATCH v8 02/11] numa: move numa global variable nb_numa_nodes into MachineState

[Qemu-devel] [PATCH] target/riscv: don't overwrite priv_version and resetvec when realizing
 2019-07-30 23:55 UTC  (2+ messages)

[Qemu-devel] [PATCH-4.2 v2 0/5] RISC-V: Hypervisor prep work part 2
 2019-07-30 23:35 UTC  (6+ messages)
` [Qemu-devel] [PATCH-4.2 v2 1/5] target/riscv: Don't set write permissions on dirty PTEs
` [Qemu-devel] [PATCH-4.2 v2 2/5] riscv: plic: Remove unused interrupt functions
` [Qemu-devel] [PATCH-4.2 v2 3/5] target/riscv: Create function to test if FP is enabled
` [Qemu-devel] [PATCH-4.2 v2 4/5] target/riscv: Update the Hypervisor CSRs to v0.4
` [Qemu-devel] [PATCH-4.2 v2 5/5] target/riscv: Fix Floating Point register names

[Qemu-devel] [ANNOUNCE] QEMU 4.1.0-rc3 is now available
 2019-07-30 23:38 UTC 

[Qemu-devel] [PATCH for-4.2 v10 00/15] VIRTIO-IOMMU device
 2019-07-30 23:20 UTC  (19+ 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] [Bug 1838475] [NEW] qemu-system-arm exits when cortex-m4 floating point used and irq occurs
 2019-07-30 21:32 UTC 

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

[Qemu-devel] [RFC] virtio-mmio: implement modern (v2) personality (virtio-1)
 2019-07-30 20:18 UTC  (8+ messages)

[Qemu-devel] [Bug 1838465] [NEW] qemu-system-x86_64 kernel panic 30% of the time starting up VM
 2019-07-30 20:02 UTC 

[Qemu-devel] [PATCH v3 0/1] configure: Define target access alignment in configure
 2019-07-30 20:14 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/1] "

[Qemu-devel] [PULL 0/2] pci: bugfix
 2019-07-30 19:46 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] pcie_root_port: Allow ACS to be disabled
  ` [Qemu-devel] [PULL "
` [Qemu-devel] [PATCH 2/2] pcie_root_port: Disable ACS on older machines
  ` [Qemu-devel] [PULL "

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

[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] 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 v3 00/50] tcg plugin support
 2019-07-30 17:04 UTC  (6+ 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  (3+ messages)

[Qemu-devel] [PATCH] riscv: sifive_test: Add reset functionality
 2019-07-30 16:37 UTC  (3+ 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  (2+ messages)
` [Qemu-devel] [Bug 1837049] "

[Qemu-devel] [PULL 0/1] Block patches for 4.1.0-rc3
 2019-07-30 16:00 UTC  (2+ messages)

[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 for-4.1 0/2] fdc: Fix inserting read-only media in empty drive
 2019-07-30 15:25 UTC  (6+ 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


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