qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-23 12:37:33 to 2021-08-23 21:55:42 UTC [more...]

[PATCH 0/4] vl: Prioritize device realizations
 2021-08-23 21:54 UTC  (7+ messages)
` [PATCH 4/4] vl: Prioritize realizations of devices

[PATCH V6 00/27] Live Update
 2021-08-23 21:36 UTC  (9+ messages)
` [PATCH V6 18/27] vfio-pci: refactor for cpr
` [PATCH V6 19/27] vfio-pci: cpr part 1 (fd and dma)

[RFC PATCH v2 0/5] physmem: Have flaview API check bus permission from MemTxAttrs argument
 2021-08-23 20:50 UTC  (19+ messages)
` [RFC PATCH v2 1/5] softmmu/physmem: Simplify flatview_write and address_space_access_valid
` [RFC PATCH v2 2/5] hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR
` [RFC PATCH v2 3/5] exec/memattrs: Introduce MemTxAttrs::bus_perm field
` [RFC PATCH v2 4/5] softmmu/physmem: Introduce flatview_access_allowed() to check bus perms
` [RFC PATCH v2 5/5] softmmu/physmem: Have flaview API check MemTxAttrs::bus_perm field

[PATCH v5 00/24] target/riscv: Use tcg_constant_*
 2021-08-23 19:55 UTC  (25+ messages)
` [PATCH v5 01/24] "
` [PATCH v5 02/24] tests/tcg/riscv64: Add test for division
` [PATCH v5 03/24] target/riscv: Clean up division helpers
` [PATCH v5 04/24] target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr
` [PATCH v5 05/24] target/riscv: Introduce DisasExtend and new helpers
` [PATCH v5 06/24] target/riscv: Add DisasExtend to gen_arith*
` [PATCH v5 07/24] target/riscv: Remove gen_arith_div*
` [PATCH v5 08/24] target/riscv: Use gen_arith for mulh and mulhu
` [PATCH v5 09/24] target/riscv: Move gen_* helpers for RVM
` [PATCH v5 10/24] target/riscv: Move gen_* helpers for RVB
` [PATCH v5 11/24] target/riscv: Add DisasExtend to gen_unary
` [PATCH v5 12/24] target/riscv: Use DisasExtend in shift operations
` [PATCH v5 13/24] target/riscv: Use extracts for sraiw and srliw
` [PATCH v5 14/24] target/riscv: Use get_gpr in branches
` [PATCH v5 15/24] target/riscv: Use {get, dest}_gpr for integer load/store
` [PATCH v5 16/24] target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operation
` [PATCH v5 17/24] target/riscv: Fix hgeie, hgeip
` [PATCH v5 18/24] target/riscv: Reorg csr instructions
` [PATCH v5 19/24] target/riscv: Use {get,dest}_gpr for RVA
` [PATCH v5 20/24] target/riscv: Use gen_shift_imm_fn for slli_uw
` [PATCH v5 21/24] target/riscv: Use {get,dest}_gpr for RVF
` [PATCH v5 22/24] target/riscv: Use {get,dest}_gpr for RVD
` [PATCH v5 23/24] target/riscv: Tidy trans_rvh.c.inc
` [PATCH v5 24/24] target/riscv: Use {get,dest}_gpr for RVV

[PATCH v4 00/21] target/riscv: Use tcg_constant_*
 2021-08-23 19:54 UTC  (4+ messages)
` [PATCH v4 15/21] target/riscv: Reorg csr instructions

Testing a microcontroller emulation by loading the binary on incomplete Flash emulation
 2021-08-23 19:46 UTC  (3+ messages)

[PATCH] softmmu/physmem: Improve guest memory allocation failure error message
 2021-08-23 19:27 UTC  (10+ messages)

[PATCH v5 0/5] python/aqmp: AQMP-TUI
 2021-08-23 19:00 UTC  (7+ messages)
` [PATCH v5 1/5] python: Add dependencies for AQMP TUI
` [PATCH v5 2/5] python/aqmp-tui: Add "
` [PATCH v5 3/5] python: Add entry point for aqmp-tui
` [PATCH v5 4/5] python: add optional pygments dependency
` [PATCH v5 5/5] python/aqmp-tui: Add syntax highlighting

[PATCH v5 00/14] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-08-23 18:42 UTC  (15+ messages)
` [PATCH v5 01/14] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v5 02/14] target/riscv: Reassign instructions to the Zba-extension
` [PATCH v5 03/14] target/riscv: slli.uw is only a valid encoding if shamt first in 64 bits
` [PATCH v5 04/14] target/riscv: Remove the W-form instructions from Zbs
` [PATCH v5 05/14] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PATCH v5 06/14] target/riscv: Reassign instructions to the Zbs-extension
` [PATCH v5 07/14] target/riscv: Add instructions of the Zbc-extension
` [PATCH v5 08/14] target/riscv: Reassign instructions to the Zbb-extension
` [PATCH v5 09/14] target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
` [PATCH v5 10/14] target/riscv: Add a REQUIRE_32BIT macro
` [PATCH v5 11/14] target/riscv: Add rev8 instruction, removing grev/grevi
` [PATCH v5 12/14] target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
` [PATCH v5 13/14] target/riscv: Remove RVB (replaced by Zb[abcs]
` [PATCH v5 14/14] disas/riscv: Add Zb[abcs] instructions

[PATCH v2 0/3] hw/usb: Always expect 'dma' link property to be set to simplify
 2021-08-23 18:34 UTC  (3+ messages)
` [PATCH v2 2/3] hw/usb/hcd-xhci-pci: Abort if setting link property failed

[PATCH v4 00/14] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-08-23 18:29 UTC  (16+ messages)
` [PATCH v4 01/14] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v4 02/14] target/riscv: Reassign instructions to the Zba-extension
` [PATCH v4 03/14] target/riscv: slli.uw is only a valid encoding if shamt first in 64 bits
` [PATCH v4 04/14] target/riscv: Remove the W-form instructions from Zbs
` [PATCH v4 05/14] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PATCH v4 06/14] target/riscv: Reassign instructions to the Zbs-extension
` [PATCH v4 07/14] target/riscv: Add instructions of the Zbc-extension
` [PATCH v4 08/14] target/riscv: Reassign instructions to the Zbb-extension
` [PATCH v4 09/14] target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
` [PATCH v4 10/14] target/riscv: Add a REQUIRE_32BIT macro
` [PATCH v4 11/14] target/riscv: Add rev8 instruction, removing grev/grevi
` [PATCH v4 12/14] target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
` [PATCH v4 13/14] target/riscv: Remove RVB (replaced by Zb[abcs]
` [PATCH v4 14/14] disas/riscv: Add Zb[abcs] instructions

[PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap
 2021-08-23 18:04 UTC  (9+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] target/arm/kvm64: Ensure sve vls map is completely clear
` [PATCH v2 3/4] target/arm/cpu64: Replace kvm_supported with sve_vq_supported
` [PATCH v2 4/4] target/arm/cpu64: Validate sve vector lengths are supported

[PATCH v2 0/9] hw/nvram: hw/arm: Introduce Xilinx eFUSE and BBRAM
 2021-08-23 17:49 UTC  (10+ messages)
` [PATCH v2 1/9] hw/nvram: Introduce Xilinx eFuse QOM
` [PATCH v2 2/9] hw/nvram: Introduce Xilinx Versal eFuse device
` [PATCH v2 3/9] hw/nvram: Introduce Xilinx ZynqMP "
` [PATCH v2 4/9] hw/nvram: Introduce Xilinx battery-backed ram
` [PATCH v2 5/9] hw/arm: xlnx-versal: Add Xilinx BBRAM device
` [PATCH v2 6/9] hw/arm: xlnx-versal: Add Xilinx eFUSE device
` [PATCH v2 7/9] hw/arm: xlnx-zynqmp: Add Xilinx BBRAM device
` [PATCH v2 8/9] hw/arm: xlnx-zynqmp: Add Xilinx eFUSE device
` [PATCH v2 9/9] docs/system/arm: xlnx-versal-virt: BBRAM and eFUSE Usage

[Patch v2 0/2] hw/arm/xlnx-versal: hw/arm/xlnx-zynqmp: Add unimplemented mmio
 2021-08-23 17:38 UTC  (3+ messages)
` [Patch v2 1/2] hw/arm/xlnx-versal: Add unimplemented APU mmio
` [Patch v2 2/2] hw/arm/xlnx-zynqmp: "

[PATCH v7 00/33] block: publish backup-top filter
 2021-08-23 17:40 UTC  (11+ messages)
` [PATCH v7 07/33] block/block-copy: introduce block_copy_set_copy_opts()
` [PATCH v7 17/33] block/copy-before-write: bdrv_cbw_append(): drop unused compress arg
` [PATCH v7 25/33] iotests.py: VM: add own __enter__ method

[PATCH v3 00/15] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-08-23 17:36 UTC  (30+ messages)
` [PATCH v3 01/15] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v3 02/15] target/riscv: Reassign instructions to the Zba-extension
` [PATCH v3 03/15] target/riscv: slli.uw is only a valid encoding if shamt first in 64 bits
` [PATCH v3 04/15] target/riscv: Remove the W-form instructions from Zbs
` [PATCH v3 05/15] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PATCH v3 06/15] target/riscv: Reassign instructions to the Zbs-extension
` [PATCH v3 07/15] target/riscv: Add instructions of the Zbc-extension
` [PATCH v3 08/15] target/riscv: Reassign instructions to the Zbb-extension
` [PATCH v3 09/15] target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
` [PATCH v3 10/15] target/riscv: Add a REQUIRE_32BIT macro
` [PATCH v3 11/15] target/riscv: Add rev8 instruction, removing grev/grevi
` [PATCH v3 12/15] target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
` [PATCH v3 13/15] target/riscv: Remove RVB (replaced by Zb[abcs]
` [PATCH v3 14/15] target/riscv: rewrite slli.uw implementation to mirror formal spec
` [PATCH v3 15/15] disas/riscv: Add Zb[abcs] instructions

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-23 16:28 UTC  (12+ messages)

[PATCH v12] qapi: introduce 'query-x86-cpuid' QMP command
 2021-08-23 15:55 UTC  (9+ messages)

[PATCH 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap
 2021-08-23 15:53 UTC  (4+ messages)
` [PATCH 4/4] target/arm/cpu64: Validate sve vector lengths are supported

[PATCH 0/3] gdbstub: add support for switchable endianness
 2021-08-23 15:51 UTC  (8+ messages)
` [PATCH 1/3] gdbstub: add basic infrastructure to support "
` [PATCH 2/3] arm: gdbstub: add support for "
` [PATCH 3/3] riscv: "

[PATCH] target/ppc: fix setting of CR flags in bcdcfsq
 2021-08-23 15:02 UTC 

[PATCH 00/26] ppc/pnv: Extend the powernv10 machine
 2021-08-23 15:15 UTC  (3+ messages)
` [PATCH 09/26] ppc/xive2: Introduce a XIVE2 core framework

[PATCH v8 00/10] GICv3 LPI and ITS feature implementation
 2021-08-23 15:05 UTC  (4+ messages)
` [PATCH v8 07/10] hw/arm/sbsa-ref: add ITS support in SBSA GIC

[PATCH] monitor/qmp: fix race with clients disconnecting early
 2021-08-23 15:05 UTC  (2+ messages)

[RFC PATCH v2 00/12] Confidential guest-assisted live migration
 2021-08-23 14:16 UTC  (13+ messages)
` [RFC PATCH v2 01/12] migration: Add helpers to save confidential RAM
` [RFC PATCH v2 02/12] migration: Add helpers to load "
` [RFC PATCH v2 03/12] migration: Introduce gpa_inside_migration_helper_shared_area
` [RFC PATCH v2 04/12] migration: Save confidential guest RAM using migration helper
` [RFC PATCH v2 05/12] migration: Load "
` [RFC PATCH v2 06/12] migration: Skip ROM, non-RAM, and vga.vram memory region during RAM migration
` [RFC PATCH v2 07/12] i386/kvm: Exclude mirror vcpu in kvm_synchronize_all_tsc
` [RFC PATCH v2 08/12] migration: Allow resetting the mirror vcpu to the MH entry point
` [RFC PATCH v2 09/12] migration: Add QMP command start-migration-handler
` [RFC PATCH v2 10/12] migration: Add start-migrate-incoming QMP command
` [RFC PATCH v2 11/12] hw/isa/lpc_ich9: Allow updating an already-running VM
` [RFC PATCH v2 12/12] docs: Add confidential guest live migration documentation

hw/nvme: fix verification of select field in namespace attachment
 2021-08-23 11:03 UTC 

[PATCH 0/3] hw/arm: xilinx_zynq: Fix upstream U-Boot boot failure
 2021-08-23 13:58 UTC  (12+ messages)
` [PATCH 1/3] hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phase
` [PATCH 2/3] hw/char: cadence_uart: Disable transmit when input clock is disabled

QEMU | Heap-use-after-free through ehci_flush_qh (#541)
 2021-08-23 13:52 UTC  (5+ messages)
          ` fuzz: fuzz_dma_read_cb() may overlap with MMIO regions

[PATCH for-6.2 v6 0/7] DEVICE_UNPLUG_ERROR QAPI event
 2021-08-23 13:33 UTC  (5+ messages)
` [PATCH for-6.2 v6 6/7] spapr: use DEVICE_UNPLUG_ERROR to report unplug errors

[PATCH v6 0/6] hmp, qmp: Add some commands to introspect virtio devices
 2021-08-23 13:27 UTC  (5+ messages)
` [PATCH v6 1/6] qmp: add QMP command x-debug-query-virtio

[PATCH v7 00/15] machine: smp parsing fixes and improvement
 2021-08-23 13:19 UTC  (12+ messages)
` [PATCH v7 05/15] machine: Improve the error reporting of smp parsing
` [PATCH v7 06/15] hw: Add compat machines for 6.2
` [PATCH v7 08/15] machine: Use ms instead of global current_machine in sanity-check
` [PATCH v7 10/15] machine: Make smp_parse generic enough for all arches
` [PATCH v7 11/15] machine: Remove smp_parse callback from MachineClass
` [PATCH v7 12/15] machine: Move smp_prefer_sockets to struct SMPCompatProps
` [PATCH v7 13/15] machine: Put all sanity-check in the generic SMP parser
` [PATCH v7 14/15] machine: Split out the smp parsing code
` [PATCH v7 15/15] tests/unit: Add a unit test for smp parsing

vmgenid no maintainers
 2021-08-23 13:12 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).