qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-20 06:05:55 to 2021-12-20 21:07:43 UTC [more...]

[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 v4 00/24] linux-user: Clean up siginfo_t handling
 2021-12-20 21:05 UTC  (4+ 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

[PULL 00/15] *-user: simplify safe signal handling
 2021-12-20 20:25 UTC  (16+ 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] 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)

[PATCH] pci: Skip power-off reset when pending unplug
 2021-12-20 18:26 UTC 

[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  (6+ messages)
` [PATCH v4 1/3] target/riscv: Set the opcode in DisasContext
` [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  (10+ 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  (5+ messages)

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

[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 13:32 UTC  (2+ messages)

[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

[RFC PATCH v3 00/27] Add LoongArch softmmu support
 2021-12-20 11:42 UTC  (4+ messages)
` [RFC PATCH v3 14/27] hw/pci-host: Add ls7a1000 PCIe Host bridge support for Loongson3 Platform

[PATCH v2 0/8] migration: Postcopy cleanup on ram disgard
 2021-12-20  8:53 UTC  (9+ messages)
` [PATCH v2 1/8] migration: Drop dead code of ram_debug_dump_bitmap()
` [PATCH v2 2/8] migration: Don't return for postcopy_chunk_hostpages()
` [PATCH v2 3/8] migration: Drop postcopy_chunk_hostpages()
` [PATCH v2 4/8] migration: Do chunk page in postcopy_each_ram_send_discard()
` [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  (9+ messages)
` [PATCH v4 4/7] iotests.py: add qemu_tool_popen()
` [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 

[PATCH qemu] s390x/css: fix PMCW invalid mask
 2021-12-20 12:11 UTC  (6+ messages)

[PATCH 00/10] configure cleanups, mostly wrt $cpu and $targetos
 2021-12-20  9:52 UTC  (6+ messages)
` [PATCH 07/10] configure: unify x86_64 and x32

[PULL 00/88] riscv-to-apply queue
 2021-12-20  4:57 UTC  (41+ messages)
` [PULL 38/88] target/riscv: rvv-1.0: find-first-set mask bit instruction
` [PULL 40/88] target/riscv: rvv-1.0: iota instruction
` [PULL 42/88] target/riscv: rvv-1.0: allow load element with sign-extended
` [PULL 45/88] target/riscv: rvv-1.0: floating-point move instruction
` [PULL 48/88] target/riscv: rvv-1.0: integer extension instructions
` [PULL 49/88] target/riscv: rvv-1.0: single-width averaging add and subtract instructions
` [PULL 52/88] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [PULL 54/88] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [PULL 55/88] target/riscv: rvv-1.0: integer comparison instructions
` [PULL 56/88] target/riscv: rvv-1.0: floating-point compare instructions
` [PULL 57/88] target/riscv: rvv-1.0: mask-register logical instructions
` [PULL 59/88] target/riscv: rvv-1.0: floating-point slide instructions
` [PULL 60/88] target/riscv: rvv-1.0: narrowing fixed-point clip instructions
` [PULL 61/88] target/riscv: rvv-1.0: single-width floating-point reduction
` [PULL 62/88] target/riscv: rvv-1.0: widening floating-point reduction instructions
` [PULL 63/88] target/riscv: rvv-1.0: single-width scaling shift instructions
` [PULL 64/88] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [PULL 65/88] target/riscv: rvv-1.0: remove vmford.vv and vmford.vf
` [PULL 66/88] target/riscv: rvv-1.0: remove integer extract instruction
` [PULL 67/88] target/riscv: rvv-1.0: floating-point min/max instructions
` [PULL 68/88] target/riscv: introduce floating-point rounding mode enum
` [PULL 69/88] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [PULL 70/88] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [PULL 71/88] target/riscv: add "set round to odd" rounding mode helper function
` [PULL 72/88] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [PULL 73/88] target/riscv: rvv-1.0: relax RV_VLEN_MAX to 1024-bits
` [PULL 74/88] target/riscv: rvv-1.0: implement vstart CSR
` [PULL 76/88] target/riscv: gdb: support vector registers for rv64 & rv32
` [PULL 77/88] target/riscv: rvv-1.0: floating-point reciprocal square-root estimate instruction
` [PULL 78/88] target/riscv: rvv-1.0: floating-point reciprocal "
` [PULL 79/88] target/riscv: rvv-1.0: rename r2_zimm to r2_zimm11
` [PULL 80/88] target/riscv: rvv-1.0: add vsetivli instruction
` [PULL 81/88] target/riscv: rvv-1.0: add evl parameter to vext_ldst_us()
` [PULL 82/88] target/riscv: rvv-1.0: add vector unit-stride mask load/store insns
` [PULL 83/88] target/riscv: rvv-1.0: rename vmandnot.mm and vmornot.mm to vmandn.mm and vmorn.mm
` [PULL 84/88] target/riscv: rvv-1.0: update opivv_vadc_check() comment
` [PULL 85/88] target/riscv: rvv-1.0: Add ELEN checks for widening and narrowing instructions
` [PULL 86/88] riscv: Set 5.4 as minimum kernel version for riscv32
` [PULL 87/88] target/riscv: Enable bitmanip Zb[abcs] instructions
` [PULL 88/88] hw/riscv: Use load address rather than entry point for fw_dynamic next_addr

[PULL 00/11] Ui 20210521 patches
 2021-12-20 14:33 UTC  (3+ messages)
` [PULL 09/11] ui/vnc: clipboard support

[PATCH 0/2] hw/nvme: Fix CVE-2021-3929 (DMA re-entrancy exploitation)
 2021-12-20  6:40 UTC  (4+ messages)

[PATCH] [RESEND] docs: Add spec of OVMF GUIDed table for SEV guests
 2021-12-20 11:11 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).