qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-14 15:26:17 to 2021-04-15 10:50:51 UTC [more...]

[PULL v2 0/3] osdep.h + QOM changes for QEMU 6.0-rc3
 2021-04-15 10:48 UTC  (12+ messages)
` [PULL v2 1/3] osdep: include glib-compat.h before other QEMU headers
` [PULL v2 2/3] osdep: protect qemu/osdep.h with extern "C"

[PATCH v2 0/2] hw/elf_ops: clear uninitialized segment space
 2021-04-15 10:46 UTC  (4+ 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 V5 0/6] Passthrough specific network traffic in COLO
 2021-04-15 10:35 UTC  (7+ messages)
` [PATCH V5 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough
` [PATCH V5 2/6] util/qemu-sockets.c: Add inet_parse_base to handle InetSocketAddressBase
` [PATCH V5 3/6] hmp-commands: Add new HMP command for COLO passthrough
` [PATCH V5 4/6] net/colo-compare: Move data structure and define to .h file
` [PATCH V5 5/6] net/colo-compare: Add passthrough list to CompareState
` [PATCH V5 6/6] net/net.c: Add handler for COLO passthrough connection

[PATCH 0/6] hw/isa: Remove unuseful qemu_allocate_irqs() call
 2021-04-15 10:30 UTC  (3+ messages)
` [PATCH 6/6] hw/isa/piix4: Fix leak removing "

[PATCH 0/4] hw/block/fdc: Allow Kconfig-selecting ISA bus/SysBus floppy controllers
 2021-04-15 10:23 UTC  (5+ messages)
` [PATCH 1/4] hw/block/fdc: Replace disabled fprintf() by trace event
` [PATCH 2/4] hw/block/fdc: Declare shared prototypes in fdc-internal.h
` [PATCH 3/4] hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c
` [PATCH 4/4] hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c

[PATCH-for-6.1] hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQ
 2021-04-15 10:28 UTC  (2+ messages)

[Bug 1924231] [NEW] Getting "qemu: uncaught target signal 11 (Segmentation fault)" when the installing "libc-bin" which "wget" depends on
 2021-04-15  9:59 UTC  (2+ messages)
` [Bug 1924231] "

[PATCH] hw/elf_ops: clear uninitialized segment space
 2021-04-15  9:57 UTC  (5+ messages)

[PATCH RFC 0/7] RFC: Asynchronous QMP Draft
 2021-04-15  9:52 UTC  (15+ messages)
` [PATCH RFC 3/7] protocol: generic async message-based protocol loop
` [PATCH RFC 4/7] message: add QMP Message type
` [PATCH RFC 6/7] qmp_protocol: add QMP client implementation

Upstream bug comments on the mailing list and Launchpad
 2021-04-15  9:49 UTC 

[PATCH] include/qemu/osdep.h: Move system includes to top
 2021-04-15  9:33 UTC  (3+ messages)

[PATCH v2] i386: Make 'hv-reenlightenment' require explicit 'tsc-frequency' setting
 2021-04-15  9:31 UTC  (5+ messages)

[Bug 1923663] [NEW] Can't(?) disable default floppy drive any more in qemu 6.0
 2021-04-15  9:04 UTC  (2+ messages)
` [Bug 1923663] "

[PATCH 0/3] Acceptance Tests: support choosing specific distro and version
 2021-04-15  9:11 UTC  (5+ messages)
` [PATCH 1/3] Acceptance Tests: rename attribute holding the distro image checksum
` [PATCH 2/3] Acceptance Tests: move definition of distro checksums to the framework
` [PATCH 3/3] Acceptance Tests: support choosing specific distro and version

tidying up osdep.h
 2021-04-15  9:10 UTC  (3+ messages)

[PATCH 0/2] util/async: print leaked BH name when AioContext finalizes
 2021-04-15  9:08 UTC  (5+ messages)
` [PATCH 1/2] util/async: add a human-readable name to BHs for debugging
` [PATCH 2/2] util/async: print leaked BH name when AioContext finalizes

[PATCH for-6.1 0/4] Poison more CONFIG switches
 2021-04-15  8:34 UTC  (10+ messages)
` [PATCH for-6.1 1/4] include/sysemu: Poison all accelerator CONFIG switches in common code
` [PATCH for-6.1 3/4] qapi/qom.json: Do not use CONFIG_VIRTIO_CRYPTO "
` [PATCH for-6.1 4/4] configure: Poison all current target-specific #defines

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

[PATCH 0/2] vhost-vDPA: doorbell mapping support
 2021-04-15  8:04 UTC  (3+ messages)
` [PATCH 1/2] vhost-vdpa: skip ram device from the IOTLB mapping
` [PATCH 2/2] vhost-vdpa: doorbell mapping support

[RFC-PATCH] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
 2021-04-15  7:53 UTC 

[PATCH v2 0/4] ppc: rework AIL logic, add POWER10 exception model
 2021-04-15  7:43 UTC  (6+ 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 00/11] Add support for Blob resources feature
 2021-04-15  7:43 UTC  (5+ messages)

[Bug 1923629] [NEW] RISC-V Vector Instruction vssub.vv not saturating
 2021-04-15  7:31 UTC  (7+ messages)
` [Bug 1923629] "

[PATCH v2 0/8] qapi: static typing conversion, pt4
 2021-04-15  7:15 UTC  (10+ messages)
` [PATCH v2 1/8] qapi/error: Repurpose QAPIError as a generic exception base class
` [PATCH v2 2/8] qapi/error: Use Python3-style super()
` [PATCH v2 4/8] qapi/error: Change assertion
` [PATCH v2 7/8] qapi/error: Add type hints

[PATCH 1/2] hw/block/nvme: align with existing style
 2021-04-15  6:55 UTC  (4+ messages)
    ` [PATCH 2/2] hw/block/nvme: align reserved fields declarations

Mac OS - Standalone Installer
 2021-04-15  6:51 UTC  (2+ messages)

[RFC PATCH 0/2] ppc: rework AIL logic, add POWER10 exception model
 2021-04-15  6:50 UTC  (8+ messages)
` [RFC PATCH 1/2] target/ppc: rework AIL logic in interrupt delivery
  ` [EXTERNAL] "
` [RFC PATCH 2/2] target/ppc: Add POWER10 exception model
  ` [EXTERNAL] "

[PATCH] hw/block/nvme: remove redundant invalid_lba_range trace
 2021-04-15  6:15 UTC  (2+ messages)

[Bug 1923197] [NEW] RISC-V priviledged instruction error
 2021-04-15  6:05 UTC  (4+ messages)
` [Bug 1923197] "

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-04-15  5:50 UTC  (4+ messages)

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

[PATCH v3 0/8] RISC-V: Add support for ePMP v0.9.1
 2021-04-15  4:17 UTC  (4+ messages)
` [PATCH v3 5/8] target/riscv: Implementation of enhanced PMP (ePMP)

Issue Report: When VM memory is extremely large, downtime for RDMA migration is high. (64G mem --> extra 400ms)
 2021-04-15  1:54 UTC 

[PATCH v6 0/4] Add support for ipv6 host forwarding
 2021-04-15  3:39 UTC  (5+ messages)
` [PATCH v6 1/4] slirp: Advance libslirp submodule to add ipv6 host-forward support
` [PATCH v6 2/4] util/qemu-sockets.c: Split host:port parsing out of inet_parse
` [PATCH v6 3/4] net/slirp.c: Refactor address parsing
` [PATCH v6 4/4] net: Extend host forwarding to support IPv6

[RFC v9 00/29] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-04-15  2:03 UTC  (7+ messages)
` [RFC v9 15/29] vfio: Set up nested stage mappings

[ANNOUNCE] QEMU 6.0.0-rc3 is now available
 2021-04-15  1:38 UTC 

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

[Bug 1922611] [NEW] Acceptance Tests: migration fails on sparc target
 2021-04-14 23:49 UTC  (2+ messages)
` [Bug 1922611] "

[PATCH 0/5] Base for adding PowerPC 64-bit instructions
 2021-04-14 23:07 UTC  (10+ messages)
` [PATCH 2/5] decodetree: Fix empty input files for varinsnwidth
` [PATCH 4/5] target/ppc: Base changes to allow 32/64-bit insns
` [PATCH 5/5] target/ppc: Implement paddi and replace addi insns

[PATCH RFC v5 00/12] Add riscv kvm accel support
 2021-04-14 22:50 UTC  (13+ messages)
` [PATCH RFC v5 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v5 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH RFC v5 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH RFC v5 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v5 07/12] hw/riscv: PLIC update external interrupt by KVM when kvm enabled
` [PATCH RFC v5 09/12] target/riscv: Add host cpu type

[Bug 1923693] [NEW] Lack of architecture in gdbstub makes debugging confusing
 2021-04-14 22:22 UTC  (2+ messages)
` [Bug 1923693] "

[PATCH 0/2] virtiofsd: Enable xattr if xattrmap is used
 2021-04-14 21:47 UTC  (5+ messages)
` [PATCH 1/2] virtiofsd: Allow use "-o xattrmap" without "-o xattr"
` [PATCH 2/2] virtiofsd: Add help for -o xattr-mapping
  ` [Virtio-fs] "

[PATCH v7 0/4] Add support for FEAT_TLBIOS and FEAT_TLBIRANGE
 2021-04-14 20:32 UTC  (5+ messages)
` [PATCH v7 1/4] accel/tcg: Add TLB invalidation support for ranges of addresses
` [PATCH v7 2/4] target/arm: Add support for FEAT_TLBIRANGE
` [PATCH v7 3/4] target/arm: Add support for FEAT_TLBIOS
` [PATCH v7 4/4] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type

[PATCH 1/4] target/ppc: Code motion required to build disabling tcg
 2021-04-14 20:32 UTC  (7+ messages)

[PATCH v3] target/ppc: code motion from translate_init.c.inc to gdbstub.c
 2021-04-14 20:09 UTC  (2+ messages)

Converting QEMU .raw to VMDK VMware
 2021-04-14 17:40 UTC 

[Bug 1923497] [NEW] bios_linker_loader_add_checksum: Assertion `start_offset < file->blob->len' failed
 2021-04-14 19:40 UTC  (2+ messages)
` [Bug 1923497] "

[PATCH v5 00/14] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-04-14 18:56 UTC  (3+ messages)
` [PATCH v5 12/14] hmp: Print "share" property of memory backends with "info memdev"

[RFC PATCH 0/5] mptcp support
 2021-04-14 18:49 UTC  (5+ messages)

target/ppc: sPAPR invalid function calls when compiling without TCG
 2021-04-14 18:28 UTC 

[PATCH] tests/acceptance: Add a 'virt_kvm' test using the GICv3
 2021-04-13 16:32 UTC  (7+ messages)

[PATCH] migration/dirtyrate: make sample page count configurable
 2021-04-14 17:13 UTC 

[PATCH v3 00/15] qemu_iotests: improve debugging options
 2021-04-14 17:03 UTC  (16+ messages)
` [PATCH v3 01/15] python: qemu: add timer parameter for qmp.accept socket
` [PATCH v3 02/15] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
` [PATCH v3 03/15] docs/devel/testing: add debug section to the QEMU iotests chapter
` [PATCH v3 04/15] qemu-iotests: add option to attach gdbserver
` [PATCH v3 05/15] qemu-iotests: delay QMP socket timers
` [PATCH v3 06/15] qemu_iotests: insert gdbserver command line as wrapper for qemu binary
` [PATCH v3 07/15] qemu-iotests: add gdbserver option to script tests too
` [PATCH v3 08/15] docs/devel/testing: add -gdb option to the debugging section of QEMU iotests
` [PATCH v3 09/15] qemu_iotests: extend the check script to support valgrind for python tests
` [PATCH v3 10/15] qemu_iotests: extent QMP socket timeout when using valgrind
` [PATCH v3 11/15] qemu_iotests: allow valgrind to read/delete the generated log file
` [PATCH v3 12/15] qemu_iotests: insert valgrind command line as wrapper for qemu binary
` [PATCH v3 13/15] docs/devel/testing: add -valgrind option to the debug section of QEMU iotests
` [PATCH v3 14/15] qemu_iotests: add option to show qemu binary logs on stdout
` [PATCH v3 15/15] docs/devel/testing: add -p option to the debug section of QEMU iotests

[PATCH v1] migration/dirtyrate: make sample page count configurable
 2021-04-14 17:23 UTC 

[PATCH 0/1] Acceptance Tests: bump Avocado version requirement to 87.0
 2021-04-14 16:54 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2 00/25] virtiofs dax patches
 2021-04-14 16:35 UTC  (27+ messages)
` [PATCH v2 01/25] DAX: vhost-user: Rework slave return values
` [PATCH v2 02/25] virtiofsd: Don't assume header layout
` [PATCH v2 03/25] DAX: libvhost-user: Route slave message payload
` [PATCH v2 04/25] DAX: libvhost-user: Allow popping a queue element with bad pointers
` [PATCH v2 05/25] DAX subprojects/libvhost-user: Add virtio-fs slave types
` [PATCH v2 06/25] DAX: virtio: Add shared memory capability
` [PATCH v2 07/25] DAX: virtio-fs: Add cache BAR
` [PATCH v2 08/25] DAX: virtio-fs: Add vhost-user slave commands for mapping
  ` [Virtio-fs] "
` [PATCH v2 09/25] DAX: virtio-fs: Fill in "
` [PATCH v2 10/25] DAX: virtiofsd Add cache accessor functions
` [PATCH v2 11/25] DAX: virtiofsd: Add setup/remove mappings fuse commands
` [PATCH v2 12/25] DAX: virtiofsd: Add setup/remove mapping handlers to passthrough_ll
` [PATCH v2 13/25] DAX: virtiofsd: Wire up passthrough_ll's lo_setupmapping
` [PATCH v2 14/25] DAX: virtiofsd: Make lo_removemapping() work
` [PATCH v2 15/25] DAX: virtiofsd: route se down to destroy method
` [PATCH v2 16/25] DAX: virtiofsd: Perform an unmap on destroy
` [PATCH v2 17/25] DAX/unmap: virtiofsd: Add VHOST_USER_SLAVE_FS_IO
` [PATCH v2 18/25] DAX/unmap virtiofsd: Add wrappers for VHOST_USER_SLAVE_FS_IO
` [PATCH v2 19/25] DAX/unmap virtiofsd: Parse unmappable elements
` [PATCH v2 20/25] DAX/unmap virtiofsd: Route unmappable reads
` [PATCH v2 21/25] DAX/unmap virtiofsd: route unmappable write to slave command
` [PATCH v2 22/25] DAX:virtiofsd: implement FUSE_INIT map_alignment field
` [PATCH v2 23/25] vhost-user-fs: Extend VhostUserFSSlaveMsg to pass additional info
` [PATCH v2 24/25] vhost-user-fs: Implement drop CAP_FSETID functionality
` [PATCH v2 25/25] virtiofsd: Ask qemu to drop CAP_FSETID if client asked for it

any remaining for-6.0 issues?
 2021-04-14 16:26 UTC  (6+ messages)

[Bug 1923861] [NEW] Hardfault when accessing FPSCR register
 2021-04-14 15:43 UTC 

[PATCH v3 00/15] tests/tcg: Add TriCore tests
 2021-04-14 15:34 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).