qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-30 16:14:56 to 2020-07-31 18:27:34 UTC [more...]

[PATCH v8 00/20] Initial support for multi-process qemu
 2020-07-31 18:20 UTC  (10+ messages)
` [PATCH v8 01/20] memory: alloc RAM from file at offset
` [PATCH v8 02/20] multi-process: Add config option for multi-process QEMU
` [PATCH v8 03/20] multi-process: setup PCI host bridge for remote device
` [PATCH v8 04/20] multi-process: setup a machine object for remote device process
` [PATCH v8 05/20] multi-process: add qio channel function to transmit
` [PATCH v8 07/20] multi-process: add co-routines to communicate with remote
` [PATCH v8 08/20] multi-process: Initialize message handler in remote device
` [PATCH v8 09/20] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v8 11/20] multi-process: introduce proxy object

[PATCH 0/2] accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path
 2020-07-31 18:02 UTC  (5+ messages)
` [PATCH 1/2] hw/core: Add bql_interrupt flag to CPUClass
` [PATCH 2/2] accel/tcg: interrupt/exception handling uses bql_interrupt flag

[PATCH] schemas: Add vim modeline
 2020-07-31 18:01 UTC  (31+ messages)
            ` cleanups with long-term benefits (was Re: [PATCH] schemas: Add vim modeline)

Differing PAC behavior between Qemu and Arm FVP
 2020-07-31 17:56 UTC  (2+ messages)

[RFC v2 00/76] target/riscv: support vector extension v0.9
 2020-07-31 17:30 UTC  (54+ messages)
` [RFC v2 40/76] target/riscv: rvv-0.9: floating-point move instruction
` [RFC v2 41/76] target/riscv: rvv-0.9: floating-point scalar move instructions
` [RFC v2 42/76] target/riscv: rvv-0.9: whole register "
` [RFC v2 43/76] target/riscv: rvv-0.9: integer extension instructions
` [RFC v2 44/76] target/riscv: rvv-0.9: single-width averaging add and subtract instructions
` [RFC v2 45/76] target/riscv: rvv-0.9: single-width bit shift instructions
` [RFC v2 47/76] target/riscv: rvv-0.9: narrowing integer right "
` [RFC v2 48/76] target/riscv: rvv-0.9: widening integer multiply-add instructions
` [RFC v2 49/76] target/riscv: rvv-0.9: quad-widening "
` [RFC v2 50/76] target/riscv: rvv-0.9: single-width saturating add and subtract instructions
` [RFC v2 51/76] target/riscv: rvv-0.9: integer comparison instructions
` [RFC v2 53/76] target/riscv: use softfloat lib float16 comparison functions
` [RFC v2 56/76] target/riscv: rvv-0.9: widening integer reduction instructions
` [RFC v2 58/76] target/riscv: rvv-0.9: slide instructions
` [RFC v2 59/76] target/riscv: rvv-0.9: floating-point "
` [RFC v2 60/76] target/riscv: rvv-0.9: narrowing fixed-point clip instructions
` [RFC v2 61/76] target/riscv: rvv-0.9: floating-point/integer type-convert instructions
` [RFC v2 62/76] target/riscv: rvv-0.9: single-width floating-point reduction
` [RFC v2 64/76] target/riscv: rvv-0.9: single-width scaling shift instructions
` [RFC v2 65/76] target/riscv: rvv-0.9: remove widening saturating scaled multiply-add
` [RFC v2 66/76] target/riscv: rvv-0.9: remove vmford.vv and vmford.vf
` [RFC v2 67/76] target/riscv: rvv-0.9: remove integer extract instruction
` [RFC v2 71/76] target/riscv: rvv-0.9: widening floating-point/integer type-convert
` [RFC v2 72/76] target/riscv: rvv-0.9: narrowing "
` [RFC v2 75/76] target/riscv: gdb: support vector registers for rv64

[PATCH V1 00/32] Live Update
 2020-07-31 17:20 UTC  (35+ messages)
` [PATCH V1 03/32] savevm: QMP command for cprsave
` [PATCH V1 05/32] savevm: QMP command for cprload
` [PATCH V1 07/32] savevm: QMP command for cprinfo
` [PATCH V1 12/32] vl: pause option
` [PATCH V1 14/32] savevm: VMS_RESTART and cprsave restart
` [PATCH V1 24/32] ui: save/restore vnc socket fds

[PATCH v2 0/5] virtio mmio specification enhancement
 2020-07-31 15:44 UTC  (3+ messages)

[PATCH 0/3] hw/arm/virt: Introduce kvm-steal-time
 2020-07-31 14:54 UTC  (3+ messages)
` [PATCH 3/3] hw/arm/virt: Implement kvm-steal-time

[Bug 1886811] [NEW] systemd complains Failed to enqueue loopback interface start request: Operation not supported
 2020-07-31 14:19 UTC  (2+ messages)
` [Bug 1886811] "

[PATCH v2 0/3] virtiofsd: allow virtiofsd to run in a container
 2020-07-31 14:11 UTC  (11+ messages)
` [PATCH v2 3/3] virtiofsd: probe unshare(CLONE_FS) and print an error

[PATCH] osdep.h: Add doc comment for qemu_get_thread_id()
 2020-07-31 13:51 UTC  (11+ messages)

[PATCH v6 0/9] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-07-31 13:29 UTC  (12+ messages)
` [PATCH v6 1/9] Introduce yank feature
` [PATCH v6 2/9] block/nbd.c: Add "
` [PATCH v6 3/9] chardev/char-socket.c: "
` [PATCH v6 4/9] migration: "
` [PATCH v6 5/9] io/channel-tls.c: make qio_channel_tls_shutdown thread-safe
` [PATCH v6 6/9] io: Document thread-safety of qio_channel_shutdown
` [PATCH v6 7/9] MAINTAINERS: Add myself as maintainer for yank feature
` [PATCH v6 8/9] chardev/char.c: Check for duplicate id before creating chardev
` [PATCH v6 9/9] tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupid_test

[PATCH 0/3] QEMU cpus.c refactoring part1
 2020-07-31 10:59 UTC  (17+ messages)
` [PATCH 3/3] cpu-timers, icount: new modules

[PATCH] colo-compare: Remove superfluous NULL-pointer checks for s->iothread
 2020-07-31 10:32 UTC  (4+ messages)

[PATCH 0/2] block: add logging facility for long standing IO requests
 2020-07-31 10:31 UTC  (7+ messages)
` [PATCH 2/2] "

[PULL 0/1] another s390x fix
 2020-07-31 10:27 UTC  (3+ messages)
` [PULL 1/1] s390x/s390-virtio-ccw: fix off-by-one in loadparm getter

[PATCH 0/1] linux-user: Add support for SG_IO and SG_GET_VERSION_NUM raw SCSI ioctls
 2020-07-31 10:23 UTC  (4+ messages)
` [PATCH 1/1] "

[Bug 1888971] [NEW] SMI trigger causes hang with multiple cores
 2020-07-31  9:44 UTC  (3+ messages)
` [Bug 1888971] "

[PATCH v3] target/arm: Fix compile error in gcc 4.9.4
 2020-07-31  9:27 UTC  (3+ messages)

[PATCH for-5.2 v4 00/11] SMMUv3.2 Range-based TLB Invalidation Support
 2020-07-31  9:35 UTC  (4+ messages)
` [PATCH for-5.2 v4 05/11] hw/arm/smmu-common: Manage IOTLB block entries

[PATCH 1/2] i386/acpi: fix inconsistent QEMU/OVMF device paths
 2020-07-31  9:31 UTC  (10+ messages)
` [PATCH 2/2] arm/acpi: fix an out of spec _UID for PCI root

[PATCH v1 0/1] COLO: migrate dirty ram pages before colo checkpoint
 2020-07-31  9:00 UTC  (3+ messages)

[Bug 1845185] [NEW] Cannot build qemu utils (qemu-img.exe, qemu-edid.exe, qemu-io.exe) statically with MSYS2 on Windows because intl and iconv libs are not loaded
 2020-07-31  8:47 UTC  (3+ messages)
` [Bug 1845185] Re: Cannot build qemu utils (qemu-img.exe, qemu-edid.exe, qemu-io.exe) statically with MSYS64 "

[Bug 1879672] [NEW] QEMU installer with WHPX support
 2020-07-31  8:33 UTC  (4+ messages)
` [PATCH v2 0/3] testing: Build WHPX enabled binaries
    ` [Bug 1879672] "

[Qemu-devel] [Bug 1781211] [NEW] HAXM acceleration does not work at all
 2020-07-31  8:19 UTC  (2+ messages)
` [Bug 1781211] "

[PATCH for-5.2 0/6] Continue booting in case the first device is not bootable
 2020-07-31  7:51 UTC  (4+ messages)
` [PATCH for-5.2 1/6] pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common

[PATCH v12 00/11] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-07-31  7:28 UTC  (4+ messages)
` [PATCH v12 01/11] iotests: add test for QCOW2 header dump

[PATCH for-5.2] spapr: Avoid some integer conversions in spapr_phb_realize()
 2020-07-31  3:22 UTC  (4+ messages)

[PATCH v2 1/2] virtio-mem: Change PRIx32 to PRIXPTR to fix compile error
 2020-07-31  3:52 UTC  (8+ messages)
` [PATCH v2 2/2] target/arm: Fix "

[PATCH 0/2] assertion failure in net_tx_pkt_add_raw_fragment() in hw/net/net_tx_pkt.c
 2020-07-31  3:33 UTC  (7+ messages)
` [PATCH 1/2] hw/net/net_tx_pkt: add function to check pkt->max_raw_frags

[RFC PATCH v2 0/2] Add write-once and file-backed features to OTP
 2020-07-31  2:47 UTC  (3+ messages)
` [RFC PATCH v2 1/2] hw/riscv: sifive_u: Add file-backed OTP
` [RFC PATCH v2 2/2] hw/riscv: sifive_u: Add write-once protection

[PATCH-for-5.1? v2 0/2] util/pagesize: Make qemu_real_host_page_size of type size_t
 2020-07-31  0:10 UTC  (5+ messages)
` [PATCH-for-5.1? v2 1/2] qemu/osdep: Make QEMU_VMALLOC_ALIGN unsigned long
` [PATCH-for-5.1? v2 2/2] util/pagesize: Make qemu_real_host_page_size of type size_t

[PATCH] trace/simple: Allow enabling simple traces from command line
 2020-07-30 22:50 UTC  (3+ messages)

[PATCH] introduce VFIO-over-socket protocol specificaion
 2020-07-30 22:37 UTC  (3+ messages)

[PATCH] WHPX: vmware cpuid leaf for tsc and apic frequency
 2020-07-30 22:11 UTC 

qemu repo lockdown message for a WHPX PR
 2020-07-30 21:53 UTC  (3+ messages)
  ` [EXTERNAL] "

QEMU | Pipeline #172716064 has failed for master | 14486297
 2020-07-30 21:44 UTC 

[PULL for-5.1 0/2] Tracing patches
 2020-07-30 20:25 UTC  (4+ messages)
` [PULL for-5.1 1/2] trace/simple: Allow enabling simple traces from command line
` [PULL for-5.1 2/2] tracetool: carefully define SDT_USE_VARIADIC

[PATCH v2 0/5] virtiofsd: Add a unprivileged passthrough mode
 2020-07-30 19:47 UTC  (6+ messages)
` [PATCH v2 1/5] virtiofsd: Add notion of unprivileged mode
` [PATCH v2 2/5] virtiofsd: create lock/pid file in per user cache dir
` [PATCH v2 3/5] virtiofsd: open /proc/self/fd/ in sandbox=NONE mode
` [PATCH v2 4/5] virtiofsd: Open lo->source while setting up root "
` [PATCH v2 5/5] virtiofsd: Skip setup_capabilities() "

[PATCH] gdbstub: add support to Xfer:auxv:read: packet
 2020-07-30 19:44 UTC  (13+ messages)

[PATCH] [PATCH v2] gdbstub: add support to Xfer:auxv:read: packet
 2020-07-30 19:39 UTC 

[Bug 1888601] [NEW] QEMU v5.1.0-rc0/rc1 hang with nested virtualization
 2020-07-30 17:56 UTC  (2+ messages)
` [Bug 1888601] "

device compatibility interface for live migration with assigned devices
 2020-07-30 17:29 UTC  (12+ messages)

[PATCH-for-5.2 0/2] hw/char: Remove TYPE_SERIAL_IO
 2020-07-30 16:59 UTC  (3+ messages)
` [PATCH-for-5.2 1/2] hw/mips/mipssim: Use MMIO serial device on fake ISA I/O
` [PATCH-for-5.2 2/2] hw/char/serial: Remove TYPE_SERIAL_IO (superset of TYPE_SERIAL_MM)

[Bug 1889621] [NEW] ARM Highbank Crashes Realted to GIC
 2020-07-30 16:10 UTC  (3+ messages)
` [Bug 1889621] "

[PATCH for-5.1] tracetool: carefully define SDT_USE_VARIADIC
 2020-07-30 16:16 UTC  (2+ messages)

[PATCH v2 0/3] testing: Build WHPX enabled binaries
 2019-09-20 16:53 UTC  (3+ 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).