qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-10 16:29:43 to 2022-02-11 10:08:30 UTC [more...]

[PATCH] qapi, i386/sev: Add debug-launch-digest to launch-measure response
 2022-02-11 10:06 UTC  (6+ messages)

[PATCH] Hexagon (target/hexagon) convert to OBJECT_DECLARE_TYPE
 2022-02-11  9:43 UTC  (3+ messages)

[PATCH v3 1/2] hvf: arm: Use macros for sysreg shift/masking
 2022-02-11  9:40 UTC  (3+ messages)

[PATCH v2 0/8] Improve integration of iotests in the meson test harness
 2022-02-11  9:38 UTC  (6+ messages)
` [PATCH v2 1/8] tests/qemu-iotests/testrunner: Allow parallel test invocations
` [PATCH v2 2/8] tests/qemu-iotests: Improve the check for GNU sed

[PATCH 0/9] exec: Split some user-mode specific declarations from 'exec/exec-all.h'
 2022-02-11  9:34 UTC  (20+ messages)
` [PATCH 1/9] accel/tcg: Add missing 'tcg/tcg.h' header
` [PATCH 2/9] coverity-scan: Cover common-user/
` [PATCH 3/9] include: Move exec/user/ to user/
` [PATCH 4/9] linux-user/exit: Add missing 'qemu/plugin.h' header
` [PATCH 5/9] linux-user/cpu_loop: Add missing 'exec/cpu-all.h' header
` [PATCH 6/9] exec: Define MMUAccessType in 'exec/cpu-tlb.h' header
` [PATCH 7/9] user: Declare target-specific prototypes in 'user/cpu-target.h'
` [PATCH 9/9] user: Share preexit_cleanup() with linux and bsd implementations

[RFC] thread-pool: Add option to fix the pool size
 2022-02-11  9:30 UTC  (5+ messages)

[PATCH v5 00/20] job: replace AioContext lock with job_mutex
 2022-02-11  9:00 UTC  (10+ messages)
` [PATCH v5 01/20] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v5 02/20] job.h: categorize fields in struct Job
` [PATCH v5 03/20] job.c: API functions not used outside should be static

[PATCH v2 0/3] Support akcipher for virtio-crypto
 2022-02-11  8:43 UTC  (4+ messages)
` [PATCH v2 1/3] virtio-crypto: header update
` [PATCH v2 2/3] virtio_crypto: Support virtio crypto asym operation
` [PATCH v2 3/3] crypto: Introduce RSA algorithm

[PATCH v2 0/3] hw/smbios: fix table memory corruption with large memory vms
 2022-02-11  8:43 UTC  (3+ messages)
` [PATCH v2 1/3] hw/smbios: code cleanup - use macro definitions for table base addresses

[PATCH v9 00/23] QEMU RISC-V AIA support
 2022-02-11  8:28 UTC  (6+ messages)

[PATCH v4 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-02-11  7:58 UTC  (10+ messages)
` [PATCH v4 10/15] hw/nvme: Remove reg_size variable and update BAR0 size calculation
` [PATCH v4 11/15] hw/nvme: Calculate BAR attributes in a function
` [PATCH v4 12/15] hw/nvme: Initialize capability structures for primary/secondary controllers
` [PATCH v4 15/15] hw/nvme: Update the initalization place for the AER queue

[PATCH] hw/net: e1000e: Clear ICR on read when using non MSI-X interrupts
 2022-02-11  8:05 UTC  (2+ messages)

[PATCH v3 00/37] target/ppc: PowerISA Vector/VSX instruction batch
 2022-02-11  6:15 UTC  (33+ messages)
` [PATCH v3 02/37] target/ppc: moved vector even and odd multiplication to decodetree
` [PATCH v3 03/37] target/ppc: Moved vector multiply high and low "
` [PATCH v3 04/37] target/ppc: vmulh* instructions use gvec
` [PATCH v3 05/37] target/ppc: Implement vmsumcud instruction
` [PATCH v3 06/37] target/ppc: Implement vmsumudm instruction
` [PATCH v3 07/37] target/ppc: Move vexts[bhw]2[wd] to decodetree
` [PATCH v3 08/37] target/ppc: Implement vextsd2q
` [PATCH v3 09/37] target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
` [PATCH v3 10/37] target/ppc: Move Vector Compare Not Equal or Zero "
` [PATCH v3 11/37] target/ppc: Implement Vector Compare Equal Quadword
` [PATCH v3 12/37] target/ppc: Implement Vector Compare Greater Than Quadword
` [PATCH v3 13/37] target/ppc: Implement Vector Compare Quadword
` [PATCH v3 14/37] target/ppc: implement vstri[bh][lr]
` [PATCH v3 15/37] target/ppc: implement vclrlb
` [PATCH v3 17/37] target/ppc: implement vcntmb[bhwd]
` [PATCH v3 18/37] target/ppc: implement vgnb

[PATCH v6 0/6] support subsets of Float-Point in Integer Registers extensions
 2022-02-11  4:39 UTC  (7+ messages)
` [PATCH v6 1/6] target/riscv: add cfg properties for zfinx, zdinx and zhinx{min}
` [PATCH v6 2/6] target/riscv: hardwire mstatus.FS to zero when enable zfinx
` [PATCH v6 3/6] target/riscv: add support for zfinx
` [PATCH v6 4/6] target/riscv: add support for zdinx
` [PATCH v6 5/6] target/riscv: add support for zhinx/zhinxmin
` [PATCH v6 6/6] target/riscv: expose zfinx, zdinx, zhinx{min} properties

[PATCH v2 00/12] Hexagon bug fixes and additional tests
 2022-02-11  4:09 UTC  (22+ messages)
` [PATCH v2 01/12] Hexagon (target/hexagon) fix bug in circular addressing
` [PATCH v2 02/12] Hexagon HVX (target/hexagon) fix bug in HVX saturate instructions
` [PATCH v2 03/12] Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
` [PATCH v2 04/12] Hexagon (target/hexagon) properly handle SNaN in dfmin/dfmax/sfmin/sfmax
` [PATCH v2 05/12] Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_common
` [PATCH v2 06/12] Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR
` [PATCH v2 07/12] Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c
` [PATCH v2 08/12] Hexagon (tests/tcg/hexagon) update overflow test
` [PATCH v2 10/12] Hexagon (target/hexagon) fix bug in conv_df2uw_chop
` [PATCH v2 12/12] Hexagon (target/hexagon) assignment to c4 should wait until packet commit

[PATCH 00/15] target: Use ArchCPU & CPUArchState as abstract interface to target CPU
 2022-02-11  2:57 UTC  (6+ messages)
` [PATCH 11/15] target: Use ArchCPU as "

[PATCH v3] target/riscv: Enable Zicbo[m,z,p] instructions
 2022-02-11  2:41 UTC  (4+ messages)

[PULL 00/34] tcg patch queue
 2022-02-11  1:30 UTC  (35+ messages)
` [PULL 01/34] common-user/host/sparc64: Fix safe_syscall_base
` [PULL 02/34] linux-user: Introduce host_signal_mask
` [PULL 03/34] linux-user: Introduce host_sigcontext
` [PULL 04/34] linux-user: Move sparc/host-signal.h to sparc64/host-signal.h
` [PULL 05/34] linux-user/include/host/sparc64: Fix host_sigcontext
` [PULL 06/34] accel/tcg: Optimize jump cache flush during tlb range flush
` [PULL 07/34] softmmu/cpus: Check if the cpu work list is empty atomically
` [PULL 08/34] replay: use CF_NOIRQ for special exception-replaying TB
` [PULL 09/34] tcg/loongarch64: Fix fallout from recent MO_Q renaming
` [PULL 10/34] tcg/i386: Support raising sigbus for user-only
` [PULL 11/34] tcg/aarch64: "
` [PULL 12/34] tcg/ppc: "
` [PULL 13/34] tcg/riscv: "
` [PULL 14/34] tcg/s390x: "
` [PULL 15/34] tcg/tci: "
` [PULL 16/34] tcg/loongarch64: "
` [PULL 17/34] tcg/arm: Drop support for armv4 and armv5 hosts
` [PULL 18/34] tcg/arm: Remove use_armv5t_instructions
` [PULL 19/34] tcg/arm: Remove use_armv6_instructions
` [PULL 20/34] tcg/arm: Check alignment for ldrd and strd
` [PULL 21/34] tcg/arm: Support unaligned access for softmmu
` [PULL 22/34] tcg/arm: Reserve a register for guest_base
` [PULL 23/34] tcg/arm: Support raising sigbus for user-only
` [PULL 24/34] tcg/mips: Support unaligned access "
` [PULL 25/34] tcg/mips: Support unaligned access for softmmu
` [PULL 26/34] tcg/sparc: Use tcg_out_movi_imm13 in tcg_out_addsub2_i64
` [PULL 27/34] tcg/sparc: Split out tcg_out_movi_imm32
` [PULL 28/34] tcg/sparc: Add scratch argument to tcg_out_movi_int
` [PULL 29/34] tcg/sparc: Improve code gen for shifted 32-bit constants
` [PULL 30/34] tcg/sparc: Convert patch_reloc to return bool
` [PULL 31/34] tcg/sparc: Use the constant pool for 64-bit constants
` [PULL 32/34] tcg/sparc: Add tcg_out_jmpl_const for better tail calls
` [PULL 33/34] tcg/sparc: Support unaligned access for user-only
` [PULL 34/34] tests/tcg/multiarch: Add sigbus.c

[RFC PATCH v5 00/30] Add LoongArch softmmu support
 2022-02-11  2:04 UTC  (3+ messages)

[PATCH v5 03/18] pci: isolated address space for PCI bus
 2022-02-11  0:54 UTC  (20+ messages)

[RFC PATCH 0/3] tests/tcg/ppc64le: fix the build of TCG tests with Clang
 2022-02-10 23:06 UTC  (4+ messages)
` [RFC PATCH 2/3] target/ppc: change xs[n]madd[am]sp to use float64r32_muladd

[PATCH] hw/arm/armv7m: Handle disconnected clock inputs
 2022-02-10 22:54 UTC  (2+ messages)

[PATCH] mps3-an547: Add missing user ahb interfaces
 2022-02-10 21:02 UTC 

[PATCH v2] Deprecate C virtiofsd
 2022-02-10 20:44 UTC  (3+ messages)

[PATCH v1] an547: Correct typo that swaps ahb and apb peripherals
 2022-02-10 20:07 UTC  (4+ messages)

[PATCH v14 0/7] support dirty restraint on vCPU
 2022-02-10 16:17 UTC  (8+ messages)
` [PATCH v14 1/7] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
` [PATCH v14 2/7] cpus: Introduce cpu_list_generation_id
` [PATCH v14 3/7] migration/dirtyrate: Refactor dirty page rate calculation
` [PATCH v14 4/7] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PATCH v14 5/7] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PATCH v14 6/7] softmmu/dirtylimit: Implement virtual CPU throttle
` [PATCH v14 7/7] softmmu/dirtylimit: Implement dirty page rate limit

[PATCH V13 0/7] support dirty restraint on vCPU
 2022-02-10 16:12 UTC  (4+ messages)
  ` [PATCH V13 1/7] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
  ` [PATCH V13 2/7] cpus: Introduce cpu_list_generation_id

[PATCH v11 0/8] hmp,qmp: Add commands to introspect virtio devices
 2022-02-10 16:05 UTC  (5+ messages)
` [PATCH v11 3/8] qmp: add QMP command x-query-virtio
` [PATCH v11 4/8] qmp: add QMP command x-query-virtio-status

[PATCH 0/6] block: bug fixes in preparation of AioContext removal
 2022-02-10 16:02 UTC  (15+ messages)
` [PATCH 1/6] block/io.c: fix bdrv_child_cb_drained_begin invocations from a coroutine
` [PATCH 2/6] block.c: bdrv_replace_child_noperm: first remove the child, and then call ->detach()
` [PATCH 3/6] block.c: bdrv_replace_child_noperm: first call ->attach(), and then add child
` [PATCH 4/6] test-bdrv-drain.c: adapt test to the coming subtree drains
` [PATCH 5/6] test-bdrv-drain.c: remove test_detach_by_parent_cb()
` [PATCH 6/6] jobs: ensure sleep in job_sleep_ns is fully performed

[PATCH] scripts/qapi: minor delinting
 2022-02-10 17:17 UTC  (3+ messages)

qemu iotest 161 and make check
 2022-02-10 17:44 UTC  (5+ messages)

[PATCH v3 0/5] qtests/libqos: Allow PCI tests to be run with virt-machine
 2022-02-10 14:52 UTC  (6+ messages)
` [PATCH v3 1/5] tests/qtest/vhost-user-test.c: Use vhostforce=on
` [PATCH v3 2/5] tests/qtest/libqos/pci: Introduce pio_limit
` [PATCH v3 3/5] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
` [PATCH v3 4/5] tests/qtest/vhost-user-blk-test: Temporary hack to get tests passing on aarch64
` [PATCH v3 5/5] tests/qtest/libqos: Add generic pci host bridge in arm-virt machine

[PATCH v12 0/8] hmp,qmp: Add commands to introspect virtio devices
 2022-02-10 15:17 UTC  (8+ messages)
` [PATCH v12 1/8] virtio: drop name parameter for virtio_init()
` [PATCH v12 3/8] qmp: add QMP command x-query-virtio
` [PATCH v12 4/8] qmp: add QMP command x-query-virtio-status

[PATCH] Deprecate C virtiofsd
 2022-02-10 17:27 UTC  (7+ messages)

[PATCH v6 00/33] block layer: split block APIs in global state and I/O
 2022-02-10 16:19 UTC  (5+ messages)

[PATCH v4 0/3] qapi/ui: change vnc addresses
 2022-02-10 15:46 UTC  (7+ messages)
` [PATCH v4 1/3] ui/vnc: refactor arrays of addresses to SocketAddressList
` [PATCH v4 2/3] qapi/ui: display-update: add possibility to change listen address
` [PATCH v4 3/3] avocado/vnc: add test_change_listen

[PATCH 0/4] Make qemu-img dd more flexible
 2022-02-10 13:31 UTC  (3+ messages)
` [PATCH 2/4] qemu-img: dd: add isize parameter
` [PATCH 3/4] qemu-img: dd: add -n option (skip target volume creation)

[PATCH] hw/i386/pc: when adding reserved E820 entries do not allocate dynamic entries
 2022-02-10 16:10 UTC  (2+ messages)

[PATCH v5 00/11] 9p: Add support for darwin
 2022-02-10 15:46 UTC  (7+ messages)
` [PATCH v5 09/11] 9p: darwin: Implement compatibility for mknodat

[PATCH v6 00/11] 9p: Add support for darwin
 2022-02-10 13:29 UTC  (8+ messages)
` [PATCH v6 01/11] 9p: linux: Fix a couple Linux assumptions
` [PATCH v6 03/11] 9p: darwin: Handle struct stat(fs) differences
` [PATCH v6 04/11] 9p: darwin: Handle struct dirent differences
` [PATCH v6 05/11] 9p: darwin: Ignore O_{NOATIME, DIRECT}
` [PATCH v6 06/11] 9p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAX
` [PATCH v6 08/11] 9p: darwin: Compatibility for f/l*xattr
` [PATCH v6 09/11] 9p: darwin: Implement compatibility for mknodat

[PULL 00/42] ppc queue
 2022-02-10 13:00 UTC  (3+ messages)
` [PULL 41/42] docs: rstfy confidential guest documentation
` [PULL 42/42] spapr/vof: Install rom and nvram binaries

Anjin Virtual Computer
 2022-02-10  8:48 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).