qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-15 15:03:34 to 2021-04-16 10:15:27 UTC [more...]

[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 

[Bug 1923861] [NEW] Hardfault when accessing FPSCR register
 2021-04-16  9:53 UTC  (10+ messages)
` [Bug 1923861] "

[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 1/2] hw/block/nvme: consider metadata read aio return value in compare
 2021-04-16  8:48 UTC  (3+ messages)
    ` [PATCH 2/2] hw/block/nvme: fix lbaf formats initialization

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

[PATCH] pc-bios/s390-ccw: don't try to read the next block if end of chunk is reached
 2021-04-16  7:47 UTC 

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  (7+ 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  (13+ messages)
` [PATCH v2 1/8] qapi/error: Repurpose QAPIError as a generic exception base class
` [PATCH v2 4/8] qapi/error: Change assertion
` [PATCH v2 7/8] qapi/error: Add type hints

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

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

[PATCH] target/riscv: fix wfi exception behavior
 2021-04-16  4:55 UTC  (2+ messages)

[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 v4 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-04-16  4:33 UTC  (18+ messages)
` [PATCH v4 01/12] MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section
` [PATCH v4 02/12] accel: Introduce 'query-accels' QMP command
` [PATCH v4 03/12] tests/qtest: Add qtest_has_accel() method
` [PATCH v4 04/12] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for KVM
` [PATCH v4 05/12] qtest/arm-cpu-features: Restrict sve_tests_sve_off_kvm test to KVM
` [PATCH v4 06/12] qtest/arm-cpu-features: Remove TCG fallback to KVM specific tests
` [PATCH v4 07/12] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for TCG
` [PATCH v4 08/12] qtest/bios-tables-test: Make test build-independent from accelerator
` [PATCH v4 09/12] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
` [PATCH v4 10/12] qtest/qmp-cmd-test: Make test build-independent from accelerator
` [PATCH v4 11/12] tests/qtest: Do not restrict bios-tables-test to Aarch64 hosts anymore
` [PATCH v4 12/12] tests/meson: Only build softfloat objects if TCG is selected

[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

[RFC PATCH 0/3] tests/tcg/ppc64le: paddi tests
 2021-04-16  3:58 UTC  (6+ messages)
` [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 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)

[RFC PATCH 0/9] migration/snap-tool: External snapshot utility
 2021-04-15 23:50 UTC  (2+ 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  (4+ 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 v4 0/4] accel/tcg: Make sure that tb->size != 0 after translation
 2021-04-15 20:14 UTC  (4+ messages)
` [PATCH v4 3/4] target/xtensa: Make sure that tb->size != 0

[PATCH 0/5] block, migration: improve debugging of migration bdrv_flush failure
 2021-04-15 19:33 UTC  (10+ messages)
` [PATCH 1/5] migration: add trace point when vm_stop_force_state fails
` [PATCH 2/5] softmmu: add trace point when bdrv_flush_all fails
` [PATCH 4/5] block: add trace point when fdatasync fails
` [PATCH 5/5] block: remove duplicate trace.h include

[PATCH 0/2] i386: Fix interrupt based Async PF enablement
 2021-04-15 19:14 UTC  (5+ messages)

[Bug 1924603] [NEW] Incorrect feature negotiation for vhost-vdpa netdevice
 2021-04-15 18:17 UTC  (2+ messages)
` [Bug 1924603] "

[RFC PATCH] accel/tcg: avoid re-translating one-shot instructions
 2021-04-15 18:26 UTC  (5+ messages)

[PATCH v4 0/4] hw/i2c: Adds pca954x i2c mux switch device
 2021-04-15 17:14 UTC  (3+ messages)

[PATCH 0/2] osdep: allow including qemu/osdep.h outside extern "C"
 2021-04-15 16:21 UTC  (3+ messages)

[PATCH v4 00/12] target/hexagon: introduce idef-parser
 2021-04-15 16:34 UTC  (13+ messages)
` [PATCH v4 01/12] tcg: expose TCGCond manipulation routines
` [PATCH v4 02/12] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v4 03/12] target/hexagon: import README "
` [PATCH v4 04/12] target/hexagon: make slot number an unsigned
` [PATCH v4 05/12] target/hexagon: make helper functions non-static
` [PATCH v4 06/12] target/hexagon: introduce new helper functions
` [PATCH v4 07/12] target/hexagon: expose next PC in DisasContext
` [PATCH v4 08/12] target/hexagon: prepare input for the idef-parser
` [PATCH v4 09/12] target/hexagon: import lexer for idef-parser
` [PATCH v4 10/12] target/hexagon: import parser "
` [PATCH v4 11/12] target/hexagon: call idef-parser functions
` [PATCH v4 12/12] target/hexagon: import additional tests

[PATCH 0/5] Base for adding PowerPC 64-bit instructions
 2021-04-15 16:59 UTC  (4+ messages)
` [PATCH 5/5] target/ppc: Implement paddi and replace addi insns

[PATCH v3 0/6] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-04-15 16:01 UTC  (6+ messages)
` [PATCH v3 1/6] accel: Introduce 'query-accels' QMP command
` [PATCH v3 7/6] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for KVM

[PATCH v3] i386: Make 'hv-reenlightenment' require explicit 'tsc-frequency' setting
 2021-04-15 15:44 UTC 

[PATCH v6 0/4] Add support for ipv6 host forwarding
 2021-04-15 15:36 UTC  (3+ messages)
` [PATCH v6 3/4] net/slirp.c: Refactor address parsing

[RFC PATCH 0/2] qemu-img convert: Fix sparseness detection
 2021-04-15 15:22 UTC  (3+ messages)
` [RFC PATCH 1/2] iotests: Test qemu-img convert of zeroed data cluster
` [RFC PATCH 2/2] qemu-img convert: Fix sparseness detection

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

[PATCH] MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section
 2021-04-15 14:59 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).