qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-11 12:04:08 to 2021-09-12 20:38:09 UTC [more...]

[PATCH v8 00/19] hvf: Implement Apple Silicon Support
 2021-09-12 20:36 UTC  (7+ messages)
` [PATCH v8 15/19] hvf: arm: Implement -cpu host
` [PATCH v8 16/19] hvf: arm: Implement PSCI handling

[PATCH v3 00/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
 2021-09-12 19:50 UTC  (26+ messages)
` [PATCH v3 01/24] target/avr: Remove pointless use of CONFIG_USER_ONLY definition
` [PATCH v3 02/24] target/i386: Restrict sysemu-only fpu_helper helpers
` [PATCH v3 03/24] target/i386: Simplify TARGET_X86_64 #ifdef'ry
` [PATCH v3 04/24] target/xtensa: Restrict do_transaction_failed() to sysemu
` [PATCH v3 05/24] accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt
` [PATCH v3 06/24] target/alpha: Restrict cpu_exec_interrupt() handler to sysemu
` [PATCH v3 07/24] target/arm: "
` [PATCH v3 08/24] target/cris: "
` [PATCH v3 09/24] target/hppa: "
` [PATCH v3 10/24] target/i386: "
` [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 0/3] ui/console: chardev backend improvements
 2021-09-12 18:34 UTC  (9+ 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 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] tcg/arm: Reduce vector alignment requirement for NEON
 2021-09-12 17:49 UTC 

[PATCH v2 0/9] linux-user: split internals out of qemu.h
 2021-09-12 16:36 UTC  (19+ 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

[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] qapi: define cleanup function for g_autoptr(Error)
 2021-09-12 13:22 UTC  (2+ messages)

[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] docs: link to archived Fedora code of conduct
 2021-09-12 12:48 UTC 

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

[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 

simple serial device emulation
 2021-09-11 16:08 UTC  (4+ messages)

[PULL 00/42] bsd-user updates to run hello world
 2021-09-11 15:38 UTC  (2+ messages)

[PATCH] docs/system/riscv: sifive_u: Update U-Boot instructions
 2021-09-11 15:34 UTC 

Implementing isochronous transfers in hw/hcd-ohci.c
 2021-09-11 15:10 UTC  (7+ messages)

[PATCH v11 00/16] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-09-11 14:00 UTC  (17+ messages)
` [PATCH v11 01/16] target/riscv: Introduce temporary in gen_add_uw()
` [PATCH v11 02/16] target/riscv: fix clzw implementation to operate on arg1
` [PATCH v11 03/16] target/riscv: clwz must ignore high bits (use shift-left & changed logic)
` [PATCH v11 04/16] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v11 05/16] target/riscv: Reassign instructions to the Zba-extension
` [PATCH v11 06/16] target/riscv: Remove the W-form instructions from Zbs
` [PATCH v11 07/16] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PATCH v11 08/16] target/riscv: Reassign instructions to the Zbs-extension
` [PATCH v11 09/16] target/riscv: Add instructions of the Zbc-extension
` [PATCH v11 10/16] target/riscv: Reassign instructions to the Zbb-extension
` [PATCH v11 11/16] target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
` [PATCH v11 12/16] target/riscv: Add a REQUIRE_32BIT macro
` [PATCH v11 13/16] target/riscv: Add rev8 instruction, removing grev/grevi
` [PATCH v11 14/16] target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
` [PATCH v11 15/16] target/riscv: Remove RVB (replaced by Zb[abcs])
` [PATCH v11 16/16] disas/riscv: Add Zb[abcs] instructions

[Bug 1914117] [NEW] Short files returned via FTP on Qemu with various architectures and OSes
 2021-09-11 13:30 UTC  (3+ messages)
` [Bug 1914117] "
  ` [Bug 1914117] "

[PULL v4 00/43] (Mostly) x86 changes for 2021-09-06
 2021-09-11 13:05 UTC  (3+ messages)

[PATCH v2 0/2] fix crash if try to migrate during backup
 2021-09-11 12:00 UTC  (3+ messages)
` [PATCH v2 1/2] tests: add migrate-during-backup
` [PATCH v2 2/2] block: bdrv_inactivate_recurse(): check for permissions and fix crash


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