qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-20 17:15:20 to 2021-12-21 07:02:02 UTC [more...]

[PULL v2 00/36] ui: D-Bus display backend
 2021-12-21  6:58 UTC 

[PATCH v2 0/9] A collection of RISC-V cleanups and improvements
 2021-12-21  6:56 UTC  (9+ messages)
` [PATCH v2 7/9] hw/riscv: Use error_fatal for SoC realisation
` [PATCH v2 8/9] hw/riscv: virt: Allow support for 32 cores
` [PATCH v2 9/9] hw/riscv: virt: Set the clock-frequency

[PATCH v7 00/18] Adding partial support for 128-bit riscv target
 2021-12-21  6:55 UTC  (3+ messages)
` [PATCH v7 12/18] target/riscv: support for 128-bit shift instructions

[PATCH v5 00/23] QEMU RISC-V AIA support
 2021-12-21  6:47 UTC  (3+ messages)
` [PATCH v5 13/23] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs

[PATCH] tests/qtest: Make the filter tests independent from a specific NIC
 2021-12-21  6:38 UTC  (2+ messages)

[PATCH] target/riscv/pmp: fix no pmp illegal intrs
 2021-12-21  6:34 UTC  (2+ messages)

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

[PATCH] failover: Silence warning messages during qtest
 2021-12-21  5:45 UTC  (3+ messages)

[PATCH v4 00/14] vfio-user server in QEMU
 2021-12-21  4:32 UTC  (11+ messages)
` [PATCH v4 07/14] vfio-user: run vfio-user context
` [PATCH v4 11/14] vfio-user: IOMMU support for remote device

[RFC PATCH v3 00/27] Add LoongArch softmmu support
 2021-12-21  3:43 UTC  (4+ messages)
` [RFC PATCH v3 16/27] hw/loongarch: Add LoongArch cpu interrupt support(CPUINTC)

[PATCH v2 0/7] linux-user: nios2 fixes
 2021-12-21  2:50 UTC  (8+ messages)
` [PATCH v2 1/7] linux-user/nios2: Properly emulate EXCP_TRAP
` [PATCH v2 2/7] linux-user/nios2: Fixes for signal frame setup
` [PATCH v2 3/7] linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGE
` [PATCH v2 4/7] linux-user/nios2: Map a real kuser page
` [PATCH v2 5/7] linux-user/nios2: Fix EA vs PC confusion
` [PATCH v2 6/7] linux-user/nios2: Fix sigmask in setup_rt_frame
` [PATCH v2 7/7] linux-user/nios2: Use set_sigmask in do_rt_sigreturn

[PULL 00/16] Misc patches for 2021-12-20
 2021-12-21  2:46 UTC  (3+ messages)
` [PULL 07/16] configure, meson: move ARCH to meson.build

powernv gitlab ci regression
 2021-12-21  2:37 UTC  (2+ messages)

[PATCH] ps2: Initial horizontal scroll support
 2021-12-20 23:37 UTC 

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

[PATCH 00/47] Patch Round-up for stable 6.1.1, freeze on 2021-12-21
 2021-12-20 23:41 UTC  (2+ messages)

[PATCH] pci: Skip power-off reset when pending unplug
 2021-12-20 23:03 UTC  (2+ messages)

[PATCH v7 00/13] target/hexagon: introduce idef-parser
 2021-12-20 22:50 UTC  (3+ messages)
` [PATCH v7 01/13] target/hexagon: update MAINTAINERS for idef-parser

[PATCH v4 00/24] linux-user: Clean up siginfo_t handling
 2021-12-20 22:44 UTC  (27+ messages)
` [PATCH v4 01/24] linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap
` [PATCH v4 02/24] linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRAND
` [PATCH v4 03/24] linux-user/alpha: Use force_sig_fault
` [PATCH v4 04/24] linux-user/cris: "
` [PATCH v4 05/24] linux-user/hppa: "
` [PATCH v4 06/24] linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOW
` [PATCH v4 07/24] linux-user: Remove TARGET_NSIGFPE
` [PATCH v4 08/24] linux-user/hppa: Set FPE_CONDTRAP for COND
` [PATCH v4 09/24] linux-user/i386: Split out maybe_handle_vm86_trap
` [PATCH v4 10/24] linux-user/i386: Use force_sig, force_sig_fault
` [PATCH v4 11/24] linux-user/m68k: Use force_sig_fault
` [PATCH v4 12/24] linux-user/microblaze: "
` [PATCH v4 13/24] linux-user/microblaze: Fix SIGFPE si_codes
` [PATCH v4 14/24] linux-user/mips: Improve do_break
` [PATCH v4 15/24] linux-user/mips: Use force_sig_fault
` [PATCH v4 16/24] target/mips: Extract break code into env->error_code
` [PATCH v4 17/24] target/mips: Extract trap "
` [PATCH v4 18/24] linux-user/openrisc: Use force_sig_fault
` [PATCH v4 19/24] linux-user/ppc: "
` [PATCH v4 20/24] linux-user/riscv: "
` [PATCH v4 21/24] linux-user/s390x: "
` [PATCH v4 22/24] linux-user/sh4: "
` [PATCH v4 23/24] linux-user/sparc: "
` [PATCH v4 24/24] linux-user/xtensa: "

[PATCH 0/6] linux-user: prctl improvements
 2021-12-20 22:41 UTC  (10+ messages)
` [PATCH 1/6] linux-user: Split out do_prctl and subroutines
` [PATCH 2/6] linux-user: Disable more prctl subcodes
` [PATCH 3/6] linux-user: Add code for PR_GET/SET_UNALIGN
` [PATCH 4/6] target/alpha: Implement prctl_unalign_sigbus
` [PATCH 5/6] target/hppa: "
` [PATCH 6/6] target/sh4: "

[PATCH] python/qom: Fix qom-set failure
 2021-12-20 17:44 UTC 

[PATCH v2] hw/nvram: at24 return 0xff if 1 byte address
 2021-12-20 21:21 UTC 

[PATCH v2 0/2] linux-user: fixes for sched_ syscalls
 2021-12-20 11:35 UTC  (5+ messages)
` [PATCH v2 1/2] linux-user: add sched_getattr support
` [PATCH v2 2/2] linux-user: call set/getscheduler set/getparam directly

[PATCH] vl: Add opts to device opts list when using JSON syntax for -device
 2021-12-20  8:45 UTC 

[PULL 00/88] riscv-to-apply queue
 2021-12-20 21:19 UTC  (2+ messages)

[PATCH] tests/qtest/boot-serial-test: Silence the warning about deprecated sga device
 2021-12-20 20:03 UTC  (3+ messages)

[PATCH] tests/qtest/virtio-net-failover: Use g_random_int() instead of g_test_rand_int()
 2021-12-20 20:02 UTC  (3+ messages)

[PATCH 0/2] block: Minor vhost-user-blk fixes
 2021-12-20 20:00 UTC  (3+ messages)
` [PATCH 1/2] qemu-storage-daemon: Add vhost-user-blk help
` [PATCH 2/2] qapi/block: Restrict vhost-user-blk to CONFIG_VHOST_USER_BLK_SERVER

[PATCH RFC] MAINTAINERS: split out s390x sections
 2021-12-20 19:27 UTC  (3+ messages)

[RFC v2 00/12] target/ppc: powerpc_excp improvements
 2021-12-20 18:19 UTC  (13+ messages)
` [RFC v2 01/12] target/ppc: powerpc_excp: Set alternate SRRs directly
` [RFC v2 02/12] target/ppc: powerpc_excp: Set vector earlier
` [RFC v2 03/12] target/ppc: powerpc_excp: Move system call vectored code together
` [RFC v2 04/12] target/ppc: powerpc_excp: Stop passing excp_model around
` [RFC v2 05/12] target/ppc: powerpc_excp: Standardize arguments to interrupt code
` [RFC v2 06/12] target/ppc: Extract interrupt routines into a new file
` [RFC v2 07/12] target/ppc: Introduce PPCInterrupt
` [RFC v2 08/12] target/ppc: Remove unimplemented interrupt code
` [RFC v2 09/12] target/ppc: Use common code for Hypervisor interrupts
` [RFC v2 10/12] target/ppc: Split powerpc_excp into book3s, booke and 32 bit
` [RFC v2 11/12] target/ppc: Create new files for book3s, booke and ppc32 exception code
` [RFC v2 12/12] target/ppc: Do not enable all interrupts when running KVM

[PATCH 00/15] ppc/ppc405: decade cleanup
 2021-12-20 18:18 UTC  (6+ messages)

[PATCH v4 0/3] RISC-V: Populate mtval and stval
 2021-12-20 19:39 UTC  (5+ messages)
` [PATCH v4 2/3] target/riscv: Fixup setting GVA
` [PATCH v4 3/3] target/riscv: Implement the stval/mtval illegal instruction

[PATCH 0/5] migration: misc cleanups
 2021-12-20 19:02 UTC  (4+ messages)
` [PATCH 2/5] migration: We only need last_stage in two places

[PATCH] tests/tcg/ppc64le: remove INT128 requirement to run non_signalling_xscv
 2021-12-20 19:18 UTC  (4+ messages)

Virtio-GPU Xres and Yres seettings
 2021-12-20 17:14 UTC  (6+ messages)

[RFC PATCH v2 00/14] job: replace AioContext lock with job_mutex
 2021-12-20 10:34 UTC  (4+ messages)
` [RFC PATCH v2 05/14] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU

[PULL 00/16] qtest and gitlab-CI improvements
 2021-12-20  9:24 UTC  (4+ messages)

build qemu on Monterey?
 2021-12-20 13:50 UTC  (4+ messages)

[PATCH 0/2] qapi/ui: add change-vnc-listen
 2021-12-20 15:44 UTC  (3+ messages)
` [PATCH 1/2] ui/vnc: refactor arrays of addresses to SocketAddressList
` [PATCH 2/2] qapi/ui: introduce change-vnc-listen

[PATCH 0/4] tests/qtest: Check for devices and machines before adding tests
 2021-12-20  8:10 UTC  (4+ messages)
` [PATCH 1/4] tests/qtest: Add a function that checks whether a device is available
` [PATCH 3/4] tests/qtest/cdrom-test: Check whether devices are available before using them
` [PATCH 4/4] tests/qtest/boot-order-test: Check whether machines are available

[PATCH] hw/nvram: at24 return 0xff if 1 byte address
 2021-12-20 16:43 UTC  (4+ messages)

[PATCH] hw: m68k: Add virt compat machine type for 7.0
 2021-12-20  8:17 UTC  (2+ messages)

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

[RFC v2 0/2] migration: Tally pre-copy, downtime and post-copy bytes independently
 2021-12-20  9:34 UTC  (3+ messages)
` [RFC v2 1/2] migration: Introduce ram_transferred_add()
` [RFC v2 2/2] migration: Tally pre-copy, downtime and post-copy bytes independently

[PATCH v3 00/12] Add riscv kvm accel support
 2021-12-20 13:09 UTC  (10+ messages)
` [PATCH v3 01/12] update-linux-headers: Add asm-riscv/kvm.h
` [PATCH v3 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH v3 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH v3 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH v3 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v3 07/12] target/riscv: Support setting external interrupt "
` [PATCH v3 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH v3 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v3 11/12] target/riscv: Implement virtual time adjusting with vm state changing

Warnings during the virtio-net-failover test
 2021-12-20 10:16 UTC 

[PATCH] linux-user: Remove the deprecated ppc64abi32 target
 2021-12-20 16:01 UTC  (2+ messages)

[PATCH v2 0/3] Move target_signal.h generic definitions to generic/signal.h
 2021-12-20 15:56 UTC  (7+ messages)
` [PATCH v2 1/3] linux-user: "
` [PATCH v2 2/3] linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
` [PATCH v2 3/3] linux-user: Remove TARGET_SIGSTKSZ

[PATCH v2 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2021-12-20 10:07 UTC  (5+ messages)
` [PATCH v2 4/4] intel_iommu: Fix irqchip / X2APIC configuration checks

[RFC 0/2] migration: Tally pre-copy, downtime and post-copy bytes independently
 2021-12-20  8:01 UTC  (4+ messages)
` [RFC 1/2] migration: Introduce ram_transferred_add()

[PATCH v2 00/12] Add riscv kvm accel support
 2021-12-20 13:02 UTC  (8+ messages)
` [PATCH v2 07/12] target/riscv: Support setting external interrupt by KVM
` [PATCH v2 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer

[PATCH v5 00/31] block layer: split block APIs in global state and I/O
 2021-12-20 15:47 UTC  (4+ messages)
` [PATCH v5 30/31] crypto: delegate permission functions to JobDriver .pre_run


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