qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-05 11:27:15 to 2020-02-05 21:34:49 UTC [more...]

[PATCH v1 00/14] tests/vm: Add support for aarch64 VMs
 2020-02-05 21:29 UTC  (2+ messages)
` [PATCH v1 01/14] tests/vm: use $(PYTHON) consistently

[PATCH 0/9] linux-user: Update syscall numbers to kernel 5.5 level
 2020-02-05 21:29 UTC  (2+ messages)

[PATCH v2 00/33] block: Introduce real BdrvChildRole
 2020-02-05 21:25 UTC  (35+ messages)
` [PATCH v2 01/33] block: Add BlockDriver.is_format
` [PATCH v2 02/33] block: Rename BdrvChildRole to BdrvChildClass
` [PATCH v2 03/33] block: Add BdrvChildRole
` [PATCH v2 04/33] block: Add BdrvChildRole to BdrvChild
` [PATCH v2 05/33] block: Pass BdrvChildRole to bdrv_child_perm()
` [PATCH v2 06/33] block: Pass BdrvChildRole to .inherit_options()
` [PATCH v2 07/33] block: Pass parent_is_format "
` [PATCH v2 08/33] block: Rename bdrv_inherited_options()
` [PATCH v2 09/33] block: Add generic bdrv_inherited_options()
` [PATCH v2 10/33] block: Use bdrv_inherited_options()
` [PATCH v2 11/33] block: Unify bdrv_child_cb_attach()
` [PATCH v2 12/33] block: Unify bdrv_child_cb_detach()
` [PATCH v2 13/33] block: Add child_of_bds
` [PATCH v2 14/33] block: Distinguish paths in *_format_default_perms
` [PATCH v2 15/33] block: Pull out bdrv_default_perms_for_backing()
` [PATCH v2 16/33] block: Pull out bdrv_default_perms_for_storage()
` [PATCH v2 17/33] block: Split bdrv_default_perms_for_storage()

[PATCH 0/2] ppc/pnv: fix build dependencies
 2020-02-05 21:20 UTC  (6+ messages)
` [PATCH 1/2] qtest: Fix rtas dependencies
` [PATCH 2/2] ppc/pnv: Fix PCI_EXPRESS dependency

[PATCH 0/2] flush CPU TB cache in breakpoint_invalidate
 2020-02-05 21:14 UTC  (4+ messages)
` [PATCH 1/2] exec: "

[PATCH v1 00/13] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-05 19:56 UTC  (7+ messages)
` [PATCH v1 05/13] util/mmap-alloc: Factor out calculation of pagesize to mmap_pagesize()
` [PATCH v1 06/13] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v1 07/13] util/mmap-alloc: Factor out populating of memory to mmap_populate()

[PATCH v4 0/8] Acceptance tests: boot Linux with KVM test
 2020-02-05 20:32 UTC  (9+ messages)
` [PATCH v4 1/8] tests/acceptance: avocado_qemu: Introduce the 'accel' test parameter
` [PATCH v4 2/8] tests/acceptance: boot_linux_console: Add boot Linux/x86 with KVM
` [PATCH v4 3/8] tests/acceptance: boot_linux_console: Add boot Linux/aarch64 "
` [PATCH v4 4/8] python/qemu: accel: Fix kvm_available() on ppc64le
` [PATCH v4 5/8] test/acceptance: boot_linux_console: Add boot Linux/ppc64le with KVM
` [PATCH v4 6/8] tests/acceptance: boot_linux_console: Add boot Linux/s390x "
` [PATCH v4 7/8] tests/acceptance: avocado_qemu: Refactor the handler of 'machine' parameter
` [PATCH v4 8/8] travis.yml: Enable acceptance KVM tests

[PATCH v4 00/80] refactor main RAM allocation to use hostmem backend
 2020-02-05 20:11 UTC  (7+ messages)
` [PATCH v4 38/80] s390x/s390-virtio-ccw: use memdev for RAM

Making QEMU easier for management tools and applications
 2020-02-05 19:49 UTC  (13+ messages)
                    ` qmp-shell for GSoC/Outreachy? (Was: Re: Making QEMU easier for management tools and applications)

[PATCH] hw/pci/pci_bridge: Fix typo in comment
 2020-02-05 19:48 UTC  (2+ messages)

[PATCH 00/17] Improve qcow2 all-zero detection
 2020-02-05 19:21 UTC  (32+ messages)
` [PATCH 09/17] block: Refactor bdrv_has_zero_init{,_truncate}
` [PATCH 10/17] block: Add new BDRV_ZERO_OPEN flag

[PATCH for-5.0 0/4] Remove the deprecated bluetooth subsystem
 2020-02-05 19:13 UTC  (13+ messages)
` [PATCH for-5.0 3/4] Remove the core bluetooth code

[PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models
 2020-02-05 19:07 UTC  (9+ messages)

[PATCH 0/3] delay timer_new to avoid memleaks
 2020-02-05 18:49 UTC  (7+ messages)
` [PATCH 2/3] stm32f2xx_timer: "
` [PATCH 3/3] stellaris: "

[PATCH 1/3] m25p80: Convert to support tracing
 2020-02-05 18:34 UTC  (10+ messages)
` [PATCH 2/3] m25p80: Improve command handling for Jedec and unsupported commands

[PATCH v2 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2020-02-05 17:47 UTC  (5+ messages)
  ` [PATCH v2 3/4] Introduce the NVMM impl

[PATCH] pc-bios/s390x: Pack ResetInfo struct
 2020-02-05 18:21 UTC 

[PATCH v6 00/22] gdbstub refactor and SVE support
 2020-02-05 18:00 UTC  (24+ messages)
` [PATCH v6 01/22] gdbstub: make GDBState static and have common init function
` [PATCH v6 02/22] gdbstub: stop passing GDBState * around and use global
` [PATCH v6 03/22] gdbstub: move str_buf to GDBState and use GString
` [PATCH v6 04/22] gdbstub: move mem_buf to GDBState and use GByteArray
` [PATCH v6 05/22] gdbstub: add helper for 128 bit registers
` [PATCH v6 06/22] target/arm: use gdb_get_reg helpers
` [PATCH v6 07/22] target/m68k: "
` [PATCH v6 08/22] target/i386: "
` [PATCH v6 09/22] gdbstub: extend GByteArray to read register helpers
` [PATCH v6 10/22] target/arm: prepare for multiple dynamic XMLs
` [PATCH v6 11/22] target/arm: explicitly encode regnum in our XML
` [PATCH v6 12/22] target/arm: default SVE length to 64 bytes for linux-user
` [PATCH v6 13/22] target/arm: generate xml description of our SVE registers
` [PATCH v6 14/22] target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
` [PATCH v6 15/22] tests/tcg/aarch64: userspace system register test
` [PATCH v6 16/22] configure: allow user to specify what gdb to use
` [PATCH v6 17/22] tests/guest-debug: add a simple test runner
` [PATCH v6 18/22] tests/tcg/aarch64: add a gdbstub testcase for SVE registers
` [PATCH v6 19/22] tests/tcg/aarch64: add SVE iotcl test
` [PATCH v6 20/22] tests/tcg/aarch64: add test-sve-ioctl guest-debug test
` [PATCH v6 21/22] gdbstub: change GDBState.last_packet to GByteArray
` [PATCH v6 22/22] gdbstub: do not split gdb_monitor_write payload

Emulating Solaris 10 on SPARC64 sun4u
 2020-02-05 17:33 UTC  (2+ messages)

[Bug 1861605] [NEW] LL/SC broken for MIPS after 7dd547e5ab6b31e7a0cfc182d3ad131dd55a948f
 2020-02-05 17:15 UTC  (2+ messages)
` [Bug 1861605] "

[PATCH] plugins/core: add missing break in cb_to_tcg_flags
 2020-02-05 17:22 UTC  (2+ messages)

[PATCH] qemu-img: Place the '-i aio' option in alphabetical order
 2020-02-05 17:17 UTC  (3+ messages)

[PULL 00/35] ppc-for-5.0 queue 20200203
 2020-02-05 17:16 UTC  (7+ messages)
` [PULL 19/35] ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge

[PATCH v5 0/4] ppc: spapr: virtual NVDIMM support
 2020-02-05 16:57 UTC  (3+ messages)
` [PATCH v5 2/4] nvdimm: add uuid property to nvdimm

[PATCH v2 0/2] target/arm: kvm: Support for KVM DABT without valid ISS
 2020-02-05 16:57 UTC  (3+ messages)
` [PATCH v2 2/2] target/arm: kvm: Handle DABT with no "

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-02-05 16:43 UTC  (3+ messages)
` [PATCH v22 4/9] ACPI: Build Hardware Error Source Table

[PATCH v2 0/7] ARM virt: Add NVDIMM support
 2020-02-05 16:40 UTC  (7+ messages)
` [PATCH v2 1/7] exec: Fix for qemu_ram_resize() callback

Disabling PCI "hot-unplug" for a guest (and/or a single PCI device)
 2020-02-05 16:29 UTC  (8+ messages)

[PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
 2020-02-05 16:03 UTC  (6+ messages)
` [PATCH for-5.0 v2 10/23] quorum: Implement .bdrv_recurse_can_replace()
` [PATCH for-5.0 v2 11/23] block: Use bdrv_recurse_can_replace()

[PATCH] virtio: clean up when virtio_queue_set_rings() fails
 2020-02-05 15:55 UTC  (6+ messages)

[PULL 00/18] Block patches
 2020-02-05 15:55 UTC  (4+ messages)
` [PULL 15/18] qemu-img: adds option to use aio engine for benchmarking

[PATCH v3 00/21] block: Fix check_to_replace_node()
 2020-02-05 15:38 UTC  (3+ messages)
` [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

[PATCH v4 00/10] Further bitmaps improvements
 2020-02-05 15:14 UTC  (3+ messages)
` [PATCH v4 01/10] hbitmap: assert that we don't create bitmap larger than INT64_MAX

[PATCH v2 0/6] tests/boot_linux_console: add extra boot acceptance tests
 2020-02-05 14:56 UTC  (7+ messages)
` [PATCH v2 1/6] tests/boot_linux_console: add microvm acceptance test
` [PATCH v2 2/6] tests/boot_linux_console: add BIOS "
` [PATCH v2 3/6] travis.yml: install rpm2cpio for acceptance tests
` [PATCH v2 4/6] tests/boot_linux_console: add extract_from_rpm method
` [PATCH v2 5/6] tests/boot_linux_console: add PVH acceptance tests
` [PATCH v2 6/6] tests/boot_linux_console: use os.path for filesystem paths

[PATCH RFC 0/9] KVM: Dirty ring support (QEMU part)
 2020-02-05 14:51 UTC  (11+ messages)
` [PATCH RFC 1/9] KVM: Fixup kvm_log_clear_one_slot() ioctl return check
` [PATCH RFC 2/9] linux-headers: Update
` [PATCH RFC 3/9] memory: Introduce log_sync_global() to memory listener
` [PATCH RFC 4/9] KVM: Create the KVMSlot dirty bitmap on flag changes
` [PATCH RFC 5/9] KVM: Provide helper to get kvm dirty log
` [PATCH RFC 6/9] KVM: Provide helper to sync dirty bitmap from slot to ramblock
` [PATCH RFC 7/9] KVM: Cache kvm slot dirty bitmap size
` [PATCH RFC 8/9] KVM: Add dirty-ring-size property
` [PATCH RFC 9/9] KVM: Dirty ring support

[RFC 0/9] Add an interVM memory sharing device
 2020-02-05 14:49 UTC  (3+ messages)

[PATCH] migration: Optimization about wait-unplug migration state
 2020-02-05 14:40 UTC  (2+ messages)

[PATCH 0/4] virtiofsd coverity fixes
 2020-02-05 14:31 UTC  (2+ messages)

[PATCH 02/13] qcrypto-luks: implement encryption key management
 2020-02-05 14:31 UTC  (15+ messages)

[PATCH] iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)
 2020-02-05 14:22 UTC  (5+ messages)

[PATCH v2] compiler.h: Don't use compile-time assert when __NO_INLINE__ is defined
 2020-02-05 14:15 UTC 

[PATCH v8 00/21] Add virtual device fuzzing support
 2020-02-05 14:02 UTC  (35+ messages)
` [PATCH v8 01/21] softmmu: split off vl.c:main() into main.c
` [PATCH v8 03/21] fuzz: add FUZZ_TARGET module type
` [PATCH v8 04/21] qtest: add qtest_server_send abstraction
` [PATCH v8 05/21] libqtest: add a layer of abstraction to send/recv
` [PATCH v8 06/21] libqtest: make bufwrite rely on the TransportOps
` [PATCH v8 07/21] qtest: add in-process incoming command handler
` [PATCH v8 08/21] libqos: rename i2c_send and i2c_recv
` [PATCH v8 10/21] libqos: move useful qos-test funcs to qos_external
` [PATCH v8 11/21] fuzz: add fuzzer skeleton
` [PATCH v8 12/21] exec: keep ram block across fork when using qtest
` [PATCH v8 13/21] main: keep rcu_atfork callback enabled for qtest
` [PATCH v8 15/21] fuzz: add support for qos-assisted fuzz targets
` [PATCH v8 17/21] fuzz: add configure flag --enable-fuzzing
` [PATCH v8 18/21] fuzz: add i440fx fuzz targets
` [PATCH v8 19/21] fuzz: add virtio-net fuzz target
` [PATCH v8 20/21] fuzz: add virtio-scsi "
` [PATCH v8 21/21] fuzz: add documentation to docs/devel/

[PATCH v4 0/4] qmp: Optionally run handlers in coroutines
 2020-02-05 14:00 UTC  (2+ messages)

[PATCH v2] linux-user: implement TARGET_SO_PEERSEC
 2020-02-05 13:55 UTC  (3+ messages)

[PATCH] memory: Use QEMU_ALWAYS_INLINE to silence compile-time warning
 2020-02-05 13:47 UTC  (4+ messages)

[GSoC/Outreachy QEMU proposal] Extend support for ioctls in QEMU linux-user mode
 2020-02-05 13:44 UTC  (7+ messages)

[PATCH for-4.2? v3 0/8] block: Fix resize (extending) of short overlays
 2020-02-05 13:43 UTC  (6+ messages)

[RFC PATCH v3 0/9] Add an interVM memory sharing device
 2020-02-05 13:28 UTC  (10+ messages)
    ` [RFC PATCH v3 1/9] memory: Add function for finding flat memory ranges
    ` [RFC PATCH v3 2/9] memory: Support mmap offset for fd-backed memory regions
    ` [RFC PATCH v3 3/9] memory: Hack - use shared memory when possible
    ` [RFC PATCH v3 4/9] hw/misc/memexpose: Add documentation
    ` [RFC PATCH v3 5/9] hw/misc/memexpose: Add core memexpose files
    ` [RFC PATCH v3 6/9] hw/misc/memexpose: Add memexpose pci device
    ` [RFC PATCH v3 7/9] hw/misc/memexpose: Add memexpose memory region device
    ` [RFC PATCH v3 8/9] hw/misc/memexpose: Add simple tests
    ` [RFC PATCH v3 9/9] hw/arm/virt: Hack in support for memexpose device

[RFC v2 00/14] Add SDEI support for arm64
 2020-02-05 13:15 UTC  (5+ messages)

[PATCH v5 00/22] gdbstub refactor and SVE support (+check-tcg tweaks)
 2020-02-05 11:49 UTC  (6+ messages)
` [PATCH v5 20/22] tests/tcg/aarch64: add test-sve-ioctl guest-debug test

[PATCH v2 for-5.0 0/7] block-copy improvements: part I
 2020-02-05 11:36 UTC  (4+ messages)
` [PATCH v2 4/7] block/block-copy: refactor interfaces to use bytes instead of end

[PATCH v4 0/1] qemu-img: Add --target-is-zero to indicate that a target is blank
 2020-02-05 11:25 UTC  (3+ messages)
` [PATCH v4 1/1] qemu-img: Add --target-is-zero to convert


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