messages from 2022-03-02 19:23:28 to 2022-03-03 15:20:20 UTC [more...]
[PATCH v4 00/14] Initial support for machine creation via QMP
2022-03-03 15:16 UTC (27+ messages)
` [PATCH v4 01/14] machine: add phase_get() and document phase_check()/advance()
` [PATCH v4 03/14] vl: support machine-initialized target in phase_until()
` [PATCH v4 04/14] qapi/device_add: compute is_hotplug flag
` [PATCH v4 07/14] none-machine: add the NoneMachineState structure
` [PATCH v4 08/14] none-machine: add 'ram-addr' property
` [PATCH v4 09/14] none-machine: allow cold plugging sysbus devices
` [PATCH v4 11/14] softmmu/memory: add memory_region_try_add_subregion function
` [PATCH v4 12/14] add sysbus-mmio-map qapi command
` [PATCH v4 13/14] hw/mem/system-memory: add a memory sysbus device
[PATCH v2 0/9] tcg: support 32-bit guest addresses as signed
2022-03-03 15:14 UTC (5+ messages)
` [PATCH v2 4/9] accel/tcg: Add guest_base_signed_addr32 for user-only
` [PATCH v2 6/9] tcg/aarch64: Support TCG_TARGET_SIGNED_ADDR32
[PATCH v2 0/4] util/thread-pool: Expose minimun and maximum size
2022-03-03 15:13 UTC (5+ messages)
` [PATCH v2 1/4] util/thread-pool: Fix thread pool freeing locking
` [PATCH v2 2/4] Introduce event-loop-base abstract class
` [PATCH v2 3/4] util/main-loop: Introduce the main loop into QOM
` [PATCH v2 4/4] util/event-loop-base: Introduce options to set the thread pool size
SPI support for the virt platform
2022-03-03 15:07 UTC (2+ messages)
[PATCH v6 00/19] vfio-user server in QEMU
2022-03-03 14:49 UTC (6+ messages)
` [PATCH v6 12/19] vfio-user: IOMMU support for remote device
[PULL 00/18] migration queue
2022-03-03 14:46 UTC (2+ messages)
[PATCH v4 0/2] TPM-CRB: Remove spurious error report when used with VFIO
2022-03-03 14:37 UTC (5+ messages)
` [PATCH v4 1/2] tpm: CRB: Use ram_device for "tpm-crb-cmd" region
[PATCH v3 0/4] Enable vhost-user to be used on BSD systems
2022-03-03 14:35 UTC (7+ messages)
` [PATCH v3 1/4] event_notifier: add event_notifier_get_wfd()
` [PATCH v3 2/4] vhost: use wfd on functions setting vring call fd
` [PATCH v3 3/4] configure, meson: allow enabling vhost-user on all POSIX systems
` [PATCH v3 4/4] docs: vhost-user: add subsection for non-Linux platforms
[PATCH 0/6] 9pfs: convert Doxygen -> kerneldoc format
2022-03-03 13:40 UTC (7+ messages)
` [PATCH 1/6] 9pfs/9p.h: "
` [PATCH 2/6] 9pfs/codir.c: "
` [PATCH 3/6] 9pfs/9p.c: "
` [PATCH 4/6] 9pfs/9p-util.h: "
` [PATCH 5/6] 9pfs/coth.h: drop Doxygen format on v9fs_co_run_in_worker()
` [PATCH 6/6] fsdev/p9array.h: convert Doxygen -> kerneldoc format
[PATCH] block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server
2022-03-03 14:05 UTC (3+ messages)
[PATCH v5 0/4] tls: add macros for coroutine-safe TLS variables
2022-03-03 13:59 UTC (3+ messages)
[PATCH v2] qga: Introduce NVMe disk bus type
2022-03-03 13:27 UTC (3+ messages)
propagating vmgenid outward and upward
2022-03-03 13:07 UTC (11+ messages)
[PATCH v5 00/16] Make image fleecing more usable
2022-03-03 12:57 UTC (9+ messages)
` [PATCH v5 11/16] block: introduce snapshot-access block driver
` [PATCH v5 15/16] iotests/image-fleecing: add test case with bitmap
` [PATCH v5 16/16] iotests/image-fleecing: test push backup with fleecing
[PATCH] tests/Makefile.include: Let "make clean" remove the TCG tests, too
2022-03-03 12:35 UTC (2+ messages)
[PATCH] gdbstub.c: add support for info proc mappings
2022-03-03 12:01 UTC (2+ messages)
[PATCH 0/9] Avocado tests: filter out tests using TCG booting full blown distros
2022-03-03 12:13 UTC (4+ messages)
` [PATCH 5/9] tests/avocado/linux_ssh_mips_malta.py: add missing accel (tcg) tag
[PATCH] 9pfs: drop Doxygen format from qemu_dirent_dup() API comment
2022-03-03 12:22 UTC (5+ messages)
` [SPAM] "
[PATCH] 9pfs: move qemu_dirent_dup() from osdep -> 9p-util
2022-03-03 12:21 UTC (2+ messages)
[PATCH v18 0/7] support dirty restraint on vCPU
2022-03-03 12:14 UTC (9+ messages)
` [PATCH v18 2/7] cpus: Introduce cpu_list_generation_id
` [PATCH v18 3/7] migration/dirtyrate: Refactor dirty page rate calculation
` [PATCH v18 4/7] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PATCH v18 5/7] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PATCH v18 6/7] softmmu/dirtylimit: Implement virtual CPU throttle
` [PATCH v18 7/7] softmmu/dirtylimit: Implement dirty page rate limit
[PATCH v7 00/31] block layer: split block APIs in global state and I/O
2022-03-03 12:06 UTC (3+ messages)
[PATCH v3 00/14] vDPA shadow virtqueue
2022-03-03 11:59 UTC (18+ messages)
` [PATCH v3 01/14] vhost: Add VhostShadowVirtqueue
` [PATCH v3 02/14] vhost: Add Shadow VirtQueue kick forwarding capabilities
` [PATCH v3 03/14] vhost: Add Shadow VirtQueue call "
` [PATCH v3 04/14] vhost: Add vhost_svq_valid_features to shadow vq
` [PATCH v3 05/14] virtio: Add vhost_svq_get_vring_addr
` [PATCH v3 06/14] vdpa: adapt vhost_ops callbacks to svq
` [PATCH v3 07/14] vhost: Shadow virtqueue buffers forwarding
` [PATCH v3 08/14] util: Add iova_tree_alloc_map
` [PATCH v3 09/14] vhost: Add VhostIOVATree
` [PATCH v3 10/14] vdpa: Add custom IOTLB translations to SVQ
` [PATCH v3 11/14] vdpa: Adapt vhost_vdpa_get_vring_base "
` [PATCH v3 12/14] vdpa: Never set log_base addr if SVQ is enabled
` [PATCH v3 13/14] vdpa: Expose VHOST_F_LOG_ALL on SVQ
` [PATCH v3 14/14] vdpa: Add x-svq to NetdevVhostVDPAOptions
[PATCH 0/2] target/arm: Check Neon VLD1/VST1 stride bits are zero
2022-03-03 11:43 UTC (4+ messages)
` [PATCH 1/2] target/arm/translate-neon: UNDEF if VLD1/VST1 stride bits are non-zero
` [PATCH 2/2] target/arm/translate-neon: Simplify align field check for VLD3
[PATCH v3 0/4] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
2022-03-03 11:41 UTC (2+ messages)
[PATCH v2 00/14] vDPA shadow virtqueue
2022-03-03 11:35 UTC (21+ messages)
` [PATCH v2 02/14] vhost: Add Shadow VirtQueue kick forwarding capabilities
` [PATCH v2 07/14] vhost: Shadow virtqueue buffers forwarding
` [PATCH v2 08/14] util: Add iova_tree_alloc
` [PATCH v2 10/14] vdpa: Add custom IOTLB translations to SVQ
[PATCH v2 0/6] hw/nvme: enhanced protection information (64-bit guard)
2022-03-03 11:24 UTC (3+ messages)
[PATCH v1] introduce dirty ring size for guestperf tool
2022-03-03 10:54 UTC (2+ messages)
` [PATCH v1] tests/migration: Introduce dirty-ring-size option into guestperf
[PATCH] introduce dirty ring size for guestperf tool
2022-03-03 10:49 UTC (3+ messages)
` [PATCH] migration: Introduce dirtylimit capability
[PATCH] qemu-binfmt-conf.sh: allow elf EI_ABIVERSION=1 for mips
2022-03-03 10:17 UTC
[PATCH v2 0/4] target/nios2: Shadow register set, EIC and VIC
2022-03-03 10:08 UTC (5+ messages)
` [PATCH v2 2/4] target/nios2: Exteral Interrupt Controller (EIC)
[PATCH v5 00/12] Improve PMU support
2022-03-03 10:03 UTC (11+ messages)
` [PATCH v5 01/12] target/riscv: Fix PMU CSR predicate function
` [PATCH v5 08/12] target/riscv: Add sscofpmf extension support
` [PATCH v5 09/12] target/riscv: Simplify counter predicate function
` [PATCH v5 10/12] target/riscv: Add few cache related PMU events
[PATCH v2 0/3] Enable vhost-user to be used on BSD systems
2022-03-03 9:44 UTC (2+ messages)
[PATCH] deprecation: x86 default machine types
2022-03-03 8:59 UTC (5+ messages)
[PATCH v1 0/2] s390x: Add support for Vector Enhancements Facility 2
2022-03-03 8:58 UTC (4+ messages)
` [PATCH v1 1/2] s390x/tcg: Implement Vector-Enhancements Facility 2 for s390x
` [PATCH v1 2/2] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
[RESEND] qga: Introduce NVMe disk bus type
2022-03-03 7:26 UTC (2+ messages)
[PATCH v5 00/49] target/ppc: PowerISA Vector/VSX instruction batch
2022-03-03 7:20 UTC (4+ messages)
[PATCH v17 0/8] support dirty restraint on vCPU
2022-03-03 6:11 UTC (4+ messages)
` [PATCH v17 8/8] tests/qtest/qmp-cmd-test: Ignore query-vcpu-dirty-limit test
Issue with qemu-system-ppc running OSX guests
2022-03-03 5:47 UTC (5+ messages)
[PULL 00/13] riscv-to-apply queue
2022-03-03 5:28 UTC (14+ messages)
` [PULL 01/13] target/riscv: fix inverted checks for ext_zb[abcs]
` [PULL 02/13] hw/riscv: virt: Add optional AIA APLIC support to virt machine
` [PULL 03/13] hw/intc: Add RISC-V AIA IMSIC device emulation
` [PULL 04/13] hw/riscv: virt: Add optional AIA IMSIC support to virt machine
` [PULL 05/13] docs/system: riscv: Document AIA options for "
` [PULL 06/13] hw/riscv: virt: Increase maximum number of allowed CPUs
` [PULL 07/13] hw: riscv: opentitan: fixup SPI addresses
` [PULL 08/13] target/riscv: add cfg properties for zfinx, zdinx and zhinx{min}
` [PULL 09/13] target/riscv: hardwire mstatus.FS to zero when enable zfinx
` [PULL 10/13] target/riscv: add support for zfinx
` [PULL 11/13] target/riscv: add support for zdinx
` [PULL 12/13] target/riscv: add support for zhinx/zhinxmin
` [PULL 13/13] target/riscv: expose zfinx, zdinx, zhinx{min} properties
[PATCH v3 1/2] hw/ssi: Add Ibex SPI device model
2022-03-03 4:54 UTC (2+ messages)
` [PATCH v3 2/2] riscv: opentitan: Connect opentitan SPI Host
[PATCH] vl: remove dead code from set_memory_options
2022-03-03 4:28 UTC
[PATCH] hw/arm/virt: Validate memory size on the first NUMA node
2022-03-03 3:25 UTC (5+ messages)
[PATCH v2 0/3] hw/arm/virt: Fix CPU's default NUMA node ID
2022-03-03 3:11 UTC (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
` [PATCH v2 3/3] hw/arm/virt: Unify ACPI processor ID in MADT and SRAT table
[PATCH 0/3] tcg/s390x: Fixes for host vector codegen
2022-03-03 3:11 UTC (4+ messages)
` [PATCH 1/3] tcg/s390x: Fix tcg_out_dupi_vec vs VGM
` [PATCH 2/3] tcg/s390x: Fix INDEX_op_bitsel_vec vs VSEL
` [PATCH 3/3] tcg/s390x: Fix tcg_out_dup_vec vs general registers
[PATCH v2] whpx: Added support for breakpoints and stepping
2022-03-03 1:28 UTC
[PATCH v2 0/5] Misc OHCI clean ups
2022-03-02 23:11 UTC (5+ messages)
[PATCH v2 00/10] q800: migration fixes
2022-03-02 21:27 UTC (11+ messages)
` [PATCH v2 01/10] macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusState
` [PATCH v2 02/10] macfb: don't use special irq_state and irq_mask variables in MacfbState
` [PATCH v2 03/10] macfb: increase number of registers saved "
` [PATCH v2 04/10] macfb: add VMStateDescription fields for display type and VBL timer
` [PATCH v2 05/10] macfb: set initial value of mode control registers in macfb_common_realize()
` [PATCH v2 06/10] esp: introduce esp_set_pdma_cb() function
` [PATCH v2 07/10] esp: introduce esp_pdma_cb() function
` [PATCH v2 08/10] esp: convert ESPState pdma_cb from a function pointer to an integer
` [PATCH v2 09/10] esp: include the current PDMA callback in the migration stream
` [PATCH v2 10/10] esp: recreate ESPState current_req after migration
[PULL 00/11] QEMU changes for 2021-03-02
2022-03-02 20:55 UTC (2+ messages)
[PULL 00/26] target-arm queue
2022-03-02 20:52 UTC (27+ messages)
` [PULL 01/26] mps3-an547: Add missing user ahb interfaces
` [PULL 02/26] hw/arm/mps2-tz.c: Update AN547 documentation URL
` [PULL 03/26] hw/input/tsc210x: Don't abort on bad SPI word widths
` [PULL 04/26] hw/i2c: flatten pca954x mux device
` [PULL 05/26] target/arm: Support PSCI 1.1 and SMCCC 1.0
` [PULL 06/26] target/arm: Fix early free of TCG temp in handle_simd_shift_fpint_conv()
` [PULL 07/26] tests/qtest: add qtests for npcm7xx sdhci
` [PULL 08/26] hw/registerfields: Add FIELD_SEX<N> and FIELD_SDP<N>
` [PULL 09/26] target/arm: Set TCR_EL1.TSZ for user-only
` [PULL 10/26] target/arm: Fault on invalid TCR_ELx.TxSZ
` [PULL 11/26] target/arm: Move arm_pamax out of line
` [PULL 12/26] target/arm: Pass outputsize down to check_s2_mmu_setup
` [PULL 13/26] target/arm: Use MAKE_64BIT_MASK to compute indexmask
` [PULL 14/26] target/arm: Honor TCR_ELx.{I}PS
` [PULL 15/26] target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVA
` [PULL 16/26] target/arm: Implement FEAT_LVA
` [PULL 17/26] target/arm: Implement FEAT_LPA
` [PULL 18/26] target/arm: Extend arm_fi_to_lfsc to level -1
` [PULL 19/26] target/arm: Introduce tlbi_aa64_get_range
` [PULL 20/26] target/arm: Fix TLBIRange.base for 16k and 64k pages
` [PULL 21/26] target/arm: Validate tlbi TG matches translation granule in use
` [PULL 22/26] target/arm: Advertise all page sizes for -cpu max
` [PULL 23/26] target/arm: Implement FEAT_LPA2
` [PULL 24/26] target/arm: Report KVM's actual PSCI version to guest in dtb
` [PULL 25/26] ui/cocoa.m: Fix updateUIInfo threading issues
` [PULL 26/26] ui/cocoa.m: Remove unnecessary NSAutoreleasePools
[PATCH 0/7] dump: Cleanup and consolidation
2022-03-02 21:15 UTC (5+ messages)
` [PATCH 7/7] dump: Consolidate elf note function
[PATCH v3 00/15] reduce audio playback latency
2022-03-02 20:51 UTC (4+ messages)
` [PATCH v3 06/15] jackaudio: use more jack audio buffers
[PATCH 0/2] Enable vhost-user to be used on BSD systems
2022-03-02 19:22 UTC (8+ messages)
` [PATCH 2/2] Allow building vhost-user in BSD
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).