messages from 2022-01-17 14:16:49 to 2022-01-18 09:07:50 UTC [more...]
tracing.rst neglects to document syntax of trace-events files
2022-01-18 9:02 UTC (2+ messages)
[PATCH v3 0/3] memory: memory_region_is_mapped() cleanups
2022-01-18 8:40 UTC (2+ messages)
[PATCH v3 0/3] trace qmp commands
2022-01-18 8:38 UTC (5+ messages)
` [PATCH v3 1/3] scripts/qapi/gen.py: add .trace-events file for module
` [PATCH v3 2/3] scripts/qapi-gen.py: add --add-trace-events option
` [PATCH v3 3/3] meson: generate trace events for qmp commands
[PATCH v5 0/5] support subsets of virtual memory extension
2022-01-18 8:51 UTC (14+ messages)
` [PATCH v5 1/5] target/riscv: Ignore reserved bits in PTE for RV64
` [PATCH v5 2/5] target/riscv: add PTE_A/PTE_D/PTE_U bits check for inner PTE
` [PATCH v5 3/5] target/riscv: add support for svnapot extension
` [PATCH v5 4/5] target/riscv: add support for svinval extension
` [PATCH v5 5/5] target/riscv: add support for svpbmt extension
[PATCH] hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecated
2022-01-18 8:49 UTC (3+ messages)
[PATCH] target/ppc: Finish removal of 401/403 CPUs
2022-01-18 8:26 UTC (3+ messages)
[PATCH qemu] spapr: Force 32bit when resetting a core
2022-01-18 8:30 UTC (9+ messages)
[PATCH v4 0/7] support subsets of scalar crypto extension
2022-01-18 8:24 UTC (18+ messages)
` [PATCH v4 2/7] target/riscv: rvk: add implementation of instructions for Zbk*
` [PATCH v4 3/7] crypto include/crypto target/arm: move sm4_sbox to crypto
` [PATCH v4 4/7] target/riscv: rvk: add implementation of instructions for Zk*
` [PATCH v4 5/7] target/riscv: rvk: add CSR support for Zkr
` [PATCH v4 7/7] target/riscv: rvk: expose zbk* and zk* properties
[PATCH] hw/riscv: spike: Allow using binary firmware as bios
2022-01-18 7:39 UTC (5+ messages)
[PATCH v7 00/23] QEMU RISC-V AIA support
2022-01-18 7:43 UTC (27+ messages)
` [PATCH v7 01/23] target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode
` [PATCH v7 02/23] target/riscv: Implement SGEIP bit in hip and hie CSRs
` [PATCH v7 03/23] target/riscv: Implement hgeie and hgeip CSRs
` [PATCH v7 04/23] target/riscv: Improve delivery of guest external interrupts
` [PATCH v7 06/23] target/riscv: Add AIA cpu feature
` [PATCH v7 07/23] target/riscv: Add defines for AIA CSRs
` [PATCH v7 08/23] target/riscv: Allow AIA device emulation to set ireg rmw callback
` [PATCH v7 09/23] target/riscv: Implement AIA local interrupt priorities
` [PATCH v7 11/23] target/riscv: Implement AIA hvictl and hviprioX CSRs
` [PATCH v7 12/23] target/riscv: Implement AIA interrupt filtering CSRs
` [PATCH v7 13/23] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs
` [PATCH v7 15/23] target/riscv: Implement AIA IMSIC interface CSRs
` [PATCH v7 16/23] hw/riscv: virt: Use AIA INTC compatible string when available
` [PATCH v7 17/23] target/riscv: Allow users to force enable AIA CSRs in HART
` [PATCH v7 18/23] hw/intc: Add RISC-V AIA APLIC device emulation
` [PATCH v7 19/23] hw/riscv: virt: Add optional AIA APLIC support to virt machine
` [PATCH v7 20/23] hw/intc: Add RISC-V AIA IMSIC device emulation
` [PATCH v7 21/23] hw/riscv: virt: Add optional AIA IMSIC support to virt machine
` [PATCH v7 22/23] docs/system: riscv: Document AIA options for "
` [PATCH v7 23/23] hw/riscv: virt: Increase maximum number of allowed CPUs
[PATCH v3] hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
2022-01-18 7:27 UTC (3+ messages)
[RFC PATCH 0/6] Basic skeleton of RP2040 Raspbery Pi Pico
2022-01-18 7:28 UTC (3+ messages)
` [RFC PATCH 6/6] docs/devel: add some clarifying text for aliases
[PATCH v3 00/10] hw/dma: Use dma_addr_t type definition when relevant
2022-01-18 7:27 UTC (2+ messages)
[PATCH v7 0/2] memory: Have 'info mtree' remove duplicated Address Space information
2022-01-18 7:27 UTC (2+ messages)
[PATCH RESEND] tests/avocado: ppc: Add smoke tests for MPC7400 and MPC7450 families
2022-01-18 7:13 UTC (5+ messages)
[PATCH 0/3] rSTify ppc-spapr-uv-hcalls.txt
2022-01-18 7:01 UTC (8+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Rename ppc-spapr-uv-hcalls.txt to ppc-spapr-uv-hcalls.rst
` [PATCH 3/3] Link new ppc-spapr-uv-hcalls.rst to pseries.rst
[PATCH 0/3] ppc/pnv: Final refinements on PHB4s
2022-01-18 6:58 UTC (8+ messages)
` [PATCH 1/3] ppc/pnv: Move root port allocation under pnv_pec_default_phb_realize()
` [PATCH 2/3] ppc/pnv: Add a 'rp_model' class attribute for the PHB4 PEC
` [PATCH 3/3] ppc/pnv: Remove PHB4 version property
[PATCH 0/2] python: a few improvements to qmp-shell
2022-01-18 5:13 UTC (6+ messages)
` [PATCH 1/2] python: introduce qmp-shell-wrap convenience tool
` [PATCH 2/2] python: support recording QMP session to a file
[PATCH] target/riscv: Ignore reserved bits in PTE for RV64
2022-01-18 4:51 UTC (2+ messages)
[PATCH v2 00/17] Add RISC-V RVV Zve32f and Zve64f extensions
2022-01-18 4:42 UTC (19+ messages)
` [PATCH v2 01/17] target/riscv: rvv-1.0: Add Zve64f extension into RISC-V
` [PATCH v2 02/17] target/riscv: rvv-1.0: Add Zve64f support for configuration insns
` [PATCH v2 03/17] target/riscv: rvv-1.0: Add Zve64f support for load and store insns
` [PATCH v2 04/17] target/riscv: rvv-1.0: Add Zve64f support for vmulh variant insns
` [PATCH v2 05/17] target/riscv: rvv-1.0: Add Zve64f support for vsmul.vv and vsmul.vx insns
` [PATCH v2 06/17] target/riscv: rvv-1.0: Add Zve64f support for scalar fp insns
` [PATCH v2 07/17] target/riscv: rvv-1.0: Add Zve64f support for single-width fp reduction insns
` [PATCH v2 08/17] target/riscv: rvv-1.0: Add Zve64f support for widening type-convert insns
` [PATCH v2 09/17] target/riscv: rvv-1.0: Add Zve64f support for narrowing "
` [PATCH v2 10/17] target/riscv: rvv-1.0: Allow Zve64f extension to be turned on
` [PATCH v2 11/17] target/riscv: rvv-1.0: Add Zve32f extension into RISC-V
` [PATCH v2 12/17] target/riscv: rvv-1.0: Add Zve32f support for configuration insns
` [PATCH v2 13/17] target/riscv: rvv-1.0: Add Zve32f support for scalar fp insns
` [PATCH v2 14/17] target/riscv: rvv-1.0: Add Zve32f support for single-width fp reduction insns
` [PATCH v2 15/17] target/riscv: rvv-1.0: Add Zve32f support for widening type-convert insns
` [PATCH v2 16/17] target/riscv: rvv-1.0: Add Zve32f support for narrowing "
` [PATCH v2 17/17] target/riscv: rvv-1.0: Allow Zve32f extension to be turned on
[PATCH 0/2] hw/i386: QOM-attach CPUs/SGX-EPC objects to their parents
2022-01-18 2:33 UTC (8+ messages)
` [PATCH 1/2] hw/i386/x86: Attach CPUs to machine
` [RFC PATCH 2/2] hw/i386/sgx: Attach SGX-EPC to its memory backend
[PATCH] hw/sd: Correct the CURRENT_STATE bits in SPI-mode response
2022-01-18 2:35 UTC
[PATCH v11 3/4] softmmu/dirtylimit: implement virtual CPU throttle
2022-01-18 2:08 UTC (5+ messages)
[PATCH 00/17] Add RISC-V RVV Zve32f and Zve64f extensions
2022-01-18 1:37 UTC (36+ messages)
` [PATCH 01/17] target/riscv: rvv-1.0: Add Zve64f extension into RISC-V
` [PATCH 02/17] target/riscv: rvv-1.0: Add Zve64f support for configuration insns
` [PATCH 03/17] target/riscv: rvv-1.0: Add Zve64f support for load and store insns
` [PATCH 04/17] target/riscv: rvv-1.0: Add Zve64f support for vmulh variant insns
` [PATCH 05/17] target/riscv: rvv-1.0: Add Zve64f support for vsmul.vv and vsmul.vx insns
` [PATCH 06/17] target/riscv: rvv-1.0: Add Zve64f support for scalar fp insns
` [PATCH 07/17] target/riscv: rvv-1.0: Add Zve64f support for single-width fp reduction insns
` [PATCH 08/17] target/riscv: rvv-1.0: Add Zve64f support for widening type-convert insns
` [PATCH 09/17] target/riscv: rvv-1.0: Add Zve64f support for narrowing "
` [PATCH 10/17] target/riscv: rvv-1.0: Allow Zve64f extension to be turned on
` [PATCH 11/17] target/riscv: rvv-1.0: Add Zve32f extension into RISC-V
` [PATCH 12/17] target/riscv: rvv-1.0: Add Zve32f support for configuration insns
` [PATCH 13/17] target/riscv: rvv-1.0: Add Zve32f support for scalar fp insns
` [PATCH 14/17] target/riscv: rvv-1.0: Add Zve32f support for single-width fp reduction insns
` [PATCH 15/17] target/riscv: rvv-1.0: Add Zve32f support for widening type-convert insns
` [PATCH 16/17] target/riscv: rvv-1.0: Add Zve32f support for narrowing "
` [PATCH 17/17] target/riscv: rvv-1.0: Allow Zve32f extension to be turned on
[PATCH 0/2] Python: minor fixes
2022-01-18 0:00 UTC (3+ messages)
` [PATCH 1/2] python/aqmp: Fix negotiation with pre-"oob" QEMU
` [PATCH 2/2] python: use avocado's "new" runner
iotest 040, 041, intermittent failure in netbsd VM
2022-01-17 23:08 UTC (6+ messages)
[PATCH] softmmu: Provide a clue as to why device tree loading failed
2022-01-17 22:58 UTC (2+ messages)
[PATCH v5 00/13] Add riscv kvm accel support
2022-01-17 22:48 UTC (2+ messages)
[PATCH] softmmu/device_tree: Remove redundant pointer assignment
2022-01-17 22:47 UTC (2+ messages)
[PATCH 0/8] target/ppc: powerpc_excp improvements [40x] (3/n)
2022-01-17 21:12 UTC (3+ messages)
` [PATCH 1/8] target/ppc: 405: Add missing MSR bits to msr_mask
ppc pbr403 vmstate
2022-01-17 20:40 UTC (5+ messages)
[PATCH] simplebench: Fix Python syntax error (reported by LGTM)
2022-01-17 19:26 UTC (6+ messages)
[PATCH v3 00/31] Python: delete synchronous qemu.qmp package
2022-01-17 19:32 UTC (4+ messages)
` [PATCH v3 23/31] iotests: switch to AQMP
Redesign of QEMU startup & initial configuration
2022-01-17 19:02 UTC (12+ messages)
` Meeting today?
` "Startup" meeting (was Re: Meeting today?)
[PATCH 0/2] block/io: Update BSC only if want_zero is true
2022-01-17 18:15 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iotests/block-status-cache: New test
[PATCH 0/4] make check-block a meson test
2022-01-17 17:48 UTC (4+ messages)
` [PATCH 2/4] build: "
[PATCH v2] virtiofsd: Do not support blocking flock
2022-01-17 17:08 UTC (2+ messages)
` [Virtio-fs] "
[PATCH 00/30] bsd-user: upstream our signal implementation
2022-01-17 16:33 UTC (5+ messages)
` [PATCH 22/30] bsd-user/signal.c: Fill in queue_signal
ui/cocoa.m compile error
2022-01-17 16:19 UTC (12+ messages)
` ui/cocoa.m compile error (Cocoa -> SDL)
[PATCH v2 0/9] s390x/pci: zPCI interpretation support
2022-01-17 15:38 UTC (5+ messages)
` [PATCH v2 4/9] s390x/pci: enable for load/store intepretation
[PATCH v2 0/2] Mark remaining global TypeInfo instances as const
2022-01-17 15:21 UTC (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] checkpatch: Ensure that TypeInfos are const
[PATCH v2 0/3] Support fd-based KVM stats
2022-01-17 15:17 UTC (5+ messages)
` [PATCH v2 1/3] qmp: Support for querying stats
hexagon container update
2022-01-17 14:47 UTC (6+ messages)
[PATCH] Mark remaining global TypeInfo instances as const
2022-01-17 15:08 UTC (2+ messages)
[PATCH v3] ppc/ppc405: Fix TLB flushing
2022-01-17 14:40 UTC (2+ messages)
[PATCH v2 0/2] hw/i386: QOM-attach CPUs/SGX-EPC objects to their parents
2022-01-17 14:55 UTC (3+ messages)
` [PATCH v2 1/2] hw/i386: Attach CPUs to machine
` [RFC PATCH v2 2/2] hw/i386/sgx: Attach SGX-EPC objects "
[PATCH] migration/ram: clean up unused comment
2022-01-17 2:30 UTC
9p root fs HOWTO
2022-01-17 14:59 UTC (4+ messages)
[PATCH V2 for-6.2 0/2] fixes for bdrv_co_block_status
2022-01-17 14:23 UTC (3+ messages)
` [PATCH V2 for-6.2 2/2] block/rbd: workaround for ceph issue #53784
[PATCH] hw/sensor: Add SB-TSI Temperature Sensor Interface
2022-01-17 14:05 UTC (3+ messages)
[PATCH] target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp
2022-01-17 13:19 UTC
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).