qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-12 07:15:50 to 2021-11-15 09:44:23 UTC [more...]

[PATCH v1 0/2] vl: flush all task from rcu queue before exiting
 2021-11-15  9:41 UTC  (2+ messages)
` [PATCH v1 2/2] "

[PATCH v10 00/26] Add LoongArch linux-user emulation support
 2021-11-15  8:42 UTC  (9+ messages)
` [PATCH v10 04/26] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v10 16/26] target/loongarch: Add disassembler

[PATCH v5 00/18] Adding partial support for 128-bit riscv target
 2021-11-15  8:30 UTC  (23+ messages)
` [PATCH v5 01/18] exec/memop: Adding signedness to quad definitions
` [PATCH v5 02/18] exec/memop: Adding signed quad and octo defines
` [PATCH v5 03/18] qemu/int128: addition of div/rem 128-bit operations
` [PATCH v5 04/18] target/riscv: additional macros to check instruction support
` [PATCH v5 05/18] target/riscv: separation of bitwise logic and arithmetic helpers
` [PATCH v5 06/18] target/riscv: array for the 64 upper bits of 128-bit registers
` [PATCH v5 07/18] target/riscv: setup everything so that riscv128-softmmu compiles
` [PATCH v5 08/18] target/riscv: moving some insns close to similar insns
` [PATCH v5 09/18] target/riscv: accessors to registers upper part and 128-bit load/store
` [PATCH v5 10/18] target/riscv: support for 128-bit bitwise instructions
` [PATCH v5 11/18] target/riscv: support for 128-bit U-type instructions
` [PATCH v5 12/18] target/riscv: support for 128-bit shift instructions
` [PATCH v5 13/18] target/riscv: support for 128-bit arithmetic instructions
` [PATCH v5 14/18] target/riscv: support for 128-bit M extension
` [PATCH v5 15/18] target/riscv: adding high part of some csrs
` [PATCH v5 16/18] target/riscv: helper functions to wrap calls to 128-bit csr insns
` [PATCH v5 17/18] target/riscv: modification of the trans_csrxx for 128-bit support
` [PATCH v5 18/18] target/riscv: actual functions to realize crs 128-bit insns

Chardev: delete the QemuOpts reserved in vm_config_groups
 2021-11-15  8:14 UTC  (4+ messages)
  ` =?gb18030?B?u9i4tKO6IENoYXJkZXY6IGRlbGV0ZSB0aGUgUWVtdU9wdHMgcmVzZXJ2ZWQgaW4gdm1fY29uZmlnX2dyb3Vwcw==?=

[PATCH v2 0/2] qemu-options: define -spice only #ifdef CONFIG_SPICE
 2021-11-15  8:03 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] vl: typo fix in a comment

does drive_get_next(IF_NONE) make sense?
 2021-11-15  7:12 UTC  (7+ messages)

[PATCH 0/2] support BLKSECDISCARD
 2021-11-15  4:52 UTC  (3+ messages)
` [PATCH 1/2] block:hdev: "
` [PATCH 2/2] virtio-blk: "

[PATCH v5 0/6] Add vmnet.framework based network backend
 2021-11-15  4:52 UTC  (8+ messages)
` [PATCH v5 1/6] net/vmnet: add vmnet dependency and customizable option
` [PATCH v5 2/6] net/vmnet: add vmnet backends to qapi/net
` [PATCH v5 3/6] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v5 4/6] net/vmnet: implement host mode (vmnet-host)
` [PATCH v5 5/6] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v5 6/6] net/vmnet: update qemu-options.hx

[PATCH v4 00/20] Support UXL filed in xstatus
 2021-11-15  4:27 UTC  (7+ messages)
` [PATCH v4 01/20] target/riscv: Don't save pc when exception return
` [PATCH v4 02/20] target/riscv: Sign extend pc for different XLEN
` [PATCH v4 03/20] target/riscv: Ignore the pc bits above XLEN

[PATCH 0/2] vdpa: Check for existence of opts.vhostdev
 2021-11-15  4:24 UTC  (5+ messages)
` [PATCH 1/2] vdpa: Replace qemu_open_old by qemu_open at
` [PATCH 2/2] vdpa: Check for existence of opts.vhostdev

[PATCH 0/2] Fix integer overflows in loading of large images
 2021-11-15  4:24 UTC  (4+ messages)
` [PATCH 1/2] hw/core/loader: return image sizes as ssize_t

[PATCH 1/2] virtio: use virtio accessor to access packed descriptor flags
 2021-11-15  4:20 UTC  (5+ messages)

[RFC PATCH v2 00/30] Add Loongarch softmmu support
 2021-11-15  3:34 UTC  (10+ messages)
` [RFC PATCH v2 01/30] target/loongarch: Update README
` [RFC PATCH v2 02/30] target/loongarch: Add CSR registers definition
` [RFC PATCH v2 10/30] target/loongarch: Add other core instructions support

[PATCH] Add service recovery options for QGA on windows
 2021-11-15  2:21 UTC 

[PATCH] arm: Don't remove EL3 exposure for SMC conduit
 2021-11-14 21:35 UTC  (4+ messages)

[PATCH v2 0/4] linux-user: Fix getdents alignment issues (#704)
 2021-11-14 21:18 UTC  (9+ messages)
` [PATCH v2 1/4] linux-user: Split out do_getdents, do_getdents64
` [PATCH v2 2/4] linux-user: Always use flexible arrays for dirent d_name
` [PATCH v2 3/4] linux-user: Fix member types of target_dirent64
` [PATCH v2 4/4] linux-user: Rewrite do_getdents, do_getdents64

[PATCH v3 0/6] SEV: add kernel-hashes=on for measured -kernel launch
 2021-11-14 18:02 UTC  (2+ messages)

[PATCH] audio: Add sndio backend
 2021-11-14 13:18 UTC  (11+ messages)

ppc/fpu_helper.c
 2021-11-14 10:15 UTC  (3+ messages)

[RFC v3 0/5] linux-user: simplify safe signal handling
 2021-11-14  9:20 UTC  (7+ messages)
` [RFC v3 1/5] linux-user: Add host_signal_set_pc to set pc in mcontext
` [RFC v3 2/5] linux-user/signal.c: Create a common rewind_if_in_safe_syscall
` [RFC v3 3/5] linux-user/safe-syscall.inc.S: Move to common-user
` [RFC v3 4/5] common-user: Adjust system call return on FreeBSD
` [RFC v3 5/5] *-user: move safe-syscall.* to common-user

[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
 2021-11-14  0:51 UTC 

[PATCH v6 00/10] PMU-EBB support for PPC64 TCG
 2021-11-13 19:02 UTC  (4+ messages)
` [PATCH v6 01/10] target/ppc: introduce PMUEventType and PMU overflow timers

[PATCH] hw/acpi: Set memory regions to native endian as a work around
 2021-11-13 18:47 UTC  (5+ messages)

[PATCH v4 0/1] hw/hyperv/vmbus: Is it maintained?
 2021-11-13 15:23 UTC  (7+ messages)

Idea about float acceleration with tcg
 2021-11-13  9:56 UTC 

[PATCH v5 0/6] optimize the downtime for vfio migration
 2021-11-13  9:21 UTC  (4+ messages)
` [PATCH v5 4/6] kvm: irqchip: extract kvm_irqchip_add_deferred_msi_route

[PATCH] softmmu/qdev-monitor: fix use-after-free in qdev_set_id()
 2021-11-13  8:14 UTC  (4+ messages)

[PATCH] qmp: Stabilize preconfig
 2021-11-13  7:52 UTC  (13+ messages)

QEMU on x64
 2021-11-12 23:18 UTC  (5+ messages)

Guests wont start with 15 pcie-root-port devices
 2021-11-12 20:51 UTC  (3+ messages)

[PATCH 00/10] vhost: stick to -errno error return convention
 2021-11-12 19:59 UTC  (20+ messages)
` [PATCH 01/10] vhost-user-blk: reconnect on any error during realize
` [PATCH 02/10] chardev/char-socket: tcp_chr_recv: don't clobber errno
` [PATCH 03/10] chardev/char-socket: tcp_chr_sync_read: "
` [PATCH 04/10] chardev/char-fe: don't allow EAGAIN from blocking read
` [PATCH 05/10] vhost-backend: avoid overflow on memslots_limit

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-12 19:28 UTC  (3+ messages)
` [RFC PATCH 1/6] mm: Add F_SEAL_GUEST to shmem/memfd

[PATCH v2 0/1] Jobs based on custom runners: add CentOS Stream 8
 2021-11-12 18:35 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v1] job.c: add missing notifier initialization
 2021-11-12 18:04 UTC  (2+ messages)

[RFC PATCH] hw/intc: clean-up error reporting for failed ITS cmd
 2021-11-12 17:04 UTC 

[RFC PATCH v1 0/3] virtio: early detect 'modern' virtio
 2021-11-12 16:36 UTC  (6+ messages)
` [RFC PATCH v1 1/3] virtio: introduce virtio_force_modern()

Fwd: New Defects reported by Coverity Scan for QEMU
 2021-11-12 16:28 UTC  (2+ messages)

[PATCH v2 00/10] block: Attempt on fixing 030-reported errors
 2021-11-12 16:25 UTC  (13+ messages)
` [PATCH v2 05/10] block: Pass BdrvChild ** to replace_child_noperm
` [PATCH v2 06/10] block: Restructure remove_file_or_backing_child()
` [PATCH v2 07/10] transactions: Invoke clean() after everything else
` [PATCH v2 08/10] block: Let replace_child_tran keep indirect pointer
` [PATCH v2 09/10] block: Let replace_child_noperm free children
` [PATCH v2 10/10] iotests/030: Unthrottle parallel jobs in reverse

[PATCH v4 00/25] block layer: split block APIs in global state and I/O
 2021-11-12 15:46 UTC  (24+ messages)
` [PATCH v4 02/25] include/block/block: split header into I/O and global state API
` [PATCH v4 03/25] assertions for block "
` [PATCH v4 04/25] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PATCH v4 05/25] block/block-backend.c: assertions for block-backend
` [PATCH v4 06/25] include/block/block_int: split header into I/O and global state API
` [PATCH v4 07/25] assertions for block_int "
` [PATCH v4 08/25] block: introduce assert_bdrv_graph_writable
` [PATCH v4 10/25] assertions for blockjob_int.h
` [PATCH v4 12/25] assertions for blockob.h global state API
` [PATCH v4 13/25] include/sysemu/blockdev.h: move drive_add and inline drive_def
` [PATCH v4 14/25] include/systemu/blockdev.h: global state API

[RFC PATCH v2 0/5] virtio: early detect 'modern' virtio
 2021-11-12 15:37 UTC  (7+ messages)
` [RFC PATCH v2 1/5] virtio: introduce virtio_force_modern()
` [RFC PATCH v2 2/5] virtio-ccw: use virtio_force_modern()
` [RFC PATCH v2 3/5] virtio-pci: "
` [RFC PATCH v2 4/5] vhost: push features to backend on force_modern
` [RFC PATCH v2 5/5] virtio-net: handle force_modern for vhost

[PATCH v2 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask
 2021-11-12 14:14 UTC  (4+ messages)
` [PATCH v2 1/3] target/ppc: Implement Vector Expand Mask
` [PATCH v2 2/3] target/ppc: Implement Vector Extract Mask
` [PATCH v2 3/3] target/ppc: Implement Vector Mask Move insns

[PULL 00/54] ppc-for-6.2 queue 20211109
 2021-11-12 13:39 UTC  (6+ messages)
` [PULL 03/54] target/ppc: Move load and store floating point instructions to decodetree

[PULL 0/3] ppc 6.2 queue
 2021-11-12 13:30 UTC  (5+ messages)
` [PULL 1/3] target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x]
` [PULL 2/3] spapr_numa.c: fix FORM1 distance-less nodes
` [PULL 3/3] ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()

[PATCH v2] hw/arm/virt: Expose empty NUMA nodes through ACPI
 2021-11-12 13:27 UTC  (10+ messages)

[PATCH for-6.2 v3 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues
 2021-11-12 13:11 UTC  (7+ messages)
` [PATCH for 6.2 v3 1/5] pcie: rename 'native-hotplug' to 'x-native-hotplug'
` [PATCH for 6.2 v3 2/5] hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine type
` [PATCH for 6.2 v3 3/5] bios-tables-test: Allow changes in DSDT ACPI tables
` [PATCH for 6.2 v3 4/5] hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSC
` [PATCH for 6.2 v3 5/5] tests: bios-tables-test update expected blobs

[PATCH 0/6] RfC: try improve native hotplug for pcie root ports
 2021-11-12 12:17 UTC  (14+ messages)

[PATCH v5 0/6] MSG_ZEROCOPY + multifd
 2021-11-12 12:01 UTC  (17+ messages)
` [PATCH v5 1/6] QIOChannel: Add io_writev_zerocopy & io_flush_zerocopy callbacks
` [PATCH v5 2/6] QIOChannelSocket: Add flags parameter for writing
` [PATCH v5 3/6] QIOChannelSocket: Implement io_writev_zerocopy & io_flush_zerocopy for CONFIG_LINUX
` [PATCH v5 4/6] migration: Add zerocopy parameter for QMP/HMP for Linux
` [PATCH v5 5/6] migration: Add migrate_use_tls() helper

[PATCH for 6.2 v2 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues
 2021-11-12 10:51 UTC  (14+ messages)
` [PATCH for 6.2 v2 1/5] pcie: rename 'native-hotplug' to 'x-native-hotplug'
` [PATCH for 6.2 v2 4/5] hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSC
` [PATCH for 6.2 v2 5/5] bios-tables-test: Update golden binaries

[PATCH v2 0/3] Some watchpoint-related patches
 2021-11-12 10:10 UTC  (3+ messages)
` [PATCH v2 2/3] softmmu: fix watchpoint-interrupt races

[PATCH v4 0/6] Add vmnet.framework based network backend
 2021-11-12  8:02 UTC  (6+ messages)
` [PATCH v4 2/6] net/vmnet: add vmnet backends to qapi/net

[PATCH] Revert "device-crash-test: Ignore errors about a bus not being available"
 2021-11-12  7:22 UTC 

[PATCH 0/5] python/aqmp: improve support for device-crash-test
 2021-11-12  7:20 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).