qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-16 07:24:32 to 2021-04-16 17:25:54 UTC [more...]

[RFC v14 00/80] arm cleanup experiment for kvm-only build
 2021-04-16 16:28 UTC  (55+ messages)
` [RFC v14 01/80] target/arm: move translate modules to tcg/
` [RFC v14 02/80] target/arm: move helpers "
` [RFC v14 03/80] arm: tcg: only build under CONFIG_TCG
` [RFC v14 04/80] target/arm: tcg: add sysemu and user subdirs
` [RFC v14 05/80] target/arm: tcg: split mte_helper user-only and sysemu code
` [RFC v14 06/80] target/arm: tcg: move sysemu-only parts of debug_helper
` [RFC v14 07/80] target/arm: tcg: split tlb_helper user-only and sysemu-only parts
` [RFC v14 08/80] target/arm: tcg: split m_helper "
` [RFC v14 09/80] target/arm: only build psci for TCG
` [RFC v14 10/80] target/arm: split off cpu-sysemu.c
` [RFC v14 11/80] target/arm: tcg: fix comment style before move to cpu-mmu
` [RFC v14 12/80] target/arm: move physical address translation "
` [RFC v14 13/80] target/arm: fix style in preparation of new cpregs module
` [RFC v14 14/80] target/arm: split cpregs from tcg/helper.c
` [RFC v14 15/80] target/arm: move cpu definitions to common cpu module
` [RFC v14 16/80] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v14 17/80] target/arm: tcg: add stubs for some helpers for non-tcg builds
` [RFC v14 18/80] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v14 19/80] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v14 20/80] target/arm: move arm_hcr_el2_eff from tcg/ to common_cpu
` [RFC v14 21/80] target/arm: split vfp state setting from tcg helpers
` [RFC v14 22/80] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v14 23/80] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v14 24/80] target/arm: move arm_sctlr away from tcg helpers
` [RFC v14 25/80] target/arm: move arm_cpu_list to common_cpu
` [RFC v14 26/80] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v14 27/80] target/arm: new cpu32 ARM 32 bit CPU Class
` [RFC v14 28/80] target/arm: split 32bit and 64bit arm dump state
` [RFC v14 29/80] target/arm: move a15 cpu model away from the TCG-only models
` [RFC v14 30/80] target/arm: fixup sve_exception_el code style before move
` [RFC v14 31/80] target/arm: move sve_exception_el out of TCG helpers
` [RFC v14 32/80] target/arm: fix comments style of fp_exception_el before moving it
` [RFC v14 33/80] target/arm: move fp_exception_el out of TCG helpers
` [RFC v14 34/80] target/arm: remove now useless ifndef from fp_exception_el
` [RFC v14 36/80] target/arm: fix style of arm_cpu_do_interrupt functions before move
` [RFC v14 37/80] target/arm: move exception code out of tcg/helper.c
` [RFC v14 38/80] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [RFC v14 39/80] target/arm: replace CONFIG_TCG with tcg_enabled
` [RFC v14 40/80] target/arm: move TCGCPUOps to tcg/tcg-cpu.c
` [RFC v14 42/80] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v14 44/80] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v14 47/80] target/arm: remove broad "else" statements when checking accels
` [RFC v14 48/80] target/arm: remove kvm-stub.c
` [RFC v14 50/80] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v14 51/80] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC v14 53/80] tests: do not run qom-test "
` [RFC v14 54/80] Revert "target/arm: Restrict v8M IDAU to TCG"
` [RFC v14 55/80] target/arm: create kvm cpu accel class
` [RFC v14 56/80] target/arm: move kvm post init initialization to kvm cpu accel
` [RFC v14 57/80] target/arm: add tcg cpu accel class
` [RFC v14 60/80] target/arm: cpu-sve: rename functions according to module prefix
` [RFC v14 61/80] target/arm: cpu-sve: split TCG and KVM functionality
` [RFC v14 62/80] target/arm: cpu-sve: make cpu_sve_finalize_features return bool
` [RFC v14 63/80] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64

[PATCH for-6.0? 0/6] extern "C" overhaul for C++ files
 2021-04-16 16:28 UTC  (12+ 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"'

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

[PATCH 0/8] Tests: introduce custom jobs
 2021-04-16 16:25 UTC  (26+ 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 8/8] Tests: add custom test jobs

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

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

[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  (6+ messages)
` [PATCH v4 2/4] target/arm: Make sure that commpage's tb->size != 0

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

[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  (4+ 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  (7+ messages)
` [PATCH V4 1/7] qapi/net.json: Add IP_PROTOCOL definition

[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 v2] plugins/syscall: Added a table-like summary output
 2021-04-16  7:17 UTC 


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