qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-01 17:55:13 to 2019-10-02 01:20:22 UTC [more...]

[PATCH 00/97] Patch Round-up for stable 4.0.1, freeze on 2019-10-10
 2019-10-01 23:46 UTC  (70+ messages)
` [PATCH 01/97] qcow2: Avoid COW during metadata preallocation
` [PATCH 02/97] qcow2: Add errp to preallocate_co()
` [PATCH 03/97] qcow2: Fix full preallocation with external data file
` [PATCH 04/97] megasas: fix mapped frame size
` [PATCH 05/97] qcow2: Fix qcow2_make_empty() with external data file
` [PATCH 08/97] Makefile: add nit-picky mode to sphinx-build
` [PATCH 11/97] kbd-state: fix autorepeat handling
` [PATCH 12/97] usb-tablet: fix serial compat property
` [PATCH 13/97] block/file-posix: Unaligned O_DIRECT block-status
` [PATCH 14/97] iotests: Test unaligned raw images with O_DIRECT
` [PATCH 15/97] s390x/cpumodel: ignore csske for expansion
` [PATCH 16/97] blockdev-backup: don't check aio_context too early
` [PATCH 18/97] iotests: Test commit job start with concurrent I/O
` [PATCH 20/97] QEMUMachine: add events_wait method
` [PATCH 21/97] iotests.py: Fix VM.run_job
` [PATCH 22/97] iotests.py: rewrite run_job to be pickier
` [PATCH 24/97] migration/dirty-bitmaps: change bitmap enumeration method
` [PATCH 25/97] vhost: fix vhost_log size overflow during migration
` [PATCH 26/97] target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]p
` [PATCH 27/97] target/ppc: Fix xvxsigdp
` [PATCH 28/97] target/ppc: Fix xxbrq, xxbrw
` [PATCH 29/97] target/ppc: Fix vsum2sws
` [PATCH 30/97] target/ppc: Fix lxvw4x, lxvh8x and lxvb16x
` [PATCH 31/97] q35: Revert to kernel irqchip
` [PATCH 32/97] vl: Fix -drive / -blockdev persistent reservation management
` [PATCH 33/97] target/i386: add MDS-NO feature
` [PATCH 34/97] target/i386: define md-clear bit
` [PATCH 35/97] docs: recommend use of md-clear feature on all Intel CPUs
` [PATCH 36/97] virtio-pci: fix missing device properties
` [PATCH 37/97] usbredir: fix buffer-overflow on vmload
` [PATCH 38/97] virtio-balloon: fix QEMU 4.0 config size migration incompatibility
` [PATCH 39/97] docs/interop/bitmaps.rst: Fix typos
` [PATCH 40/97] sphinx: add qmp_lexer
` [PATCH 41/97] docs/bitmaps: use QMP lexer instead of json
` [PATCH 42/97] hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrs
` [PATCH 43/97] hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memory
` [PATCH 44/97] hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[]
` [PATCH 45/97] ioapic: kvm: Skip route updates for masked pins
` [PATCH 46/97] i386/acpi: show PCI Express bus on pxb-pcie expanders
` [PATCH 47/97] virtio-balloon: Fix wrong sign extension of PFNs
` [PATCH 48/97] virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZE
` [PATCH 49/97] virtio-balloon: Simplify deflate with pbp
` [PATCH 50/97] virtio-balloon: Better names for offset variables in inflate/deflate code
` [PATCH 51/97] virtio-balloon: Rework pbp tracking data
` [PATCH 52/97] virtio-balloon: Use temporary PBP only
` [PATCH 53/97] virtio-balloon: don't track subpages for the PBP
` [PATCH 54/97] virtio-balloon: free pbp more aggressively
` [PATCH 55/97] i386/acpi: fix gint overflow in crs_range_compare
` [PATCH 56/97] tpm: Exit in reset when backend indicates failure
` [PATCH 58/97] block/backup: simplify backup_incremental_init_copy_bitmap
` [PATCH 60/97] block/backup: refactor and tolerate unallocated cluster skipping
` [PATCH 62/97] block/backup: refactor: split out backup_calculate_cluster_size
` [PATCH 64/97] iotests: Test backup job with two guest writes
` [PATCH 65/97] util/hbitmap: update orig_size on truncate
` [PATCH 66/97] iotests: Test incremental backup after truncation
` [PATCH 67/97] mirror: Only mirror granularity-aligned chunks
` [PATCH 68/97] iotests: Test unaligned blocking mirror write
` [PATCH 69/97] block/backup: disable copy_range for compressed backup
` [PATCH 70/97] Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
` [PATCH 72/97] dma-helpers: ensure AIO callback is invoked after cancellation
` [PATCH 76/97] iotests: add testing shim for script-style python tests
` [PATCH 77/97] vpc: Return 0 from vpc_co_create() on success
` [PATCH 78/97] iotests: Add supported protocols to execute_test()
` [PATCH 80/97] iotests: Restrict nbd Python tests to nbd
` [PATCH 83/97] block/create: Do not abort if a block driver is not available
` [PATCH 84/97] block/nfs: tear down aio before nfs_close
` [PATCH 88/97] curl: Check completion in curl_multi_do()
` [PATCH 89/97] curl: Pass CURLSocket to curl_multi_do()
` [PATCH 91/97] curl: Handle success in multi_check_completion

[PATCH 00/67] iotests: Honor $IMGOPTS in Python tests
 2019-10-01 23:30 UTC  (74+ messages)
` [PATCH 01/67] iotests.py: Read $IMGOPTS
` [PATCH 02/67] iotests.py: Add @skip_for_imgopts()
` [PATCH 03/67] iotests.py: Add unsupported_imgopts
` [PATCH 04/67] iotests.py: create_test_image, remove_test_image
` [PATCH 05/67] iotests.py: Add ImagePaths
` [PATCH 06/67] iotests.py: Add image_path()
` [PATCH 07/67] iotests.py: Filter data_file in filter_img_info
` [PATCH 08/67] iotests.py: Add filter_json_filename()
` [PATCH 09/67] iotests.py: Add @hide_fields to img_info_log
` [PATCH 10/67] iotests/169: Skip persistent cases for compat=0.10
` [PATCH 11/67] iotests/224: Filter json:{} from commit command
` [PATCH 12/67] iotests/228: Filter json:{} filenames
` [PATCH 13/67] iotests/242: Hide refcount bit information
` [PATCH 14/67] iotests: Use unsupported_imgopts in Python tests
` [PATCH 15/67] iotests/030: Honor $IMGOPTS
` [PATCH 16/67] iotests/040: "
` [PATCH 17/67] iotests/041: "
` [PATCH 18/67] iotests/044: "
` [PATCH 19/67] iotests/045: "
` [PATCH 20/67] iotests/055: "
` [PATCH 21/67] iotests/056: "
` [PATCH 22/67] iotests/057: "
` [PATCH 23/67] iotests/065: "
` [PATCH 24/67] iotests/096: "
` [PATCH 25/67] iotests/118: "
` [PATCH 26/67] iotests/124: "
` [PATCH 27/67] iotests/129: "
` [PATCH 28/67] iotests/132: "
` [PATCH 29/67] iotests/139: "
` [PATCH 30/67] iotests/147: "
` [PATCH 31/67] iotests/148: "
` [PATCH 32/67] iotests/151: "
` [PATCH 33/67] iotests/152: "
` [PATCH 34/67] iotests/155: "
` [PATCH 35/67] iotests/163: "
` [PATCH 36/67] iotests/165: "
` [PATCH 37/67] iotests/169: "
` [PATCH 38/67] iotests/194: "
` [PATCH 39/67] iotests/196: "
` [PATCH 40/67] iotests/199: "
` [PATCH 41/67] iotests/202: "
` [PATCH 42/67] iotests/203: "
` [PATCH 43/67] iotests/205: "
` [PATCH 44/67] iotests/208: "
` [PATCH 45/67] "
` [PATCH 46/67] iotests/216: "
` [PATCH 47/67] iotests/218: "
` [PATCH 48/67] iotests/219: "
` [PATCH 49/67] iotests/222: "
` [PATCH 50/67] iotests/224: "
` [PATCH 51/67] iotests/228: "
` [PATCH 52/67] iotests/234: "
` [PATCH 53/67] iotests/235: "
` [PATCH 54/67] iotests/236: "
` [PATCH 55/67] iotests/237: "
` [PATCH 56/67] iotests/242: "
` [PATCH 57/67] iotests/245: "
` [PATCH 58/67] iotests/246: "
` [PATCH 59/67] iotests/248: "
` [PATCH 60/67] iotests/254: "
` [PATCH 61/67] iotests/255: "
` [PATCH 62/67] iotests/256: "
` [PATCH 63/67] iotests/257: "
` [PATCH 64/67] iotests/258: "
` [PATCH 65/67] iotests/262: "
` [PATCH 66/67] iotests.py: Forbid qemu_img*('create', ...)
` [PATCH 67/67] iotests.py: Drop qemu_img_log(), qemu_img_create()

[PATCH 0/3] Some win32 fixes
 2019-10-01 21:20 UTC  (3+ messages)
` [PATCH 3/3] win32: fix main-loop busy loop on socket/fd event

[PATCH 0/6] qcow2: advanced compression options
 2019-10-01 20:50 UTC  (9+ messages)
` [PATCH 1/6] qcow2: multiple clusters write compressed
` [PATCH 2/6] tests/qemu-iotests: add case of writing compressed data to multiple clusters
` [PATCH 3/6] block: support compressed write for copy-on-read
` [PATCH 4/6] qemu-nbd: add compression flag support
` [PATCH 5/6] block-stream: add compress option
` [PATCH 6/6] tests/qemu-iotests: add case for block-stream compress

[PATCH 0/7] qapi: Cleanups and test speedup
 2019-10-01 21:19 UTC  (15+ messages)
` [PATCH 1/7] qapi: Don't suppress doc generation without pragma doc-required
` [PATCH 2/7] qapi: Store pragma state in QAPISourceInfo, not global state
` [PATCH 3/7] qapi: Eliminate accidental global frontend state
` [PATCH 4/7] qapi: Speed up frontend tests
` [PATCH 5/7] qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.py
` [PATCH 6/7] qapi: Split up scripts/qapi/common.py
` [PATCH 7/7] qapi: Clear scripts/qapi/doc.py executable bits again

[PATCH v2 0/2] qapi: Add detection for the 'savevm' fix for blockdev
 2019-10-01 21:07 UTC  (6+ messages)
` [PATCH v2 1/2] qapi: Add feature flags to commands in qapi introspection
` [PATCH v2 2/2] qapi: Allow introspecting fix for savevm's cooperation with blockdev

[PATCH 0/2] block: Skip COR for inactive nodes
 2019-10-01 19:51 UTC  (2+ messages)

[PATCH v1] s390x/tcg: MVCL: Exit to main loop if there are pending interrupts
 2019-10-01 21:59 UTC  (4+ messages)

[Qemu-devel] [Bug 1714331] [NEW] Virtual machines not working anymore on 2.10
 2019-10-01 21:25 UTC  (2+ messages)
` [Bug 1714331] "

[PATCH v7 00/22] tcg/ppc: Add vector opcodes
 2019-10-01 20:33 UTC  (2+ messages)

[PATCH v4 00/31] error: auto propagated local_err
 2019-10-01 19:44 UTC  (6+ messages)
` [PATCH v4 23/31] block: Fix error_append_hint/error_prepend usage

Arch info lost in "info cpus"
 2019-10-01 19:43 UTC  (3+ messages)

[PATCH ci-fix 0/8] fix various memory leaks (but not all)
 2019-10-01 19:28 UTC  (2+ messages)

[PATCH] x86: Add CPUID KVM support for new instruction WBNOINVD
 2019-10-01 19:26 UTC  (8+ messages)

[PATCH v13 0/9] hw/m68k: add Apple Machintosh Quadra 800 machine
 2019-10-01 19:11 UTC  (3+ messages)
` [PATCH v13 1/9] esp: add pseudo-DMA as used by Macintosh

[PATCH] qemu-doc: Remove paragraph about requiring a HD image with -kernel
 2019-10-01 18:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/5] iotests: use python logging
 2019-10-01 18:44 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 1/5] iotests: remove 'linux' from default supported platforms
  `  "

[Qemu-devel] [PATCH v1 20/28] target/riscv: Mark both sstatus and vsstatus as dirty
 2019-10-01 18:34 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH v1 19/28] target/riscv: Disable guest FP support based on virtual status
 2019-10-01 18:34 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH v1 18/28] target/riscv: Add hfence instructions
 2019-10-01 18:34 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH v1 17/28] target/riscv: Add Hypervisor trap return support
 2019-10-01 18:33 UTC  (2+ messages)
`  "

target/ppc: bug in optimised vsl/vsr implementation?
 2019-10-01 18:24 UTC  (3+ messages)

[RFC PATCH] configure: deprecate 32 bit build hosts
 2019-10-01 18:02 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/2] q35: mch: allow to lock down 128K RAM at default SMBASE address
 2019-10-01 18:03 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/2] q35: implement 128K SMRAM "
    ` [edk2-devel] "

[PATCH v5 0/9] target/arm/kvm: enable SVE in guests
 2019-10-01 17:59 UTC  (5+ messages)
` [PATCH v5 8/9] target/arm/cpu64: max cpu: Support sve properties with KVM
` [PATCH v5 9/9] target/arm/kvm: host cpu: Add support for sve<N> properties

[PATCH] tests/docker: only enable ubsan for test-clang
 2019-10-01 17:59 UTC  (2+ messages)


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