qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-11 16:59:43 to 2021-09-13 08:33:04 UTC [more...]

[PATCH v8 00/19] hvf: Implement Apple Silicon Support
 2021-09-13  8:28 UTC  (11+ messages)
` [PATCH v8 15/19] hvf: arm: Implement -cpu host
` [PATCH v8 16/19] hvf: arm: Implement PSCI handling

[qemu-web v2 PATCH] Update the information about the required version of macOS
 2021-09-13  8:28 UTC  (4+ messages)

[PATCH] qapi: define cleanup function for g_autoptr(Error)
 2021-09-13  8:25 UTC  (5+ messages)

[PATCH v2 0/9] linux-user: split internals out of qemu.h
 2021-09-13  8:20 UTC  (20+ messages)
` [PATCH v2 1/9] linux-user: Fix coding style nits in qemu.h
` [PATCH v2 2/9] linux-user: Split strace prototypes into strace.h
` [PATCH v2 3/9] linux-user: Split signal-related prototypes into signal-common.h
` [PATCH v2 4/9] linux-user: Split loader-related prototypes into loader.h
` [PATCH v2 5/9] linux-user: Split mmap prototypes into user-mmap.h
` [PATCH v2 6/9] linux-user: Split safe-syscall macro into its own header
` [PATCH v2 7/9] linux-user: Split linux-user internals out of qemu.h
` [PATCH v2 8/9] linux-user: Don't include gdbstub.h in qemu.h
` [PATCH v2 9/9] linux-user: Drop unneeded includes from qemu.h

SMMU Stage 2 translation in QEMU
 2021-09-13  8:19 UTC  (6+ messages)

[PATCH v2 0/2] fix crash if try to migrate during backup
 2021-09-13  8:15 UTC  (2+ messages)

[PATCH] tcg/arm: Reduce vector alignment requirement for NEON
 2021-09-13  8:07 UTC  (2+ messages)

[PATCH 0/5] qapi: Another round of minor fixes and cleanups
 2021-09-13  7:57 UTC  (2+ messages)

[PATCH] nvdimm: release the correct device list
 2021-09-13  6:40 UTC  (5+ messages)

Help adding package to gitlab runners
 2021-09-13  5:38 UTC  (2+ messages)

[PATCH] hw/nvme: Return error for fused operations
 2021-09-13  5:32 UTC  (2+ messages)

[PATCH] docs: link to archived Fedora code of conduct
 2021-09-13  5:20 UTC  (2+ messages)

[PATCH 0/2] vfio: Some fixes about vfio-pci MMIO RAM mapping
 2021-09-13  2:44 UTC  (6+ messages)
` [PATCH 1/2] vfio/pci: Fix vfio-pci sub-page MMIO BAR mmaping in live migration

[PATCH v9 00/11] hvf: Implement Apple Silicon Support
 2021-09-12 23:07 UTC  (12+ messages)
` [PATCH v9 01/11] arm: Move PMC register definitions to cpu.h
` [PATCH v9 02/11] hvf: Add execute to dirty log permission bitmap
` [PATCH v9 03/11] hvf: Introduce hvf_arch_init() callback
` [PATCH v9 04/11] hvf: Add Apple Silicon support
` [PATCH v9 05/11] arm/hvf: Add a WFI handler
` [PATCH v9 06/11] hvf: arm: Implement -cpu host
` [PATCH v9 07/11] hvf: arm: Implement PSCI handling
` [PATCH v9 08/11] arm: Add Hypervisor.framework build target
` [PATCH v9 09/11] hvf: arm: Add rudimentary PMC support
` [PATCH v9 10/11] arm: tcg: Adhere to SMCCC 1.3 section 5.2
` [PATCH v9 11/11] hvf: arm: "

[PATCH v2] accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts
 2021-09-12 22:17 UTC  (2+ messages)

[PATCH v4 00/16] tcg/s390x: host vector support
 2021-09-12 21:57 UTC  (2+ messages)

[PATCH] user: Mark cpu_loop() with noreturn attribute
 2021-09-12 21:46 UTC  (2+ messages)

[PATCH v2 1/2] qemu-binfmt-conf.sh: fix -F option
 2021-09-12 21:44 UTC 

[PATCH] accel/tcg: assert insn_idx will always be valid before plugin_inject_cb
 2021-09-12 21:37 UTC  (2+ messages)

[PATCH 0/3] ui/console: chardev backend improvements
 2021-09-12 21:21 UTC  (10+ messages)
` [PATCH 1/3] ui/console: replace QEMUFIFO with Fifo8
` [PATCH 2/3] ui/console: replace kbd_timer with chr_accept_input callback
` [PATCH 3/3] ui/console: remove chardev frontend connected test

[PATCH v3 00/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
 2021-09-12 19:50 UTC  (20+ messages)
` [PATCH v3 06/24] target/alpha: Restrict cpu_exec_interrupt() handler "
` [PATCH v3 07/24] target/arm: "
` [PATCH v3 08/24] target/cris: "
` [PATCH v3 09/24] target/hppa: "
` [PATCH v3 11/24] target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folder
` [PATCH v3 12/24] target/m68k: Restrict cpu_exec_interrupt() handler to sysemu
` [PATCH v3 13/24] target/microblaze: "
` [PATCH v3 14/24] target/mips: "
` [PATCH v3 15/24] target/nios2: "
` [PATCH v3 16/24] target/openrisc: "
` [PATCH v3 17/24] target/ppc: "
` [PATCH v3 18/24] target/riscv: "
` [PATCH v3 19/24] target/sh4: "
` [PATCH v3 20/24] target/sparc: "
` [PATCH v3 21/24] target/rx: "
` [PATCH v3 22/24] target/xtensa: "
` [PATCH v3 23/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() "
` [PATCH v3 24/24] user: Remove cpu_get_pic_interrupt() stubs

[PATCH v4 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-12 18:49 UTC  (35+ messages)
` [PATCH v4 01/30] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PATCH v4 02/30] hw/core: Restrict cpu_has_work() "
` [PATCH v4 03/30] hw/core: Un-inline cpu_has_work()
` [PATCH v4 04/30] sysemu: Introduce AccelOpsClass::has_work()
` [PATCH v4 05/30] accel/kvm: Implement AccelOpsClass::has_work()
` [PATCH v4 06/30] accel/whpx: "
` [PATCH v4 07/30] accel/tcg: Implement AccelOpsClass::has_work() as stub
` [PATCH v4 08/30] target/alpha: Restrict has_work() handler to sysemu
` [PATCH v4 09/30] target/arm: Restrict has_work() handler to sysemu and TCG
` [PATCH v4 10/30] target/avr: Restrict has_work() handler to sysemu
` [PATCH v4 11/30] target/cris: "
` [PATCH v4 12/30] target/hexagon: Remove unused has_work() handler
` [PATCH v4 13/30] target/hppa: Restrict has_work() handler to sysemu
` [PATCH v4 14/30] target/i386: Restrict has_work() handler to sysemu and TCG
` [PATCH v4 15/30] target/m68k: Restrict has_work() handler to sysemu
` [PATCH v4 16/30] target/microblaze: "
` [PATCH v4 17/30] target/mips: Restrict has_work() handler to sysemu and TCG
` [PATCH v4 18/30] target/nios2: Restrict has_work() handler to sysemu
` [PATCH v4 19/30] target/openrisc: "
` [PATCH v4 20/30] target/ppc: Introduce PowerPCCPUClass::has_work()
` [PATCH v4 21/30] target/ppc: Restrict has_work() handlers to sysemu and TCG
` [PATCH v4 22/30] target/riscv: Restrict has_work() handler "
` [PATCH v4 23/30] target/rx: Restrict has_work() handler to sysemu
` [PATCH v4 24/30] target/s390x: Restrict has_work() handler to sysemu and TCG
` [PATCH v4 25/30] target/sh4: Restrict has_work() handler to sysemu
` [PATCH v4 26/30] target/sparc: Remove pointless use of CONFIG_TCG definition
` [PATCH v4 27/30] target/sparc: Restrict has_work() handler to sysemu
` [PATCH v4 28/30] target/tricore: "
` [PATCH v4 29/30] target/xtensa: "
` [PATCH v4 30/30] accel: Add missing AccelOpsClass::has_work() and drop SysemuCPUOps one

[RFC v5] virtio/vsock: add two more queues for datagram types
 2021-09-12 18:46 UTC 

[PATCH 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-12 17:48 UTC  (43+ messages)
` [PATCH 01/20] nubus-device: rename slot_nb variable to slot
` [PATCH 02/20] nubus-device: expose separate super slot memory region
` [PATCH 03/20] nubus-device: add device slot parameter
` [PATCH 04/20] nubus: use bitmap to manage available slots
` [PATCH 05/20] nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_address()
` [PATCH 06/20] nubus: implement BusClass get_dev_path()
` [PATCH 07/20] nubus: add trace-events for unassigned slot accesses
` [PATCH 08/20] nubus: generate bus error when attempting to access empty slots
` [PATCH 09/20] macfb: don't register declaration ROM
` [PATCH 10/20] nubus-device: remove nubus_register_rom() and nubus_register_format_block()
` [PATCH 11/20] nubus-device: add romfile property for loading declaration ROMs
` [PATCH 12/20] nubus: move nubus to its own 32-bit address space
` [PATCH 13/20] nubus-bridge: introduce separate NubusBridge structure
` [PATCH 14/20] mac-nubus-bridge: rename MacNubusState to MacNubusBridge
` [PATCH 15/20] nubus: move NubusBus from mac-nubus-bridge to nubus-bridge
` [PATCH 16/20] nubus-bridge: embed the NubusBus object directly within nubus-bridge
` [PATCH 17/20] nubus-bridge: make slot_available_mask a qdev property
` [PATCH 18/20] nubus: add support for slot IRQs
` [PATCH 19/20] q800: wire up nubus IRQs
` [PATCH 20/20] q800: configure nubus available slots for Quadra 800

[PATCH 0/2] Improve vhost-user VQ notifier unmap
 2021-09-12 16:20 UTC  (3+ messages)
` [PATCH 1/2] vhost-user: fix VirtQ notifier cleanup
` [PATCH 2/2] vhost-user: remove VirtQ notifier restore

[PULL 0/9] tcg patch queue
 2021-09-12 15:58 UTC  (10+ messages)
` [PULL 1/9] accel/tcg: Add DisasContextBase argument to translator_ld*
` [PULL 2/9] accel/tcg: Clear PAGE_WRITE before translation
` [PULL 3/9] tcg/i386: Split P_VEXW from P_REXW
` [PULL 4/9] accel/tcg: remove redundant TCG_KICK_PERIOD define
` [PULL 5/9] tcg: Remove tcg_global_reg_new defines
` [PULL 6/9] include/qemu: Use builtins for bswap
` [PULL 7/9] tcg/ppc: Replace TCG_TARGET_CALL_DARWIN with _CALL_DARWIN
` [PULL 8/9] tcg/ppc: Ensure _CALL_SYSV is set for 32-bit ELF
` [PULL 9/9] tcg/arm: Fix tcg_out_vec_op function signature

[PATCH RESEND v2 0/4] hw/dma: Align SiFive PDMA behavior with real hardware
 2021-09-12 13:05 UTC  (5+ messages)
` [PATCH RESEND v2 1/4] hw/dma: sifive_pdma: reset Next* registers when Control.claim is set
` [PATCH RESEND v2 2/4] hw/dma: sifive_pdma: claim bit must be set before DMA transactions
` [PATCH RESEND v2 3/4] hw/dma: sifive_pdma: allow non-multiple transaction size transactions
` [PATCH RESEND v2 4/4] hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer

tcg: pointer size warning on x32 arch
 2021-09-12 13:10 UTC  (4+ messages)

[PATCH v2 0/4] hw/dma: Align SiFive PDMA behavior with real hardware
 2021-09-12 13:05 UTC  (2+ messages)

[PATCH v2 1/4] hw/dma: sifive_pdma: reset Next* registers when Control.claim is set
 2021-09-12 12:44 UTC  (4+ messages)
` [PATCH v2 2/4] hw/dma: sifive_pdma: claim bit must be set before DMA transactions
` [PATCH v2 3/4] hw/dma: sifive_pdma: allow non-multiple transaction size transactions
` [PATCH v2 4/4] hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer

[PATCH 0/4] target/arm: Use TCG vector ops for MVE
 2021-09-12 12:48 UTC  (9+ messages)
` [PATCH 1/4] target/arm: Add TB flag for "MVE insns not predicated"

[PATCH 0/4] hw/dma: Align SiFive PDMA behavior with real hardware
 2021-09-12 12:42 UTC  (5+ messages)
` [PATCH 1/4] hw/dma: sifive_pdma: reset Next* registers when Control.claim is set

[PATCH v4 00/21] Add LoongArch linux-user emulation support
 2021-09-12 12:38 UTC  (7+ messages)
` [PATCH v4 17/21] LoongArch Linux User Emulation

[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-12 12:31 UTC  (7+ messages)
` [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()

[qemu-web PATCH] Fix link to Windows page in Wiki
 2021-09-12  8:15 UTC  (8+ messages)

[PATCH] memory: remove incorrect RCU comment for address_space_read()
 2021-09-12  6:54 UTC  (2+ messages)

[PATCH RFC v2 00/16] vfio-user implementation
 2021-09-11 22:29 UTC  (5+ messages)
` [PATCH RFC server v2 00/11] vfio-user server in QEMU
  ` [PATCH RFC server v2 01/11] vfio-user: build library

[PULL 0/7] misc fixes (docs, plugins, tests)
 2021-09-11 21:57 UTC  (3+ messages)
` [PULL 6/7] tests/tcg: skip the signals test for hppa/s390x for now

[PATCH v2] linux-user: Correct host errno for IP[V6]_RECVERR socket options
 2021-09-11 17:08 UTC 


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).