messages from 2022-03-16 13:08:43 to 2022-03-17 06:22:47 UTC [more...]
[PATCH v3 0/2] target/riscv: Allow software access to MIP SEIP
2022-03-17 6:18 UTC (2+ messages)
` [PATCH v3 1/2] target/riscv: cpu: Fixup indentation
[PULL v2 00/22] QEMU changes for 7.0 soft freeze
2022-03-17 5:56 UTC (8+ messages)
` [PULL 15/22] x86: Grant AMX permission for guest
[PATCH for-7.1 v6 00/51] target/nios2: Shadow register set, EIC and VIC
2022-03-17 5:05 UTC (52+ messages)
` [PATCH for-7.1 v6 01/51] tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
` [PATCH for-7.1 v6 02/51] target/nios2: Check supervisor on eret
` [PATCH for-7.1 v6 03/51] target/nios2: Stop generating code if gen_check_supervisor fails
` [PATCH for-7.1 v6 04/51] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
` [PATCH for-7.1 v6 05/51] target/nios2: Split PC out of env->regs[]
` [PATCH for-7.1 v6 06/51] target/nios2: Split out helper for eret instruction
` [PATCH for-7.1 v6 07/51] target/nios2: Fix BRET instruction
` [PATCH for-7.1 v6 08/51] target/nios2: Do not create TCGv for control registers
` [PATCH for-7.1 v6 09/51] linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
` [PATCH for-7.1 v6 10/51] target/nios2: Remove cpu_interrupts_enabled
` [PATCH for-7.1 v6 11/51] target/nios2: Split control registers away from general registers
` [PATCH for-7.1 v6 12/51] target/nios2: Clean up nios2_cpu_dump_state
` [PATCH for-7.1 v6 13/51] target/nios2: Use hw/registerfields.h for CR_STATUS fields
` [PATCH for-7.1 v6 14/51] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
` [PATCH for-7.1 v6 15/51] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
` [PATCH for-7.1 v6 16/51] target/nios2: Use hw/registerfields.h for CR_TLBACC fields
` [PATCH for-7.1 v6 17/51] target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
` [PATCH for-7.1 v6 18/51] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
` [PATCH for-7.1 v6 19/51] target/nios2: Move R_FOO and CR_BAR into enumerations
` [PATCH for-7.1 v6 20/51] target/nios2: Create EXCP_SEMIHOST for semi-hosting
` [PATCH for-7.1 v6 21/51] target/nios2: Clean up nios2_cpu_do_interrupt
` [PATCH for-7.1 v6 22/51] target/nios2: Hoist CPU_LOG_INT logging
` [PATCH for-7.1 v6 23/51] target/nios2: Handle EXCP_UNALIGN and EXCP_UALIGND
` [PATCH for-7.1 v6 24/51] target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
` [PATCH for-7.1 v6 25/51] target/nios2: Clean up handling of tlbmisc in do_exception
` [PATCH for-7.1 v6 26/51] target/nios2: Prevent writes to read-only or reserved control fields
` [PATCH for-7.1 v6 27/51] target/nios2: Implement cpuid
` [PATCH for-7.1 v6 28/51] target/nios2: Implement CR_STATUS.RSIE
` [PATCH for-7.1 v6 29/51] target/nios2: Remove CPU_INTERRUPT_NMI
` [PATCH for-7.1 v6 30/51] target/nios2: Support division error exception
` [PATCH for-7.1 v6 31/51] target/nios2: Use tcg_constant_tl
` [PATCH for-7.1 v6 32/51] target/nios2: Introduce dest_gpr
` [PATCH for-7.1 v6 33/51] target/nios2: Drop CR_STATUS_EH from tb->flags
` [PATCH for-7.1 v6 34/51] target/nios2: Enable unaligned traps for system mode
` [PATCH for-7.1 v6 35/51] target/nios2: Create gen_jumpr
` [PATCH for-7.1 v6 36/51] target/nios2: Hoist set of is_jmp into gen_goto_tb
` [PATCH for-7.1 v6 37/51] target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
` [PATCH for-7.1 v6 38/51] target/nios2: Use tcg_gen_lookup_and_goto_ptr
` [PATCH for-7.1 v6 39/51] target/nios2: Implement Misaligned destination exception
` [PATCH for-7.1 v6 40/51] linux-user/nios2: Handle various SIGILL exceptions
` [PATCH for-7.1 v6 41/51] target/nios2: Introduce shadow register sets
` [PATCH for-7.1 v6 42/51] target/nios2: Implement rdprs, wrprs
` [PATCH for-7.1 v6 43/51] target/nios2: Update helper_eret for shadow registers
` [PATCH for-7.1 v6 44/51] target/nios2: Implement EIC interrupt processing
` [PATCH for-7.1 v6 45/51] hw/intc: Vectored Interrupt Controller (VIC)
` [PATCH for-7.1 v6 46/51] hw/nios2: Introduce Nios2MachineState
` [PATCH for-7.1 v6 47/51] hw/nios2: Move memory regions into Nios2Machine
` [PATCH for-7.1 v6 48/51] hw/nios2: Machine with a Vectored Interrupt Controller
` [PATCH for-7.1 v6 49/51] tests/tcg: Expose AR to test build environment if needed
` [PATCH for-7.1 v6 50/51] test/tcg/nios2: Add semihosting multiarch tests
` [PATCH for-7.1 v6 51/51] tests/tcg/nios2: Add test-shadow-1
[PATCH v2 0/3] Use g_new() & friends where that makes obvious sense
2022-03-17 5:01 UTC (3+ messages)
` [PATCH v2 3/3] "
[PATCH v2] target/riscv: write back unmodified value for csrrc/csrrs with rs1 is not x0 but holding zero
2022-03-17 4:39 UTC (6+ messages)
[PATCH 1/2] intel-iommu: remove VTD_FR_RESERVED_ERR
2022-03-17 4:38 UTC (2+ messages)
[PATCH v6] target/riscv: Add isa extenstion strings to the device tree
2022-03-17 3:57 UTC (2+ messages)
[PATCH v2 0/6] Support exporting BDSs via VDUSE
2022-03-17 2:15 UTC (13+ messages)
` [PATCH v2 3/6] libvduse: Add VDUSE (vDPA Device in Userspace) library
` [PATCH v2 4/6] vduse-blk: implements vduse-blk export
[PATCH for-7.1] vfio/common: remove spurious tpm-crb-cmd misalignment warning
2022-03-16 23:08 UTC (2+ messages)
[PATCH v3 0/3] nbd: MULTI_CONN for shared writable exports
2022-03-16 23:01 UTC (6+ messages)
` [PATCH v3 3/3] nbd/server: Allow "
QEMU+KVM on RISC-V + Hypervisor Extension
2022-03-16 22:23 UTC (7+ messages)
` [EXT] "
[RFC PATCH 0/2] hw/riscv: Baseline QEMU support for RISC-V IOMMU (draft)
2022-03-16 22:21 UTC (3+ messages)
` [RFC PATCH 1/2] hw/riscv: rivos-iommu: Baseline implementation of RIVOS IOMMU
` [RFC PATCH 2/2] hw/riscv: virt: Add rivos-iommu device to 'virt' machine
[PATCH v2 for-7.1 0/3] qapi: nbd-export: select bitmap by node/name pair
2022-03-16 22:01 UTC (7+ messages)
` [PATCH v2 1/3] qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr
` [PATCH v2 2/3] qapi: nbd-export: allow select bitmaps by node/name pair
` [PATCH v2 3/3] iotests/223: check new possibility of exporting bitmaps by node/name
[RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
2022-03-16 21:55 UTC (4+ messages)
[PATCH v2] MAINTAINERS: change Vladimir's email address
2022-03-16 21:36 UTC (2+ messages)
[RFC PATCH-for-7.0 v2] cocoa: run qemu_init in the main thread
2022-03-16 21:06 UTC (6+ messages)
[PATCH] target/ppc: Replicate Double->Single-Precision result
2022-03-16 20:29 UTC (2+ messages)
[PATCH 14/27] scripts/modinfo-collect: remove unused/dead code
2022-03-16 20:02 UTC (3+ messages)
` Fwd: Fwd: "
[PATCH 07/27] Replace GCC_FMT_ATTR with G_GNUC_PRINTF
2022-03-16 19:49 UTC (6+ messages)
[PATCH v3] docs/tcg-plugins: document QEMU_PLUGIN behaviour
2022-03-16 19:34 UTC (2+ messages)
XIVE VFIO kernel resample failure in INTx mode under heavy load
2022-03-16 19:16 UTC (4+ messages)
[PATCH v7 00/46] CXl 2.0 emulation Support
2022-03-16 18:26 UTC (10+ messages)
[PATCH] 9pfs: fix inode sequencing in 'synth' driver
2022-03-16 18:16 UTC (3+ messages)
[PATCH v2 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
2022-03-16 18:15 UTC (4+ messages)
` [PATCH v2 2/2] Added parameter to take screenshot with screendump as
[PATCH] docs/tcg-plugins: document QEMU_PLUGIN behaviour
2022-03-16 18:13 UTC (5+ messages)
[PATCH v2 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
2022-03-16 18:11 UTC (7+ messages)
` [PATCH v2 2/2] Added parameter to take screenshot with screendump as PNG
[RFC PATCH] docs/devel: start documenting writing VirtIO devices
2022-03-16 16:41 UTC (3+ messages)
[PATCH 0/3] Fix crash when adding a second ISA VGA device
2022-03-16 17:05 UTC (9+ messages)
` [PATCH 1/3] hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()
` [PATCH 2/3] hw/display: Allow vga_common_init() to return errors
` [PATCH 3/3] hw/display/vga: Report a proper error when adding a 2nd ISA VGA
[PATCH v3 0/6] hw/arm: zynqmp: Add CRF and APU control to support PSCI
2022-03-16 16:46 UTC (7+ messages)
` [PATCH v3 1/6] hw/arm/xlnx-zynqmp: Add an unimplemented SERDES area
` [PATCH v3 2/6] target/arm: Make rvbar settable after realize
` [PATCH v3 3/6] hw/misc: Add a model of the Xilinx ZynqMP CRF
` [PATCH v3 4/6] hw/arm/xlnx-zynqmp: Connect the "
` [PATCH v3 5/6] hw/misc: Add a model of the Xilinx ZynqMP APU Control
` [PATCH v3 6/6] hw/arm/xlnx-zynqmp: Connect the "
[PATCH experiment 00/16] C++20 coroutine backend
2022-03-16 16:44 UTC (14+ messages)
[PATCH 00/27] Misc fixes and cleanups for 7.0?
2022-03-16 16:36 UTC (5+ messages)
[RFC PATCH] docs: remove qemu_logo.pdf
2022-03-16 16:35 UTC (2+ messages)
[PATCH v20 0/7] Add vmnet.framework based network backend
2022-03-16 16:29 UTC (4+ messages)
` [PATCH v20 2/7] net/vmnet: add vmnet backends to qapi/net
[RFC uncompiled PATCH] cocoa: run qemu_init in the main thread
2022-03-16 16:02 UTC (2+ messages)
[PULL 00/50] Block layer patches
2022-03-16 16:02 UTC (8+ messages)
` [PULL 21/50] block/block-backend.c: assertions for block-backend
[ppc/pnv9] clarification on QEMU's dtb
2022-03-16 15:47 UTC (2+ messages)
[PATCH for-7.1] hw: Add compat machines for 7.1
2022-03-16 14:55 UTC
[PATCH 00/12] Misc cleanups
2022-03-16 14:57 UTC (8+ messages)
` [PATCH 05/12] compiler.h: drop __printf__ macro MinGW/glib workaround
[PATCH 02/27] meson: remove bsd_oses
2022-03-16 14:44 UTC (3+ messages)
[PATCH v2] block-qdict: Fix -Werror=maybe-uninitialized build failure
2022-03-16 14:52 UTC (4+ messages)
[PATCH 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
2022-03-16 14:31 UTC (8+ messages)
[PATCH v3 0/3] util/thread-pool: Expose minimun and maximum size
2022-03-16 14:28 UTC (5+ messages)
` [PATCH v3 1/3] Introduce event-loop-base abstract class
` [PATCH v3 2/3] util/main-loop: Introduce the main loop into QOM
` [PATCH v3 3/3] util/event-loop-base: Introduce options to set the thread pool size
[PATCH] softmmu/physmem: Use qemu_madvise
2022-03-16 14:29 UTC (6+ messages)
[PULL 0/8] s390x and misc fixes
2022-03-16 14:26 UTC (5+ messages)
[RFC PATCH] python: add qmp-send program to send raw qmp commands to qemu
2022-03-16 14:16 UTC (3+ messages)
[PATCH v2] docs/tcg-plugins: document QEMU_PLUGIN behaviour
2022-03-16 14:01 UTC
[PATCH 0/3] coroutine: use QEMU_DEFINE_STATIC_CO_TLS()
2022-03-16 13:28 UTC (2+ messages)
[PATCH-for-7.0 v2] qga/vss-win32: fix compilation with clang++
2022-03-16 13:54 UTC
[PATCH v2] Introduce dirty ring live migration test for guestperf
2022-03-16 13:39 UTC (2+ messages)
` [PATCH v2] tests/migration: Introduce dirty-ring-size option into guestperf
[PATCH 08/27] compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
2022-03-16 13:20 UTC (2+ messages)
Call for GSoC and Outreachy project ideas for summer 2022
2022-03-16 13:35 UTC (5+ messages)
[PATCH 13/27] Move HOST_LONG_BITS to compiler.h
2022-03-16 13:18 UTC (2+ messages)
[PATCH 16/27] util: remove the net/net.h dependency
2022-03-16 13:17 UTC (2+ messages)
[PATCH 10/27] Replace config-time define HOST_WORDS_BIGENDIAN
2022-03-16 13:11 UTC (4+ messages)
[PATCH 24/27] Remove trailing ; after G_DEFINE_AUTO macro
2022-03-16 13:16 UTC (2+ messages)
[PATCH 26/27] tests: replace free_all() usage with g_auto
2022-03-16 13:11 UTC (5+ messages)
[PATCH v21 0/9] support dirty restraint on vCPU
2022-03-16 13:07 UTC (10+ messages)
` [PATCH v21 1/9] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
` [PATCH v21 2/9] cpus: Introduce cpu_list_generation_id
` [PATCH v21 3/9] migration/dirtyrate: Refactor dirty page rate calculation
` [PATCH v21 4/9] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PATCH v21 5/9] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PATCH v21 6/9] softmmu/dirtylimit: Implement virtual CPU throttle
` [PATCH v21 7/9] softmmu/dirtylimit: Implement dirty page rate limit
` [PATCH v21 8/9] migration-test: Export migration-test util funtions
` [PATCH v21 9/9] tests: Add dirty page rate limit test
[PATCH 11/27] osdep: poison HOST_WORDS_BIGENDIAN
2022-03-16 13:10 UTC (2+ messages)
[PATCH 09/27] compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED
2022-03-16 13:19 UTC (2+ messages)
[PATCH] audio/mixeng: Do not declare unused variables
2022-03-16 13:07 UTC (2+ messages)
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).