qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-04 21:11:41 to 2020-02-05 16:05:23 UTC [more...]

[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 v2 00/33] block: Introduce real BdrvChildRole
 2020-02-05 15:33 UTC  (9+ 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

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

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

[PATCH v4 00/10] Further bitmaps improvements
 2020-02-05 15:14 UTC  (12+ messages)
` [PATCH v4 01/10] hbitmap: assert that we don't create bitmap larger than INT64_MAX
` [PATCH v4 02/10] hbitmap: move hbitmap_iter_next_word to hbitmap.c
` [PATCH v4 03/10] hbitmap: unpublish hbitmap_iter_skip_words
` [PATCH v4 04/10] hbitmap: drop meta bitmaps as they are unused
` [PATCH v4 05/10] block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
` [PATCH v4 06/10] block/dirty-bitmap: add _next_dirty API
` [PATCH v4 07/10] block/dirty-bitmap: improve _next_dirty_area API
` [PATCH v4 08/10] nbd/server: introduce NBDExtentArray
` [PATCH v4 09/10] nbd/server: use bdrv_dirty_bitmap_next_dirty_area
` [PATCH v4 10/10] block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirty

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

[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 00/13] LUKS: encryption slot management using amend interface
 2020-02-05 14:31 UTC  (18+ messages)
` [PATCH 02/13] qcrypto-luks: implement encryption key management

[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  (12+ 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

Emulating Solaris 10 on SPARC64 sun4u
 2020-02-05  6:31 UTC 

[PATCH v4 00/80] refactor main RAM allocation to use hostmem backend
 2020-02-05 13:20 UTC  (5+ messages)

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

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

Disabling PCI "hot-unplug" for a guest (and/or a single PCI device)
 2020-02-05 13:10 UTC  (6+ messages)

Making QEMU easier for management tools and applications
 2020-02-05 13:09 UTC  (11+ 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

[PATCH v1 0/4] Increase default virtqueue size to improve performance
 2020-02-05 11:19 UTC  (5+ messages)
` [PATCH v1 2/4] virtio: increase virtuqueue size for virtio-scsi and virtio-blk

[PATCH 0/5] ui: rework -show-cursor option
 2020-02-05 11:16 UTC  (7+ messages)
` [PATCH 1/5] ui: add show-cursor option
` [PATCH 2/5] ui/gtk: implement "
` [PATCH 3/5] ui/sdl: "
` [PATCH 4/5] ui: wire up legacy -show-cursor option
` [PATCH 5/5] ui: deprecate "

[RESEND RFC PATCH v2 2/2] target/arm: Support NMI injection
 2020-02-05 11:05 UTC 

[RESEND RFC PATCH v2 0/2] Support NMI Injection
 2020-02-05 11:05 UTC 

[RESEND RFC PATCH v2 1/2] target/arm: Allow to inject SError interrupt
 2020-02-05 11:05 UTC 

[PATCH RFC 0/2] docs: rstfy some s390 docs
 2020-02-05 11:05 UTC  (6+ messages)
` [PATCH RFC 1/2] docs: rstfy s390 dasd ipl documentation
` [PATCH RFC 2/2] docs: rstfy vfio-ap documentation

[PATCH] tcg: gdbstub: Fix missing breakpoint issue
 2020-02-05 11:03 UTC  (2+ messages)

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

[PATCH v2] fence: introduce a file-based self-fence mechanism
 2020-02-05 10:47 UTC  (6+ messages)

[GSoC/Outreachy QEMU project proposal] Measure and Analyze QEMU Performance
 2020-02-05 10:44 UTC  (8+ messages)

[qemu-web PATCH] documentation: update links to readthedocs
 2020-02-05 10:28 UTC  (5+ messages)

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

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

[PATCH] fence: introduce a file-based self-fence mechanism
 2020-02-05  9:43 UTC  (4+ messages)

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

Need help understanding assertion fail
 2020-02-05  9:32 UTC  (2+ messages)

VW ELF loader
 2020-02-05  9:28 UTC  (19+ messages)
                      ` Restrictions of libnet (was: Re: VW ELF loader)

[RFC PATCH] hw/arm/virt: Support NMI injection
 2020-02-05  8:07 UTC  (10+ messages)

[PATCH] drop "from __future__ import print_function"
 2020-02-05  6:43 UTC  (2+ messages)

Making QEMU easier for management tools and applications
 2020-02-05  6:38 UTC  (3+ messages)
` Summary of "

[PATCH 0/1] Introduce Xlnx ZynqMP CAN controller for QEMU
 2020-02-05  5:48 UTC  (6+ messages)
` [PATCH 1/1] hw/net/can: "

[PATCH qemu v6 0/6] spapr: Kill SLOF
 2020-02-05  4:59 UTC  (5+ messages)
` [PATCH qemu v6 6/6] spapr: Implement Open Firmware client interface
` [PATCH qemu v6] spapr: OF CI networking

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

[PATCH 0/4] linux-user: fix use of SIGRTMIN
 2020-02-05  2:00 UTC  (4+ messages)

[Bug 1861946] [NEW] qemu-4.2.0 qemu-system-i386 not receive scancode 86 of spanish keyboard (ascii chars '<' & '>')
 2020-02-05  0:39 UTC 

Does Libvirt's json parser support single quoted string in qmp json string?
 2020-02-05  0:09 UTC  (2+ messages)

[PATCH rc4 00/29] target/avr merger
 2020-02-04 22:58 UTC  (3+ messages)
` [PATCH rc4 26/29] target/avr: Update build system

[PATCH v5 00/20] linux-user: Misc patches for 5.0
 2020-02-04 22:53 UTC  (6+ messages)
` [PATCH v5 05/20] linux-user: mips: Update syscall numbers to kernel 5.5 rc3 level

[PATCH qemu] spapr/rtas: Print message from "ibm,os-term"
 2020-02-04  5:58 UTC  (2+ messages)

[PATCH v3 0/4] Acceptance tests: boot Linux with KVM test
 2020-02-04 21:30 UTC  (9+ messages)
` [PATCH v3 1/4] tests/acceptance: avocado_qemu: Introduce the 'accel' test parameter
` [PATCH v3 2/4] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests

[PATCH] linux-user: implement TARGET_SO_PEERSEC
 2020-02-04 21:10 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).