qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-26 11:24:33 to 2020-05-27 04:01:04 UTC [more...]

[PATCH 2/4] hw/riscv: spike: Allow creating multiple sockets
 2020-05-27  3:59 UTC  (7+ messages)

[RESEND PATCH 1/1] vfio/nvlink: Remove exec permission to avoid SELinux AVCs
 2020-05-27  0:42 UTC  (3+ messages)

[PATCH] target/ppc: Fix argument to ppc_radix64_partition_scoped_xlate() again
 2020-05-27  0:40 UTC  (3+ messages)

[PATCH] or1k: Fix compilation hiccup
 2020-05-27  2:58 UTC  (3+ messages)

[PATCH v3 0/9] RISC-V Add the OpenTitan Machine
 2020-05-27  1:58 UTC  (8+ messages)
` [PATCH v3 3/9] target/riscv: Add the lowRISC Ibex CPU
` [PATCH v3 9/9] target/riscv: Use a smaller guess size for no-MMU PMP

[PATCH v3 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines
 2020-05-27  1:47 UTC  (7+ messages)
` [PATCH v3 1/3] hw/riscv: spike: Remove deprecated ISA specific machines
` [PATCH v3 2/3] target/riscv: Remove the deprecated CPUs
` [PATCH v3 3/3] target/riscv: Drop support for ISA spec version 1.09.1

[PATCH] hw/registerfields: Prefix local variables with underscore in macros
 2020-05-26 22:49 UTC  (3+ messages)

[PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS
 2020-05-26 22:25 UTC  (2+ messages)

[PATCH v7 00/32] Add subcluster allocation to qcow2
 2020-05-26 21:48 UTC  (6+ messages)
` [PATCH v7 14/32] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v7 15/32] qcow2: Add qcow2_get_subcluster_range_type()

[PATCH v4 0/5] coroutines: generate wrapper code
 2020-05-26 21:36 UTC  (12+ messages)
` [PATCH v4 1/5] block/io: refactor coroutine wrappers
` [PATCH v4 2/5] block: declare some coroutine functions in block/coroutines.h
` [PATCH v4 3/5] block: generate coroutine-wrapper code
  ` [PATCH] fixup! "
` [PATCH v4 4/5] block: drop bdrv_prwv
` [PATCH v4 5/5] block/io: refactor save/load vmstate

[Bug 1880763] [NEW] Missing page crossing check in use_goto_tb() for rx target
 2020-05-26 21:27 UTC 

[PATCH 0/9] Record/replay acceptance tests
 2020-05-26 20:48 UTC  (10+ messages)
` [PATCH 1/9] tests/acceptance: allow console interaction with specific VMs
` [PATCH 2/9] tests/acceptance: add base class record/replay kernel tests
` [PATCH 8/9] tests/acceptance: record/replay tests with advcal images
` [PATCH 9/9] tests/acceptance: Linux boot test for record/replay

[PATCH v4 0/5] coroutines: generate wrapper code
 2020-05-26 20:42 UTC  (3+ messages)

[PATCH v2] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-05-26 20:26 UTC 

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-26 20:19 UTC  (5+ messages)

[PATCH 00/19] Add Thread Sanitizer support to QEMU
 2020-05-26 20:18 UTC  (29+ messages)
` [PATCH 01/19] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
` [PATCH 02/19] cpu: convert queued work to a QSIMPLEQ
` [PATCH 12/19] configure: added tsan support for blacklist
` [PATCH 13/19] accel/tcg: Fixed tsan warnings
` [PATCH 14/19] util/async: "
` [PATCH 16/19] util: fixed tsan warnings in thread_pool.c
` [PATCH 18/19] target/arm: Fix tsan warning in cpu.c

[PATCH 0/2] qmp: Expose MachineClass::default_ram_id
 2020-05-26 20:02 UTC  (3+ messages)
` [PATCH 1/2] qapi: Fix comment format for @CpuInstanceProperties

[PATCH v6 00/32] Add subcluster allocation to qcow2
 2020-05-26 19:54 UTC  (3+ messages)
` [PATCH v6 07/32] qcow2: Document the Extended L2 Entries feature

[PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode)
 2020-05-26 19:49 UTC  (10+ messages)
` [PATCH v2 1/7] sysemu/accel: Restrict machine methods to system-mode
` [PATCH v2 2/7] sysemu/tcg: Only declare tcg_allowed when TCG is available
` [PATCH v2 3/7] sysemu/hvf: Only declare hvf_allowed when HVF "
` [PATCH v2 4/7] target/ppc: Restrict PPCVirtualHypervisorClass to system-mode
` [PATCH v2 5/7] target/s390x: Only compile decode_basedisp() on system-mode
` [PATCH v2 6/7] target/s390x/helper: Clean ifdef'ry
` [PATCH v2 7/7] target/s390x: Restrict system-mode declarations

[PULL 0/5] 9p patches 2020-05-26
 2020-05-26 19:24 UTC  (7+ messages)
` [PULL 1/5] 9pfs: include linux/limits.h for XATTR_SIZE_MAX
` [PULL 2/5] 9p: Lock directory streams with a CoMutex
` [PULL 3/5] Revert "9p: init_in_iov_from_pdu can truncate the size"
` [PULL 4/5] xen/9pfs: yield when there isn't enough room on the ring
` [PULL 5/5] xen/9pfs: increase max ring order to 9

[RFC v3 0/4] QEMU cpus.c refactoring
 2020-05-26 19:16 UTC  (3+ messages)
` [RFC v3 4/4] cpus: extract out accel-specific code to each accel

[PATCH] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-05-26 18:58 UTC  (3+ messages)

[PATCH] block/block-copy: block_copy_dirty_clusters: fix failure check
 2020-05-26 18:13 UTC 

[PATCH 00/14] hw/display: Omnibus cleanups
 2020-05-26 17:28 UTC  (27+ messages)
` [PATCH 01/14] hw/display/edid: Add missing 'qdev-properties.h' header
` [PATCH 02/14] hw/display/cg3: Convert debug printf()s to trace events
` [PATCH 03/14] hw/display/cirrus_vga: Convert debug printf() to trace event
` [PATCH 04/14] hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
` [PATCH 05/14] hw/display/cirrus_vga: Use qemu_log_mask(ERROR) "
` [PATCH 06/14] hw/display/cirrus_vga: Convert debug printf() to trace event
` [PATCH 07/14] hw/display/dpcd: Fix memory region size
` [PATCH 08/14] hw/display/dpcd: Convert debug printf()s to trace events
` [PATCH 09/14] hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
` [PATCH 10/14] hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
` [PATCH 12/14] hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
` [PATCH 13/14] hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
` [PATCH 14/14] hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()

[PATCH 0/2] Update use_goto_tb() in hppa and rx targets
 2020-05-26 17:38 UTC  (10+ messages)

[PATCH] hw/vfio/common: Trace in which mode a IOMMU is opened
 2020-05-26 17:35 UTC 

[PATCH 0/5] virtio: enable VIRTIO_F_RING_PACKED for all devices
 2020-05-26 17:29 UTC  (3+ messages)
` [PATCH 5/5] "

[Bug 1880722] [NEW] Changing executable page permissions with mmap causes user-mode failures
 2020-05-26 17:00 UTC  (3+ messages)
` [Bug 1880722] "
` [Bug 1880722] Re: Problems related to checking page crossing in use_goto_tb()

[PATCH 1/2] hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functions
 2020-05-26 16:50 UTC  (3+ messages)
` [PATCH 2/2] hw/riscv: virt: Remove the riscv_ prefix of the machine* functions

[PATCH 0/4] hw/display/xlnx_dp: Fix memory region size, improve logging
 2020-05-26 16:40 UTC  (9+ messages)
` [PATCH 1/4] hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf
` [PATCH 2/4] hw/display/dpcd: Fix memory region size
` [PATCH 3/4] hw/display/dpcd: Convert debug printf()s to trace events
` [PATCH 4/4] hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()

[PULL 00/11] bitmaps patches for 2020-05-26
 2020-05-26 16:42 UTC  (12+ messages)
` [PULL 01/11] migration: refactor init_dirty_bitmap_migration
` [PULL 02/11] block/dirty-bitmap: add bdrv_has_named_bitmaps helper
` [PULL 03/11] migration: fix bitmaps pre-blockdev migration with mirror job
` [PULL 04/11] iotests: 194: test also migration of dirty bitmap
` [PULL 05/11] migration: add_bitmaps_to_list: check disk name once
` [PULL 06/11] migration: forbid bitmap migration by generated node-name
` [PULL 07/11] iotests: Fix test 178
` [PULL 08/11] qcow2: Expose bitmaps' size during measure
` [PULL 09/11] qemu-img: Factor out code for merging bitmaps
` [PULL 10/11] qemu-img: Add convert --bitmaps option
` [PULL 11/11] iotests: Add test 291 to for qemu-img bitmap coverage

[RFC PATCH 0/3] block: Synchronous bdrv_*() from coroutine in different AioContext
 2020-05-26 16:42 UTC  (5+ messages)
` [RFC PATCH 2/3] block: Allow bdrv_run_co() from "

[PATCH v3 0/2] hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()
 2020-05-26 16:34 UTC  (6+ messages)
` [PATCH v3 1/2] hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit
` [PATCH v3 2/2] hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()

[PATCH v6 0/5] qemu-img: Add convert --bitmaps
 2020-05-26 16:27 UTC  (4+ messages)
` [PATCH v6 4/5] qemu-img: Add convert --bitmaps option

[PATCH v2] tests/acceptance: Add a boot test for the xlnx-versal-virt machine
 2020-05-26 16:18 UTC  (2+ messages)

[PATCH RFC 00/32] python/qemu: refactor as installable package
 2020-05-26 16:05 UTC  (31+ messages)
` [PATCH RFC 01/32] python/qemu: create qemu.lib module
` [PATCH RFC 02/32] scripts/qmp: Fix shebang and imports
` [PATCH RFC 03/32] python//machine.py: remove bare except
` [PATCH RFC 04/32] python/qemu/lib: delint, add pylintrc
` [PATCH RFC 05/32] python/qemu/lib: delint; add flake8 config
` [PATCH RFC 06/32] python/qemu: formalize as package
` [PATCH RFC 13/32] python/qemu/lib: Adjust traceback typing
` [PATCH RFC 18/32] python//qmp.py: add casts to JSON deserialization
` [PATCH RFC 20/32] python//qmp.py: assert sockfile is not None

[PATCH 0/2] tests/qtest/fuzz: Avoid QTest serialization
 2020-05-26 15:52 UTC  (9+ messages)
` [PATCH 2/2] tests/qtest/fuzz: Avoid QTest mmio serialization

[PATCH v3 0/9] user-mode: Prune build dependencies (part 2)
 2020-05-26 15:36 UTC  (7+ messages)
` [PATCH v3 4/9] qapi/misc: Restrict balloon-related commands to machine code

[PATCH 0/4] fuzz: misc changes for oss-fuzz compatability
 2020-05-26 15:34 UTC  (2+ messages)

[Qemu-devel] [Bug 1743191] [NEW] Interacting with NetBSD serial console boot blocks no longer works
 2020-05-26 15:20 UTC  (2+ messages)
` [Bug 1743191] "

[PATCH 0/7] block/nvme: support nested aio_poll()
 2020-05-26 15:20 UTC  (10+ messages)
` [PATCH 2/7] block/nvme: drop tautologous assertion
` [PATCH 3/7] block/nvme: don't access CQE after moving cq.head
` [PATCH 5/7] block/nvme: clarify that free_req_queue is protected by q->lock
` [PATCH 6/7] block/nvme: keep BDRVNVMeState pointer in NVMeQueuePair

[PATCH v2 0/8] user-mode: Prune build dependencies (part 2)
 2020-05-26 15:00 UTC  (3+ messages)
` [PATCH v2 2/8] qapi/misc: Restrict LostTickPolicy enum to machine code

[PATCH v1] pc: Support coldplugging of virtio-pmem-pci devices on all buses
 2020-05-26 14:56 UTC  (6+ messages)

[PATCH v6 00/20] nvme: small fixes, refactoring and cleanups
 2020-05-26 14:45 UTC  (3+ messages)
` [PATCH v6 07/20] hw/block/nvme: fix pin-based interrupt behavior

[PATCH v2 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-05-26 14:38 UTC  (6+ messages)
` [PATCH v2 6/8] s390/sclp: add extended-length sccb support for kvm guest

[PATCH 1/1] util/oslib: Returns real thread identifier on FreeBSD and NetBSD
 2020-05-26 13:15 UTC  (4+ messages)

[PATCH RFC v3 00/11] KVM: Dirty ring support (QEMU part)
 2020-05-26 14:17 UTC  (2+ messages)

[PATCH 00/14] hw/mips: patch queue for 2020-05-26
 2020-05-26 13:38 UTC  (13+ messages)
` [PATCH 10/14] hw/mips/fuloong2e: Fix typo in Fuloong machine name

[PULL 00/14] mips-hw-next patches for 2020-05-26
 2020-05-26 13:32 UTC  (15+ messages)
` [PULL 01/14] MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer
` [PULL 02/14] hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge
` [PULL 03/14] hw/pci-host/bonito: Fix DPRINTF() format strings
` [PULL 04/14] hw/pci-host/bonito: Map peripheral using physical address
` [PULL 05/14] hw/pci-host/bonito: Map all the Bonito64 I/O range
` [PULL 06/14] hw/pci-host/bonito: Map the different PCI ranges more detailed
` [PULL 07/14] hw/pci-host/bonito: Better describe the I/O CS regions
` [PULL 08/14] hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32
` [PULL 09/14] hw/mips/fuloong2e: Move code and update a comment
` [PULL 10/14] hw/mips/fuloong2e: Fix typo in Fuloong machine name
` [PULL 11/14] hw/mips: Rename malta/mipssim/r4k/jazz files
` [PULL 12/14] hw/mips/malta: Add some logging for bad register offset cases
` [PULL 13/14] hw/mips/mips_int: De-duplicate KVM interrupt delivery
` [PULL 14/14] MAINTAINERS: Change Aleksandar Rikalo's email address

[PATCH v2 0/7] Misc display/sm501 clean ups and fixes
 2020-05-26 13:35 UTC  (4+ messages)
` [PATCH v2 5/7] sm501: Replace hand written implementation with pixman where possible

[PATCH v2 0/2] qmp: Expose MachineClass::default_ram_id
 2020-05-26 13:17 UTC  (6+ messages)
` [PATCH v2 1/2] qapi: Fix comment format for @CpuInstanceProperties
` [PATCH v2 2/2] qmp: Expose MachineClass::default_ram_id

[PULL 0/8] Audio 20200526 patches
 2020-05-26 13:05 UTC  (2+ messages)

[RFC v3 0/4] QEMU cpus.c refactoring
 2020-05-26 12:57 UTC  (2+ messages)

[Qemu-devel] [Bug 1336794] [NEW] 9pfs does not honor open file handles on unlinked files
 2020-05-26 11:58 UTC  (2+ messages)
` [Bug 1336794] "

[PATCH 00/55] qdev: Rework how we plug into the parent bus
 2020-05-26 11:56 UTC  (11+ messages)
` [PATCH 13/55] hw/ppc: Eliminate two superfluous QOM casts
` [PATCH 30/55] auxbus: New aux_realize_bus(), pairing with aux_init_bus()
` [PATCH 33/55] qom: Tidy up a few object_initialize_child() calls
` [PATCH 50/55] s390x/event-facility: Simplify creation of SCLP event devices

[PATCH] scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special header
 2020-05-26 11:24 UTC  (2+ messages)

[PATCH] qemu-plugin.h: add missing include <stddef.h> to define size_t
 2020-05-26 11:24 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).