qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-15 19:16:51 to 2021-04-16 16:30:12 UTC [more...]

[RFC v14 00/80] arm cleanup experiment for kvm-only build
 2021-04-16 16:27 UTC  (2+ messages)
` [RFC v14 03/80] arm: tcg: only build under CONFIG_TCG

[PATCH for-6.0? 0/6] extern "C" overhaul for C++ files
 2021-04-16 16:25 UTC  (10+ messages)
` [PATCH for-6.0? 1/6] osdep: include glib-compat.h before other QEMU headers
` [PATCH for-6.0? 2/6] osdep: protect qemu/osdep.h with extern "C"
` [PATCH for-6.0? 3/6] include/qemu/osdep.h: Move system includes to top
` [PATCH for-6.0? 4/6] osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
` [PATCH for-6.0? 5/6] include/qemu/bswap.h: Handle being included outside extern "C" block
` [PATCH for-6.0? 6/6] include/disas/dis-asm.h: Handle being included outside 'extern "C"'

[PATCH 0/8] Tests: introduce custom jobs
 2021-04-16 16:22 UTC  (25+ messages)
` [PATCH 1/8] Acceptance Jobs: preserve the cache for pip on GitLab CI
` [PATCH 2/8] Acceptance tests: do not try to reuse packages from the system
` [PATCH 3/8] tests/acceptance/linux_ssh_mips_malta.py: drop identical setUp
` [PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported
` [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels
` [PATCH 6/8] Acceptance tests: prevent shutdown on non-specific target tests
` [PATCH 7/8] tests/acceptance/migration.py: cancel test on s390x
` [PATCH 8/8] Tests: add custom test jobs

[PATCH] aspeed: Add support for the quanta-q7l1-bmc board
 2021-04-16 16:24 UTC 

[RFC PATCH] target/arm: drop CF_LAST_IO/dc->condjump check
 2021-04-16 16:07 UTC  (3+ messages)

[PATCH v5] qapi: introduce 'query-cpu-model-cpuid' action
 2021-04-16 15:53 UTC  (2+ messages)

[PATCH v5 0/4] accel/tcg: Make sure that tb->size != 0 after translation
 2021-04-16 15:49 UTC  (5+ messages)
` [PATCH v5 1/4] target/s390x: Fix translation exception on illegal instruction
` [PATCH v5 2/4] target/arm: Make sure that commpage's tb->size != 0
` [PATCH v5 3/4] target/xtensa: Make sure that "
` [PATCH v5 4/4] accel/tcg: Assert that tb->size != 0 after translation

[PATCH v11 0/6] MTE support for KVM guest
 2021-04-16 15:43 UTC  (7+ messages)
` [PATCH v11 1/6] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v11 2/6] arm64: kvm: Introduce MTE VM feature
` [PATCH v11 3/6] arm64: kvm: Save/restore MTE registers
` [PATCH v11 4/6] arm64: kvm: Expose KVM_ARM_CAP_MTE
` [PATCH v11 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v11 6/6] KVM: arm64: Document MTE capability and ioctl

[PATCHv2 1/1] Support monitor chardev hotswap with QMP
 2021-04-16 15:46 UTC  (6+ messages)

[PATCH v4 0/4] accel/tcg: Make sure that tb->size != 0 after translation
 2021-04-16 15:38 UTC  (8+ messages)
` [PATCH v4 2/4] target/arm: Make sure that commpage's tb->size != 0
` [PATCH v4 3/4] target/xtensa: Make sure that "

[PATCH] Set the correct env->fpip for x86 float instructions [cleaned]
 2021-04-16 15:34 UTC 

[PATCH] Set the correct env->fpip for x86 float instructions
 2021-04-16 15:30 UTC  (3+ messages)

[PATCH for-6.0?] hw/arm/armsse: Make SSE-300 use Cortex-M55
 2021-04-16 15:25 UTC  (3+ messages)

[PATCH v2 0/3] vl: QAPIfy -object
 2021-04-16 14:56 UTC  (7+ messages)
` [PATCH v2 2/3] qom: move user_creatable_add_opts logic to vl.c and QAPIfy it

[PATCH] target/riscv: fix exception index on instruction access fault
 2021-04-16 14:17 UTC 

[RFC PATCH 0/3] tests/tcg/ppc64le: paddi tests
 2021-04-16 14:13 UTC  (8+ messages)
` [RFC PATCH 1/3] tests/docker: gcc-10 based images for ppc64{, le} tests
    ` [RFC PATCH 1/3] tests/docker: gcc-10 based images for ppc64{,le} tests
` [RFC PATCH 2/3] tests/tcg/ppc64le: load 33-bits constant with paddi
` [RFC PATCH 3/3] tests/tcg/ppc64le: R=1 test for paddi

[PATCH v4] qapi: introduce 'query-cpu-model-cpuid' action
 2021-04-16 13:00 UTC  (2+ messages)

[PATCH v3] hw/block/nvme: fix lbaf formats initialization
 2021-04-16 11:59 UTC 

[PATCH] pc-bios/s390-ccw: don't try to read the next block if end of chunk is reached
 2021-04-16 12:56 UTC  (2+ messages)

[PATCH] hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine
 2021-04-16 12:52 UTC 

[PATCH v4 00/19] qapi: static typing conversion, pt3
 2021-04-16 12:44 UTC  (3+ messages)
` [PATCH v4 02/19] flake8: Enforce shorter line length for comments and docstrings

[RFC PATCH 0/9] migration/snap-tool: External snapshot utility
 2021-04-16 12:27 UTC  (3+ messages)

[PATCH 1/2] hw/block/nvme: consider metadata read aio return value in compare
 2021-04-16 12:06 UTC  (5+ messages)
    ` [PATCH 2/2] hw/block/nvme: fix lbaf formats initialization

[PATCH v4 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-04-16 11:58 UTC  (5+ messages)
` [PATCH v4 09/12] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64

[PATCH] target/riscv: fix wfi exception behavior
 2021-04-16 11:34 UTC  (3+ messages)

[PATCH] mptsas: remove unused MPTSASState.pending (CVE-2021-3392)
 2021-04-16 11:33 UTC  (3+ messages)
` [PATCH-for-6.0?] "

Fwd: VirtioSound device emulation implementation
 2021-04-16 11:32 UTC  (11+ messages)

[PATCH v2] hw/block/nvme: fix lbaf formats initialization
 2021-04-16 11:22 UTC 

[Bug 1923861] [NEW] Hardfault when accessing FPSCR register
 2021-04-16 11:07 UTC  (8+ messages)
` [Bug 1923861] "

[PATCH-for-6.0?] configure: Improve error message with specified meson path is not found
 2021-04-16 11:14 UTC  (3+ messages)

[PATCH 0/2] virtiofsd: Enable xattr if xattrmap is used
 2021-04-16 11:05 UTC  (3+ messages)
` [PATCH 1/2] virtiofsd: Allow use "-o xattrmap" without "-o xattr"
  ` [Virtio-fs] "

[PATCH v2 00/25] virtiofs dax patches
 2021-04-16 10:59 UTC  (3+ messages)
` [PATCH v2 01/25] DAX: vhost-user: Rework slave return values
  ` [Virtio-fs] "

[PULL 00/23] plugin updates (hwprofile, CF_NOCACHE, io_recompile)
 2021-04-16 10:14 UTC  (12+ messages)
` [PULL 18/23] accel/tcg: re-factor non-RAM execution code
            ` [EXTERNAL] "

[Bug 1924738] [NEW] Failed to restore domain - error load load virtio-balloon:virtio
 2021-04-16  9:56 UTC 

[PATCH 1/2] Fix the segment fault when calling yank_register_instance
 2021-04-16  9:52 UTC  (6+ messages)
` [PATCH 2/2] Support monitor chardev hotswap with QMP

[PATCH V4 0/7] Bypass specific network traffic in COLO
 2021-04-16  9:22 UTC  (10+ messages)
` [PATCH V4 1/7] qapi/net.json: Add IP_PROTOCOL definition
` [PATCH V4 4/7] hmp-commands: Add new HMP command for COLO passthrough

[PATCH 0/8] virtiofsd: Changed various allocations to GLib functions
 2021-04-16  8:43 UTC  (4+ messages)

[PATCH v3 00/33] block/nbd: rework client connection
 2021-04-16  8:21 UTC  (36+ messages)
` [PATCH v3 01/33] block/nbd: fix channel object leak
` [PATCH v3 02/33] block/nbd: fix how state is cleared on nbd_open() failure paths
` [PATCH v3 03/33] block/nbd: ensure ->connection_thread is always valid
` [PATCH v3 04/33] block/nbd: nbd_client_handshake(): fix leak of s->ioc
` [PATCH v3 05/33] block/nbd: BDRVNBDState: drop unused connect_err and connect_status
` [PATCH v3 06/33] util/async: aio_co_schedule(): support reschedule in same ctx
` [PATCH v3 07/33] block/nbd: simplify waking of nbd_co_establish_connection()
` [PATCH v3 08/33] block/nbd: drop thr->state
` [PATCH v3 09/33] block/nbd: bs-independent interface for nbd_co_establish_connection()
` [PATCH v3 10/33] block/nbd: make nbd_co_establish_connection_cancel() bs-independent
` [PATCH v3 11/33] block/nbd: rename NBDConnectThread to NBDClientConnection
` [PATCH v3 12/33] block/nbd: introduce nbd_client_connection_new()
` [PATCH v3 13/33] block/nbd: introduce nbd_client_connection_release()
` [PATCH v3 14/33] nbd: move connection code from block/nbd to nbd/client-connection
` [PATCH v3 15/33] nbd/client-connection: use QEMU_LOCK_GUARD
` [PATCH v3 16/33] nbd/client-connection: add possibility of negotiation
` [PATCH v3 17/33] nbd/client-connection: implement connection retry
` [PATCH v3 18/33] nbd/client-connection: shutdown connection on release
` [PATCH v3 19/33] block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
` [PATCH v3 20/33] block/nbd: use negotiation of NBDClientConnection
` [PATCH v3 21/33] qemu-socket: pass monitor link to socket_get_fd directly
` [PATCH v3 22/33] block/nbd: pass monitor directly to connection thread
` [PATCH v3 23/33] block/nbd: nbd_teardown_connection() don't touch s->sioc
` [PATCH v3 24/33] block/nbd: drop BDRVNBDState::sioc
` [PATCH v3 25/33] nbd/client-connection: return only one io channel
` [PATCH v3 26/33] block-coroutine-wrapper: allow non bdrv_ prefix
` [PATCH v3 27/33] block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt
` [PATCH v3 28/33] nbd/client-connection: do qio_channel_set_delay(false)
` [PATCH v3 29/33] nbd/client-connection: add option for non-blocking connection attempt
` [PATCH v3 30/33] block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
` [PATCH v3 31/33] block/nbd: add nbd_clinent_connected() helper
` [PATCH v3 32/33] block/nbd: safer transition to receiving request
` [PATCH v3 33/33] block/nbd: drop connection_co

[PATCH v6 00/10] Fixed some bugs and optimized some codes for COLO
 2021-04-16  7:56 UTC  (3+ messages)
` [PATCH v6 09/10] Add the function of colo_bitmap_clear_dirty

[PATCH 00/11] Add support for Blob resources feature
 2021-04-16  7:56 UTC  (7+ messages)

about mirror cancel
 2021-04-16  7:45 UTC  (4+ messages)

[PATCH RFC] migration: warn about non-migratable configurations unless '--no-migration' was specified
 2021-04-16  7:33 UTC  (4+ messages)

[PATCH v2] plugins/syscall: Added a table-like summary output
 2021-04-16  7:17 UTC 

[PATCH] plugins/syscall: Added a table-like summary output
 2021-04-16  7:19 UTC  (3+ messages)

[PATCH 0/2] cpu/core: Fix "help" of CPU core device types
 2021-04-16  6:42 UTC  (8+ messages)
` [PATCH 1/2] qdev: Separate implementations of qdev_get_machine() for user and system

[PATCH 0/5] memory: Forbid mapping AddressSpace root MemoryRegion
 2021-04-16  6:24 UTC  (9+ messages)
` [PATCH 2/5] hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias
` [PATCH 3/5] hw/pci-host/prep: Remove unuseful memory region mapping

[PATCH v2 0/8] qapi: static typing conversion, pt4
 2021-04-16  6:17 UTC  (10+ messages)
` [PATCH v2 1/8] qapi/error: Repurpose QAPIError as a generic exception base class
` [PATCH v2 4/8] qapi/error: Change assertion

[PATCH v3] hw/block/nvme: align with existing style
 2021-04-16  5:28 UTC  (2+ messages)

[PATCH] block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFS
 2021-04-16  5:23 UTC 

[PATCH] [NFC] Mark locally used symbols as static
 2021-04-16  5:08 UTC  (5+ messages)
` [PING] "
  ` [PING^2] "

[RFC PATCH v2 0/6] hw/arm/virt: Introduce cpu topology support
 2021-04-16  4:52 UTC  (3+ messages)
` [RFC PATCH v2 1/6] device_tree: Add qemu_fdt_add_path

[PATCH v2 0/4] ppc: rework AIL logic, add POWER10 exception model
 2021-04-16  4:28 UTC  (11+ messages)
` [PATCH v2 1/4] target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviour
` [PATCH v2 2/4] target/ppc: POWER10 supports scv
  ` [EXTERNAL] "
` [PATCH v2 3/4] target/ppc: Rework AIL logic in interrupt delivery
` [PATCH v2 4/4] target/ppc: Add POWER10 exception model

[PATCH v3] target/ppc: code motion from translate_init.c.inc to gdbstub.c
 2021-04-16  3:44 UTC  (3+ messages)

[Bug 1924669] [NEW] VFP code cannot see CPACR write in the same TB
 2021-04-16  3:41 UTC 

[PATCH v5] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-04-16  2:08 UTC 

[PATCH v2] hw/block/nvme: align with existing style
 2021-04-15 18:30 UTC  (4+ messages)

[PATCH v2 0/2] hw/elf_ops: clear uninitialized segment space
 2021-04-15 22:33 UTC  (5+ messages)
` [PATCH v2 1/2] exec/memory: Extract address_space_set() from dma_memory_set()
` [PATCH v2 2/2] hw/elf_ops: clear uninitialized segment space

[PATCH] docs: Add documentation for shakti_c machine
 2021-04-15 22:33 UTC  (2+ messages)

[PATCH] target/xtensa: don't generate extra EXCP_DEBUG on exception
 2021-04-15 22:29 UTC  (2+ messages)

[PATCH for-6.0?] hw/arm/armsse: Give SSE-300 its own Property array
 2021-04-15 22:25 UTC  (3+ messages)

[PATCH v3 0/3] accel/tcg: Make sure that tb->size != 0 after translation
 2021-04-15 20:20 UTC  (9+ messages)
` [PATCH v3 3/3] accel/tcg: Assert "

[PATCH 0/5] block, migration: improve debugging of migration bdrv_flush failure
 2021-04-15 19:33 UTC  (2+ messages)

[PATCH 0/2] i386: Fix interrupt based Async PF enablement
 2021-04-15 19:14 UTC  (5+ 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).