messages from 2020-06-10 09:49:50 to 2020-06-10 15:18:05 UTC [more...]
[PATCH v8 00/34] Add subcluster allocation to qcow2
2020-06-10 15:03 UTC (20+ messages)
` [PATCH v8 01/34] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH v8 02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
` [PATCH v8 03/34] qcow2: Add calculate_l2_meta()
` [PATCH v8 04/34] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [PATCH v8 06/34] qcow2: Add get_l2_entry() and set_l2_entry()
` [PATCH v8 07/34] qcow2: Document the Extended L2 Entries feature
` [PATCH v8 08/34] qcow2: Add dummy has_subclusters() function
` [PATCH v8 10/34] qcow2: Add offset_to_sc_index()
` [PATCH v8 11/34] qcow2: Add offset_into_subcluster() and size_to_subclusters()
` [PATCH v8 12/34] qcow2: Add l2_entry_size()
` [PATCH v8 13/34] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PATCH v8 14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v8 15/34] qcow2: Add qcow2_get_subcluster_range_type()
` [PATCH v8 16/34] qcow2: Add qcow2_cluster_is_allocated()
` [PATCH v8 22/34] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v8 23/34] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v8 25/34] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v8 29/34] qcow2: Add subcluster support to qcow2_measure()
` [PATCH v8 33/34] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
[PATCH v7 0/9] acpi: i386 tweaks
2020-06-10 14:54 UTC (3+ messages)
Failure of test 'basic gdbstub support'
2020-06-10 14:39 UTC
[PATCH 0/2] qcow2: seriously improve savevm performance
2020-06-10 14:41 UTC (3+ messages)
` [PATCH 1/2] aio: allow to wait for coroutine pool from different coroutine
` [PATCH 2/2] qcow2: improve savevm performance
what is the difference to transfer elf execute file or binary file on "-kernel" paramter?
2020-06-10 14:42 UTC
[PATCH v10 0/9] error: auto propagated local_err part I
2020-06-10 14:39 UTC (3+ messages)
` [PATCH v10 1/9] error: auto propagated local_err
[PATCH 00/16] Crazy shit around -global (pardon my french)
2020-06-10 14:24 UTC (4+ messages)
` [PATCH 06/16] fdc: Deprecate configuring floppies with -global isa-fdc
[PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
2020-06-10 14:13 UTC (24+ messages)
` [PATCH v4 01/21] exec: Introduce ram_block_discard_(disable|require)()
` [PATCH v4 02/21] vfio: Convert to ram_block_discard_disable()
` [PATCH v4 03/21] accel/kvm: "
` [PATCH v4 04/21] s390x/pv: "
` [PATCH v4 05/21] virtio-balloon: Rip out qemu_balloon_inhibit()
` [PATCH v4 06/21] target/i386: sev: Use ram_block_discard_disable()
` [PATCH v4 07/21] migration/rdma: "
` [PATCH v4 08/21] migration/colo: "
` [PATCH v4 09/21] linux-headers: update to contain virtio-mem
` [PATCH v4 10/21] virtio-mem: Paravirtualized memory hot(un)plug
` [PATCH v4 11/21] virtio-pci: Proxy for virtio-mem
` [PATCH v4 12/21] MAINTAINERS: Add myself as virtio-mem maintainer
` [PATCH v4 13/21] hmp: Handle virtio-mem when printing memory device info
` [PATCH v4 14/21] numa: Handle virtio-mem in NUMA stats
` [PATCH v4 15/21] pc: Support for virtio-mem-pci
` [PATCH v4 16/21] virtio-mem: Allow notifiers for size changes
` [PATCH v4 17/21] virtio-pci: Send qapi events when the virtio-mem "
` [PATCH v4 18/21] virtio-mem: Migration sanity checks
` [PATCH v4 19/21] virtio-mem: Add trace events
` [PATCH v4 20/21] virtio-mem: Exclude unplugged memory during migration
` [PATCH v4 21/21] numa: Auto-enable NUMA when any memory devices are possible
[PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough
2020-06-10 14:10 UTC (10+ messages)
Clarification regarding new qemu-img convert --target-is-zero flag
2020-06-10 14:06 UTC (9+ messages)
[PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
2020-06-10 14:00 UTC (22+ messages)
[PATCH 0/2] Fix NBD CVE-2020-10761
2020-06-10 13:52 UTC (5+ messages)
` [PATCH 1/2] nbd/server: Avoid long error message assertions CVE-2020-10761
[PATCH] memory: Revert "memory: accept mismatching sizes in memory_region_access_valid"
2020-06-10 13:54 UTC (2+ messages)
[PATCH V2] Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge
2020-06-10 13:40 UTC
[PATCH v9 00/61] target/riscv: support vector extension v0.7.1
2020-06-10 11:37 UTC (62+ messages)
` [PATCH v9 01/61] target/riscv: add vector extension field in CPURISCVState
` [PATCH v9 02/61] target/riscv: implementation-defined constant parameters
` [PATCH v9 03/61] target/riscv: support vector extension csr
` [PATCH v9 04/61] target/riscv: add vector configure instruction
` [PATCH v9 05/61] target/riscv: add an internals.h header
` [PATCH v9 06/61] target/riscv: add vector stride load and store instructions
` [PATCH v9 07/61] target/riscv: add vector index "
` [PATCH v9 08/61] target/riscv: add fault-only-first unit stride load
` [PATCH v9 09/61] target/riscv: add vector amo operations
` [PATCH v9 10/61] target/riscv: vector single-width integer add and subtract
` [PATCH v9 11/61] target/riscv: vector widening "
` [PATCH v9 12/61] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PATCH v9 13/61] target/riscv: vector bitwise logical instructions
` [PATCH v9 14/61] target/riscv: vector single-width bit shift instructions
` [PATCH v9 15/61] target/riscv: vector narrowing integer right "
` [PATCH v9 16/61] target/riscv: vector integer comparison instructions
` [PATCH v9 17/61] target/riscv: vector integer min/max instructions
` [PATCH v9 18/61] target/riscv: vector single-width integer multiply instructions
` [PATCH v9 19/61] target/riscv: vector integer divide instructions
` [PATCH v9 20/61] target/riscv: vector widening integer multiply instructions
` [PATCH v9 21/61] target/riscv: vector single-width integer multiply-add instructions
` [PATCH v9 22/61] target/riscv: vector widening "
` [PATCH v9 23/61] target/riscv: vector integer merge and move instructions
` [PATCH v9 24/61] target/riscv: vector single-width saturating add and subtract
` [PATCH v9 25/61] target/riscv: vector single-width averaging "
` [PATCH v9 26/61] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v9 27/61] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v9 28/61] target/riscv: vector single-width scaling shift instructions
` [PATCH v9 29/61] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v9 30/61] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v9 31/61] target/riscv: vector widening "
` [PATCH v9 32/61] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v9 33/61] target/riscv: vector widening floating-point multiply
` [PATCH v9 34/61] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v9 35/61] target/riscv: vector widening "
` [PATCH v9 36/61] target/riscv: vector floating-point square-root instruction
` [PATCH v9 37/61] target/riscv: vector floating-point min/max instructions
` [PATCH v9 38/61] target/riscv: vector floating-point sign-injection instructions
` [PATCH v9 39/61] target/riscv: vector floating-point compare instructions
` [PATCH v9 40/61] target/riscv: vector floating-point classify instructions
` [PATCH v9 41/61] target/riscv: vector floating-point merge instructions
` [PATCH v9 42/61] target/riscv: vector floating-point/integer type-convert instructions
` [PATCH v9 43/61] target/riscv: widening "
` [PATCH v9 44/61] target/riscv: narrowing "
` [PATCH v9 45/61] target/riscv: vector single-width integer reduction instructions
` [PATCH v9 46/61] target/riscv: vector wideing "
` [PATCH v9 47/61] target/riscv: vector single-width floating-point "
` [PATCH v9 48/61] target/riscv: vector widening "
` [PATCH v9 49/61] target/riscv: vector mask-register logical instructions
` [PATCH v9 50/61] target/riscv: vector mask population count vmpopc
` [PATCH v9 51/61] target/riscv: vmfirst find-first-set mask bit
` [PATCH v9 52/61] target/riscv: set-X-first "
` [PATCH v9 53/61] target/riscv: vector iota instruction
` [PATCH v9 54/61] target/riscv: vector element index instruction
` [PATCH v9 55/61] target/riscv: integer extract instruction
` [PATCH v9 56/61] target/riscv: integer scalar move instruction
` [PATCH v9 57/61] target/riscv: floating-point scalar move instructions
` [PATCH v9 58/61] target/riscv: vector slide instructions
` [PATCH v9 59/61] target/riscv: vector register gather instruction
` [PATCH v9 60/61] target/riscv: vector compress instruction
` [PATCH v9 61/61] target/riscv: configure and turn on vector extension from command line
[PATCH v2 0/1] tricore: added AURIX TC277 D-Step TriBoard
2020-06-10 13:49 UTC (4+ messages)
` [PATCH v2 1/1] tricore: added triboard with tc27x_soc
` AW: "
[RFC] hw: nios2: update interrupt_request when STATUS_PIE disabled
2020-06-10 13:29 UTC (4+ messages)
[RFC v2 00/18] Refactor configuration of guest memory protection
2020-06-10 13:21 UTC (9+ messages)
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests
[PATCH] Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge
2020-06-10 13:36 UTC
[PATCH v2 0/2] A pair of HMAT docs fixes
2020-06-10 13:17 UTC (3+ messages)
` [PATCH v2 1/2] qemu-options.hx: Mark all hmat-cache attributes required
` [PATCH v2 2/2] qemu-options.hx: Document hmat-lb and hmat-cache order
[PULL v2 00/16] Trivial branch for 5.1 patches
2020-06-10 13:10 UTC (17+ messages)
` [PULL v2 01/16] Fix parameter type in vhost migration log path
` [PULL v2 02/16] net: Do not include a newline in the id of -nic devices
` [PULL v2 03/16] .mailmap: Update Fred Konrad email address
` [PULL v2 04/16] hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()
` [PULL v2 05/16] hw/isa/apm: Convert debug printf()s to trace events
` [PULL v2 06/16] hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf
` [PULL v2 07/16] qemu-img: Fix doc typo for 'bitmap' subcommand
` [PULL v2 08/16] hw/arm/aspeed: Correct DRAM container region size
` [PULL v2 09/16] hw/hppa/dino: Use the IEC binary prefix definitions
` [PULL v2 10/16] hw/i386/xen/xen-hvm: "
` [PULL v2 11/16] target/i386/cpu: "
` [PULL v2 12/16] target/unicore32: Remove unused headers
` [PULL v2 13/16] target/unicore32: Replace DPRINTF() by qemu_log_mask(GUEST_ERROR)
` [PULL v2 14/16] target/unicore32: Prefer qemu_semihosting_log_out() over curses
` [PULL v2 15/16] hw/openrisc/openrisc_sim: Add assertion to silence GCC warning
` [PULL v2 16/16] semihosting: remove the pthread include which seems unused
[PULL 0/3] NBD patches through 2020-06-09
2020-06-10 13:18 UTC (2+ messages)
[Bug 1858415] Re: in tcp_emu function has OOB bug
2020-06-10 12:49 UTC (2+ messages)
[PATCH v2 0/8] sh4: Mark it orphan in MAINTAINERS & trivial fixes
2020-06-10 12:22 UTC (14+ messages)
` [PATCH v2 1/8] MAINTAINERS: Mark SH4 hardware orphan
` [PATCH v2 2/8] MAINTAINERS: Mark SH4 based R2D & Shix machines orphan
[PATCH v5 0/3] account for NVDIMM nodes during SRAT generation
2020-06-10 12:20 UTC (4+ messages)
` [PATCH v5 3/3] tests/acpi: update expected SRAT files
[PATCH v5 0/5] fix & merge block_status_above and is_allocated_above
2020-06-10 12:04 UTC (6+ messages)
` [PATCH v5 1/5] block/io: fix bdrv_co_block_status_above
` [PATCH v5 2/5] block/io: bdrv_common_block_status_above: support include_base
` [PATCH v5 3/5] block/io: bdrv_common_block_status_above: support bs == base
` [PATCH v5 4/5] block/io: fix bdrv_is_allocated_above
` [PATCH v5 5/5] iotests: add commit top->base cases to 274
[PATCH] iotests: Fix 291 across more file systems
2020-06-10 11:41 UTC (4+ messages)
[PATCH] qcow2: Reduce write_zeroes size in handle_alloc_space()
2020-06-10 11:25 UTC (7+ messages)
Source for configuration for cloud-init
2020-06-10 10:46 UTC
[PATCH v2] hmp: Make json format optional for qom-set
2020-06-10 10:40 UTC (5+ messages)
[Bug 1882671] [NEW] qemu-system-x86_64 (ver 4.2) stuck at boot with OVMF bios
2020-06-10 10:18 UTC (2+ messages)
` [Bug 1882671] "
[PATCH v7 0/7] coroutines: generate wrapper code
2020-06-10 10:03 UTC (8+ messages)
` [PATCH v7 1/7] block: return error-code from bdrv_invalidate_cache
` [PATCH v7 2/7] block/io: refactor coroutine wrappers
` [PATCH v7 3/7] block: declare some coroutine functions in block/coroutines.h
` [PATCH v7 4/7] scripts: add coroutine-wrapper.py
` [PATCH v7 5/7] block: generate coroutine-wrapper code
` [PATCH v7 6/7] block: drop bdrv_prwv
` [PATCH v7 7/7] block/io: refactor save/load vmstate
[PATCH V2] virtio-pci: fix queue_enable write
2020-06-10 9:52 UTC (4+ messages)
[PATCH] MAINTAINERS: Volunteer for maintaining the Renesas hardware
2020-06-10 9:52 UTC (4+ messages)
[PATCH] qcow2: Fix preallocation on images with unaligned sizes
2020-06-10 9:46 UTC
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).