qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-20 09:28:30 to 2020-02-20 17:33:44 UTC [more...]

[PATCH 00/19] target/arm: vfp feature and decodetree cleanup
 2020-02-20 17:32 UTC  (12+ messages)
` [PATCH 11/19] target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmac
` [PATCH 12/19] target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insn
` [PATCH 13/19] target/arm: Move VLLDM and VLSTM to vfp.decode
` [PATCH 14/19] target/arm: Move the vfp decodetree calls next to the base isa
` [PATCH 15/19] linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAP

[PATCH RESEND 00/13] trivial: Detect and remove superfluous semicolons in C code
 2020-02-20 17:30 UTC  (4+ messages)
` [PATCH RESEND 11/13] target/i386/whpx: Remove superfluous semicolon
    ` [EXTERNAL] "

[PATCH v1 0/4] Extension of migration tests
 2020-02-20 17:23 UTC  (3+ messages)
` [PATCH v1 2/4] Acceptance test: EXEC migration

[RFC PATCH v3 00/27] Add subcluster allocation to qcow2
 2020-02-20 17:21 UTC  (41+ messages)
` [RFC PATCH v3 01/27] qcow2: Add calculate_l2_meta()
` [RFC PATCH v3 02/27] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [RFC PATCH v3 03/27] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [RFC PATCH v3 04/27] qcow2: Add get_l2_entry() and set_l2_entry()
` [RFC PATCH v3 05/27] qcow2: Document the Extended L2 Entries feature
` [RFC PATCH v3 06/27] qcow2: Add dummy has_subclusters() function
` [RFC PATCH v3 07/27] qcow2: Add subcluster-related fields to BDRVQcow2State
` [RFC PATCH v3 08/27] qcow2: Add offset_to_sc_index()
` [RFC PATCH v3 09/27] qcow2: Add l2_entry_size()
` [RFC PATCH v3 10/27] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [RFC PATCH v3 11/27] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [RFC PATCH v3 25/27] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit

[PATCH v4 00/11] RFC: [for 5.0]: HMP monitor handlers refactoring
 2020-02-20 17:06 UTC  (5+ messages)

[PATCH] s390/sclp: improve special wait psw logic
 2020-02-20 17:00 UTC  (6+ messages)

[PATCH] qdev-monitor: Forbid repeated device_del
 2020-02-20 16:55 UTC 

(no subject)
 2020-02-20 16:52 UTC  (3+ messages)
` 

[PULL 0/9] target/hppa patch queue
 2020-02-20 16:51 UTC  (2+ messages)

[PATCH v9 0/3] Acceptance test: Add "boot_linux" acceptance test
 2020-02-20 16:49 UTC  (6+ messages)
` [PATCH v9 1/3] Acceptance tests: introduce BUILD_DIR and SOURCE_DIR
` [PATCH v9 2/3] Acceptance test: add "boot_linux" tests

[PATCH v2 0/2] delay timer_new from init to realize to fix memleaks
 2020-02-20 16:49 UTC  (4+ messages)
` [PATCH v2 1/2] s390x: fix memleaks in cpu_finalize

[PULL 00/18] Block patches
 2020-02-20 16:36 UTC  (20+ messages)
` [PULL 01/18] docs: improve qcow2 spec about extending image header
` [PULL 02/18] docs: qcow2: introduce compression type feature
` [PULL 03/18] iotests: Remove the superfluous 2nd check for the availability of quorum
` [PULL 04/18] iotests/147: Fix drive parameters
` [PULL 05/18] qapi: Allow getting flat output from 'query-named-block-nodes'
` [PULL 06/18] qemu-img: Add --target-is-zero to convert
` [PULL 07/18] block: always fill entire LUKS header space with zeros
` [PULL 08/18] block/backup-top: fix flags handling
` [PULL 09/18] iotests/279: Fix for non-qcow2 formats
` [PULL 10/18] block/nbd: Fix hang in .bdrv_close()
` [PULL 11/18] block: Generic file creation fallback
` [PULL 12/18] file-posix: Drop hdev_co_create_opts()
` [PULL 13/18] iscsi: Drop iscsi_co_create_opts()
` [PULL 14/18] iotests: Add test for image creation fallback
` [PULL 15/18] qemu-img: Fix convert -n -B for backing-less targets
` [PULL 16/18] iotests: Test convert -n -B to backing-less target
` [PULL 17/18] block: Fix VM size field width in snapshot dump
` [PULL 18/18] iotests: Test snapshot -l field separation

[PATCH] maint: Include top-level *.rst files early in git diff
 2020-02-20 16:22 UTC 

[PATCH] console: make QMP screendump use coroutine
 2020-02-20 16:01 UTC  (4+ messages)

[PATCH] tcg: gdbstub: Fix single-step issue on arm target
 2020-02-20 15:58 UTC 

A problem with live migration of UEFI virtual machines
 2020-02-20 15:47 UTC  (2+ messages)

[PATCH v3 0/2] qemu-cpu-models: Convert to rST; document other MSR bits
 2020-02-20 15:45 UTC  (5+ messages)
` [PATCH v3 1/2] docs: Convert qemu-cpu-models.texi to rST
` [PATCH v3 2/2] qemu-cpu-models.rst: Document -noTSX, mds-no, taa-no, and tsx-ctrl

[PATCH v1 00/13] migrate/ram: Fix resizing RAM blocks while migrating
 2020-02-20 15:16 UTC  (10+ messages)
` [PATCH v1 05/13] migrate/ram: Handle RAM block resizes during precopy
` [PATCH v1 07/13] migrate/ram: Get rid of "place_source" in ram_load_postcopy()
` [PATCH v1 13/13] migrate/ram: Tolerate partially changed mappings in postcopy code

[PATCH v2 0/3] Migration mechanism with FD
 2020-02-20 15:10 UTC  (4+ messages)
` [PATCH v2 1/3] Adding functions _send_fds and _recv_fds
` [PATCH v2 2/3] Updates send_fd_scm function
` [PATCH v2 3/3] Acceptance test: FD migration

[PATCH v2] sh4: Fix PCI ISA IO memory subregion
 2020-02-20 15:06 UTC  (2+ messages)

[PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation
 2020-02-20 15:05 UTC  (2+ messages)

[PATCH] xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmd
 2020-02-20 15:02 UTC  (3+ messages)

[PATCH v2 0/4] target/arm vector improvements
 2020-02-20 14:55 UTC  (2+ messages)

[PATCH v3 0/3] arm: allwinner: Wire up USB ports
 2020-02-20 14:50 UTC  (2+ messages)

[PATCH 1/2] riscv: roms: Add 32-bit OpenSBI firmware image for sifive_u
 2020-02-20 14:42 UTC  (2+ messages)
` [PATCH 2/2] riscv: sifive_u: Update BIOS_FILENAME for 32-bit

[Bug 1857811] [NEW] qemu user static binary seems to lack support for network namespace
 2020-02-20 14:13 UTC  (4+ messages)
` [Bug 1857811] "

[PATCH v2] test-vmstate: Fix memleaks in test_load_qlist
 2020-02-20 14:06 UTC  (2+ messages)

[PULL 00/36] Block layer patches
 2020-02-20 14:04 UTC  (2+ messages)

[PATCH v3 0/2] qemu-cpu-models: Convert to rST; document other MSR bits
 2020-02-20 14:02 UTC  (3+ messages)
` [PATCH v3 1/2] docs: Convert qemu-cpu-models.texi to rST
` [PATCH v3 2/2] qemu-cpu-models.rst: Document -noTSX, mds-no, taa-no, and tsx-ctrl

[PATCH v3 00/20] global exec/memory/dma APIs cleanup
 2020-02-20 13:56 UTC  (29+ messages)
` [PATCH v3 01/20] scripts/git.orderfile: Display Cocci scripts before code modifications
` [PATCH v3 02/20] hw: Remove unnecessary cast when calling dma_memory_read()
` [PATCH v3 03/20] exec: Let qemu_ram_*() functions take a const pointer argument
  ` [Xen-devel] "
` [PATCH v3 04/20] exec: Rename ram_ptr variable
` [PATCH v3 05/20] exec: Let flatview API take void pointer arguments
` [PATCH v3 06/20] exec: Let the address_space API use "
` [PATCH v3 07/20] hw/net: Avoid casting non-const pointer, use address_space_write()
` [PATCH v3 08/20] Remove unnecessary cast when using the address_space API
` [PATCH v3 09/20] exec: Let the cpu_[physical]_memory API use void pointer arguments
` [PATCH v3 10/20] Remove unnecessary cast when using the cpu_[physical]_memory API
` [PATCH v3 11/20] hw/ide/internal: Remove unused DMARestartFunc typedef
` [PATCH v3 12/20] hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
` [PATCH v3 13/20] hw/virtio: Let virtqueue_map_iovec() "
` [PATCH v3 14/20] hw/virtio: Let vhost_memory_map() "
` [PATCH v3 15/20] exec: Let address_space_unmap() "
` [PATCH v3 16/20] Let address_space_rw() calls pass "
` [PATCH v3 17/20] Avoid address_space_rw() with a constant is_write argument
` [PATCH v3 18/20] exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument
` [PATCH v3 19/20] Let cpu_[physical]_memory() calls pass "
  ` [Xen-devel] "

RFC: Split EPT huge pages in advance of dirty logging
 2020-02-20 13:52 UTC  (5+ messages)

[PATCH v4 00/16] s390x: Protected Virtualization support
 2020-02-20 12:56 UTC  (17+ messages)
` [PATCH v4 01/16] Sync pv
` [PATCH v4 02/16] s390x: protvirt: Add diag308 subcodes 8 - 10
` [PATCH v4 03/16] s390x: protvirt: Support unpack facility
` [PATCH v4 04/16] s390x: protvirt: Add migration blocker
` [PATCH v4 05/16] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
` [PATCH v4 06/16] s390x: protvirt: KVM intercept changes
` [PATCH v4 07/16] s390x: Add SIDA memory ops
` [PATCH v4 08/16] s390x: protvirt: Move STSI data over SIDAD
` [PATCH v4 09/16] s390x: protvirt: SCLP interpretation
` [PATCH v4 10/16] s390x: protvirt: Set guest IPL PSW
` [PATCH v4 11/16] s390x: protvirt: Move diag 308 data over SIDAD
` [PATCH v4 12/16] s390x: protvirt: Disable address checks for PV guest IO emulation
` [PATCH v4 13/16] s390x: protvirt: Move IO control structures over SIDA
` [PATCH v4 14/16] s390x: protvirt: Handle SIGP store status correctly
` [PATCH v4 15/16] s390x: Add unpack feature to GA1
` [PATCH v4 16/16] docs: Add protvirt docs

[PATCH v4 00/16] APIC ID fixes for AMD EPYC CPU model
 2020-02-20 12:43 UTC  (3+ messages)
` [PATCH v4 07/16] hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids

[Qemu-devel] [Bug 1823790] [NEW] QEMU forces systemd into tight loop
 2020-02-20 12:21 UTC  (2+ messages)
` [Bug 1823790] Re: QEMU mishandling of SO_PEERSEC "

[PATCH v3 0/3] Dump QCOW2 metadata
 2020-02-20 12:28 UTC  (4+ messages)

[PATCH v3 0/1] s390x: css: pong, channel subsystem test device
 2020-02-20 11:59 UTC  (2+ messages)
` [PATCH v3 1/1] "

Race condition in overlayed qcow2?
 2020-02-20 11:48 UTC  (8+ messages)

[PATCH v3 00/17] s390x: Protected Virtualization support
 2020-02-20 11:42 UTC  (22+ messages)
` [PATCH v3 04/17] s390x: protvirt: Add diag308 subcodes 8 - 10
` [PATCH v3 05/17] s390x: protvirt: Support unpack facility
` [PATCH v3 06/17] s390x: protvirt: Add migration blocker
` [PATCH v3 09/17] s390: protvirt: Move STSI data over SIDAD
` [PATCH v3 13/17] s390x: protvirt: Move diag 308 "
` [PATCH v3 16/17] s390x: protvirt: Handle SIGP store status correctly

[PATCH] Avoid cpu_physical_memory_rw() with a constant is_write argument
 2020-02-20 11:32 UTC  (4+ messages)

[PATCH v2] Avoid address_space_rw() with a constant is_write argument
 2020-02-20 11:28 UTC  (3+ messages)

[PATCH] aio-posix: avoid reacquiring rcu_read_lock() when polling
 2020-02-20 11:19 UTC  (2+ messages)

Requesting review about optimizing large guest start up time
 2020-02-20 11:11 UTC  (2+ messages)

[PATCH v2 0/2] This small series does two things:
 2020-02-20 10:56 UTC  (7+ messages)
` [PATCH v2 1/2] docs: Convert qemu-cpu-models.texi to rST

[PATCH v1] hw/i386: disable smbus migration for xenpv
 2020-02-20 10:50 UTC  (6+ messages)
` [PATCH v2] hw/i386: disable smbus migration for xenfv

[PATCH v2] util/async: make bh_aio_poll() O(1)
 2020-02-20 10:43 UTC  (3+ messages)

[PATCH] rcu_queue: add QSLIST functions
 2020-02-20 10:43 UTC  (2+ messages)

[PATCH v10 00/22] Add virtual device fuzzing support
 2020-02-20 10:38 UTC  (11+ messages)
` [PATCH v10 01/22] softmmu: move vl.c to softmmu/
` [PATCH v10 15/22] fuzz: support for fork-based fuzzing
` [PATCH v10 16/22] fuzz: add support for qos-assisted fuzz targets
` [PATCH v10 20/22] fuzz: add virtio-net fuzz target
` [PATCH v10 21/22] fuzz: add virtio-scsi "

[PATCH] hw/char/pl011: Output characters using best-effort mode
 2020-02-20 10:10 UTC  (3+ messages)

[PATCH qemu v7 0/5] spapr: Kill SLOF
 2020-02-20 10:01 UTC  (2+ messages)

[PATCH v2 0/5] vhost-user block device backend implementation
 2020-02-20  9:30 UTC  (4+ messages)
` [PATCH v2 1/5] vhost-user block device backend

[PULL 00/13] Linux user for 5.0 patches
 2020-02-20  9:20 UTC  (3+ messages)
` [PULL 07/13] linux-user: Use `qemu_log' for strace
` [PULL 10/13] linux-user: Add support for getting/setting specified alsa timer parameters using ioctls


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