qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-20 16:09:17 to 2021-12-21 03:44:57 UTC [more...]

[RFC PATCH v3 00/27] Add LoongArch softmmu support
 2021-12-21  3:43 UTC  (7+ messages)
` [RFC PATCH v3 14/27] hw/pci-host: Add ls7a1000 PCIe Host bridge support for Loongson3 Platform
` [RFC PATCH v3 16/27] hw/loongarch: Add LoongArch cpu interrupt support(CPUINTC)

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

[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  (5+ 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:47 UTC  (9+ messages)
` [RFC PATCH v2 03/14] job.h: define locked functions
` [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 13:11 UTC  (6+ messages)

[PATCH] tests/qtest: Make the filter tests independent from a specific NIC
 2021-12-20 10:30 UTC 

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

[PATCH v2 0/9] A collection of RISC-V cleanups and improvements
 2021-12-20  7:51 UTC  (7+ 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 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  (5+ messages)
` [PATCH 1/4] tests/qtest: Add a function that checks whether a device is available
` [PATCH 2/4] tests/qtest: Improve endianness-test to work with missing machines and devices
` [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 11:16 UTC  (4+ messages)

[RFC] vhost-vdpa-net: add vhost-vdpa-net host device support
 2021-12-20 14:05 UTC  (13+ 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  (13+ 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 05/12] target/riscv: Implement kvm_arch_put_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 09/12] target/riscv: Add host cpu type
` [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
` [PATCH v3 12/12] target/riscv: Support virtual time context synchronization

[PATCH] failover: Silence warning messages during qtest
 2021-12-20 16:40 UTC  (2+ messages)

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  (14+ messages)
` [PATCH v2 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v2 07/12] target/riscv: Support setting external interrupt "
` [PATCH v2 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v2 12/12] target/riscv: Support virtual time context synchronization

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

[PATCH v2 0/8] migration: Postcopy cleanup on ram disgard
 2021-12-20  8:53 UTC  (7+ messages)
` [PATCH v2 1/8] migration: Drop dead code of ram_debug_dump_bitmap()
` [PATCH v2 3/8] migration: Drop postcopy_chunk_hostpages()
` [PATCH v2 5/8] migration: Drop return code for disgard ram process
` [PATCH v2 6/8] migration: Dump sub-cmd name in loadvm_process_command tp
` [PATCH v2 7/8] migration: Finer grained tracepoints for POSTCOPY_LISTEN
` [PATCH v2 8/8] migration: Tracepoint change in postcopy-run bottom half

[PATCH v2 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-12-20 10:06 UTC  (5+ messages)

[PATCH v2] audio: Add sndio backend
 2021-12-20 15:41 UTC  (2+ messages)

[PATCH v4 0/7] nbd reconnect on open
 2021-12-20 11:48 UTC  (7+ messages)
` [PATCH v4 5/7] For qemu_io* functions support --image-opts argument, which conflicts with -f argument from qemu_io_args
` [PATCH v4 6/7] Add qemu-io Popen constructor wrapper. To be used in the following new test commit
` [PATCH v4 7/7] iotests: add nbd-reconnect-on-open test

[PATCH] schemas: add missing vim modeline
 2021-12-20 15:09 UTC  (2+ messages)

[PATCH v2] docs: Add measurement calculation details to amd-memory-encryption.txt
 2021-12-20 10:42 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).