qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-13 22:44:20 to 2021-12-14 22:32:49 UTC [more...]

[PULL 0/1] Block patches
 2021-12-14 22:31 UTC  (2+ messages)

[RFC PATCH 0/3] support subsets of virtual memory extension
 2021-12-14 22:18 UTC  (5+ messages)
` [RFC PATCH 1/3] target/riscv: add support for svnapot extension
` [RFC PATCH 3/3] target/riscv: add support for svpbmt extension

[PATCH 1/1] pcie: Do not set power state for some hot-plugged devices
 2021-12-14 21:53 UTC 

[PATCH] target/riscv/pmp: fix no pmp illegal intrs
 2021-12-14 21:13 UTC  (3+ messages)

[PATCH v9 00/31] LoongArch64 port of QEMU TCG
 2021-12-14 20:49 UTC  (40+ messages)
` [PATCH v9 01/31] elf: Add machine type value for LoongArch
` [PATCH v9 02/31] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [PATCH v9 03/31] tcg/loongarch64: Add the tcg-target.h file
` [PATCH v9 04/31] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH v9 05/31] tcg/loongarch64: Add register names, allocation order and input/output sets
` [PATCH v9 06/31] tcg/loongarch64: Define the operand constraints
` [PATCH v9 07/31] tcg/loongarch64: Implement necessary relocation operations
` [PATCH v9 08/31] tcg/loongarch64: Implement the memory barrier op
` [PATCH v9 09/31] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v9 10/31] tcg/loongarch64: Implement goto_ptr
` [PATCH v9 11/31] tcg/loongarch64: Implement sign-/zero-extension ops
` [PATCH v9 12/31] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
` [PATCH v9 13/31] tcg/loongarch64: Implement deposit/extract ops
` [PATCH v9 14/31] tcg/loongarch64: Implement bswap{16,32,64} ops
` [PATCH v9 15/31] tcg/loongarch64: Implement clz/ctz ops
` [PATCH v9 16/31] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PATCH v9 17/31] tcg/loongarch64: Implement add/sub ops
` [PATCH v9 18/31] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH v9 19/31] tcg/loongarch64: Implement br/brcond ops
` [PATCH v9 20/31] tcg/loongarch64: Implement setcond ops
` [PATCH v9 21/31] tcg/loongarch64: Implement tcg_out_call
` [PATCH v9 22/31] tcg/loongarch64: Implement simple load/store ops
` [PATCH v9 23/31] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH v9 24/31] tcg/loongarch64: Implement tcg_target_qemu_prologue
` [PATCH v9 25/31] tcg/loongarch64: Implement exit_tb/goto_tb
` [PATCH v9 26/31] tcg/loongarch64: Implement tcg_target_init
` [PATCH v9 27/31] tcg/loongarch64: Register the JIT
` [PATCH v9 28/31] common-user: Add safe syscall handling for loongarch64 hosts
` [PATCH v9 29/31] linux-user: Implement CPU-specific signal handler "
` [PATCH v9 30/31] configure, meson.build: Mark support "
` [PATCH v9 31/31] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab

[PATCH for-7.0 0/6] target/arm: Implement LVA, LPA, LPA2 features
 2021-12-14 20:24 UTC  (14+ messages)
` [PATCH 1/6] target/arm: Fault on invalid TCR_ELx.TxSZ
` [PATCH 2/6] target/arm: Move arm_pamax out of line
` [PATCH 3/6] target/arm: Honor TCR_ELx.{I}PS
` [PATCH 4/6] target/arm: Implement FEAT_LVA
` [PATCH 6/6] target/arm: Implement FEAT_LPA2

[PATCH v2 for-7.0] scripts: Explain the difference between linux-headers and standard-headers
 2021-12-14 20:10 UTC  (2+ messages)

error in qemu mac install 
 2021-12-14 20:05 UTC  (2+ messages)

[PATCH v9 00/10] PMU-EBB support for PPC64 TCG
 2021-12-14 20:05 UTC  (4+ messages)
` [PATCH v9 10/10] target/ppc/excp_helper.c: EBB handling adjustments

Qemu Userspace Emulator with library + method
 2021-12-14 19:59 UTC  (2+ messages)

[PATCH v2] monitor: move x-query-profile into accel/tcg to fix build
 2021-12-14 19:50 UTC 

[PATCH v5 00/31] block layer: split block APIs in global state and I/O
 2021-12-14 19:48 UTC  (4+ messages)
` [PATCH v5 09/31] block: introduce assert_bdrv_graph_writable

[PATCH] Hexagon (tests/tcg/hexagon) change .ref files for changes in test source
 2021-12-14 19:39 UTC 

[PATCH] monitor: move x-query-profile into accel/tcg to fix build
 2021-12-14 18:41 UTC  (2+ messages)

[PATCH] docs: Add measurement calculation details to amd-memory-encryption.txt
 2021-12-14 18:39 UTC  (2+ messages)

[PATCH v10 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-12-14 18:12 UTC  (9+ messages)
` [PATCH v10 06/10] ACPI ERST: build the ACPI ERST table

[RFC PATCH 0/6] Removal of Aiocontext lock and usage of subtree drains in aborted transactions
 2021-12-14 18:10 UTC  (4+ messages)

[PATCH] hw/intc/arm_gic: Allow reset of the running priority
 2021-12-14 17:28 UTC 

[RFC PATCH 00/12] QOM/QAPI integration part 1
 2021-12-14 16:00 UTC  (10+ messages)
` [RFC PATCH 02/12] qom: Create object_configure()

[PATCH v7 00/15] linux-user: simplify safe signal handling
 2021-12-14 15:32 UTC  (25+ messages)
` [PATCH v7 01/15] linux-user: Untabify all safe-syscall.inc.S
` [PATCH v7 02/15] linux-user: Move syscall error detection into safe_syscall_base
` [PATCH v7 03/15] linux-user/host/mips: Add safe-syscall.inc.S
` [PATCH v7 04/15] linux-user/host/sparc64: "
` [PATCH v7 05/15] linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h
` [PATCH v7 06/15] linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
` [PATCH v7 07/15] bsd-user: "
` [PATCH v7 08/15] linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN
` [PATCH v7 09/15] linux-user: Create special-errno.h
` [PATCH v7 10/15] bsd-user: "
` [PATCH v7 11/15] common-user: Move safe-syscall.* from linux-user
` [PATCH v7 12/15] common-user: Adjust system call return on FreeBSD
` [PATCH v7 13/15] linux-user: Move thunk.c from top-level
` [PATCH v7 14/15] meson: Move linux_user_ss to linux-user/
` [PATCH v7 15/15] meson: Move bsd_user_ss to bsd-user/

Redesign of QEMU startup & initial configuration
 2021-12-14 15:14 UTC  (33+ messages)
                ` Meeting today?

[PATCH] MIPS - fix cycle counter timing calculations
 2021-12-14 15:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH for-7.0] hw: Add compat machines for 7.0
 2021-12-14 15:10 UTC  (3+ messages)

[PATCH] Relax X509 CA cert sanity checking
 2021-12-14 15:00 UTC  (5+ messages)

[PATCH for-7.0 v2] target/ppc: do not silence SNaN in xscvspdpn
 2021-12-14 15:05 UTC  (2+ messages)

[PATCH v2] block-backend: prevent dangling BDS pointers across aio_poll()
 2021-12-14 14:59 UTC  (2+ messages)

[PATCH] Relax X509 CA cert sanity checking
 2021-12-14 10:03 UTC 

modify NetdevUserOptions through QMP in QEMU 6 - how?
 2021-12-14 14:53 UTC 

[PATCH] vfio/pci: Don't setup VFIO MSI-X for Kunlun VF
 2021-12-14  5:45 UTC 

[PATCH v2 0/4] block: minor refactoring in preparation to the block layer API split
 2021-12-14 14:35 UTC  (3+ messages)
` [PATCH v2 3/4] include/sysemu/blockdev.h: move drive_add and inline drive_def

[PATCH] xen-hvm: Allow disabling buffer_io_timer
 2021-12-14 13:40 UTC  (2+ messages)

[PATCH v2 0/6] gqa-win: get_pci_info: Fix memory leak
 2021-12-14 13:28 UTC  (13+ messages)
` [PATCH v2 1/6] gqa-win: get_pci_info: Clean dev_info if handle is valid
` [PATCH v2 2/6] gqa-win: get_pci_info: Use common 'end' label
` [PATCH v2 3/6] gqa-win: get_pci_info: Free parent_dev_info properly
` [PATCH v2 4/6] gqa-win: get_pci_info: Split logic to separate functions
` [PATCH v2 5/6] gqa-win: get_pci_info: Add g_autofree for few variables
` [PATCH v2 6/6] gqa-win: get_pci_info: Replace 'while' with 2 calls of the function

[RFC] vhost-vdpa-net: add vhost-vdpa-net host device support
 2021-12-14 13:11 UTC  (17+ messages)

[PATCH v2 0/4] hw/display: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO
 2021-12-14 13:07 UTC  (8+ messages)
` [PATCH v2 3/4] hw/display/vga-mmio: "

[PATCH v2] MAINTAINERS: Change my email address
 2021-12-14 12:38 UTC  (9+ messages)

[PATCH v4 00/11] Xilinx Versal's PMC SLCR and OSPI support
 2021-12-14 11:03 UTC  (13+ messages)
` [PATCH v4 01/11] hw/misc: Add a model of Versal's PMC SLCR
` [PATCH v4 02/11] hw/arm/xlnx-versal: Connect "
` [PATCH v4 06/11] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
` [PATCH v4 11/11] docs/devel: Add documentation for the DMA control interface

[PATCH v10 0/3] support dirty restraint on vCPU
 2021-12-14 11:07 UTC  (4+ messages)
` [PATCH v10 1/3] migration/dirtyrate: implement vCPU dirtyrate calculation periodically
` [PATCH v10 2/3] cpu-throttle: implement virtual CPU throttle
` [PATCH v10 3/3] cpus-common: implement dirty page limit on virtual CPU

[PATCH v5 00/12] Xilinx Versal's PMC SLCR and OSPI support
 2021-12-14 11:03 UTC  (13+ messages)
` [PATCH v5 01/12] hw/misc: Add a model of Versal's PMC SLCR
` [PATCH v5 02/12] hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC models
` [PATCH v5 03/12] hw/arm/xlnx-versal: Connect Versal's PMC SLCR
` [PATCH v5 04/12] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header
` [PATCH v5 05/12] hw/dma: Add the DMA control interface
` [PATCH v5 06/12] hw/dma/xlnx_csu_dma: Implement "
` [PATCH v5 07/12] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
` [PATCH v5 08/12] hw/arm/xlnx-versal: Connect the OSPI flash memory controller model
` [PATCH v5 09/12] hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g
` [PATCH v5 10/12] hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI
` [PATCH v5 11/12] MAINTAINERS: Add an entry for Xilinx Versal OSPI
` [PATCH v5 12/12] docs/devel: Add documentation for the DMA control interface

[PATCH 0/4] configure and meson.build improvements
 2021-12-14  9:15 UTC  (8+ messages)
` [PATCH 3/4] Move CONFIG_XFS handling to meson.build

[PATCH v1] Add dummy Aspeed AST2600 Display Port MCU (DPMCU)
 2021-12-14  8:19 UTC  (6+ messages)

[PATCH v2] COLO: Move some trace code behind qemu_mutex_unlock_iothread()
 2021-12-14 17:19 UTC  (2+ messages)

[PATCH] MAINTAINERS: Change my email address
 2021-12-14  7:40 UTC 

[PATCH] hw/riscv: Use load address rather than entry point for fw_dynamic next_addr
 2021-12-14  3:24 UTC 

[PATCH v9 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-12-14  3:14 UTC  (7+ messages)
` [PATCH v9 05/10] ACPI ERST: support for ACPI ERST feature

[RFC PATCH v3 00/27] Add LoongArch softmmu support
 2021-12-14  1:08 UTC  (4+ 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).