qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-10 13:43:36 to 2022-02-11 01:36:09 UTC [more...]

[PULL 00/34] tcg patch queue
 2022-02-11  1:30 UTC  (4+ messages)
` [PULL 01/34] common-user/host/sparc64: Fix safe_syscall_base
` [PULL 04/34] linux-user: Move sparc/host-signal.h to sparc64/host-signal.h
` [PULL 08/34] replay: use CF_NOIRQ for special exception-replaying TB

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

[PATCH v2 00/12] Hexagon bug fixes and additional tests
 2022-02-11  1:13 UTC  (21+ 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 v5 03/18] pci: isolated address space for PCI bus
 2022-02-11  0:54 UTC  (20+ messages)

[PATCH 0/9] exec: Split some user-mode specific declarations from 'exec/exec-all.h'
 2022-02-10 23:25 UTC  (17+ 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 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 v3] target/riscv: Enable Zicbo[m,z,p] instructions
 2022-02-10 22:10 UTC  (3+ 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] qapi, i386/sev: Add debug-launch-digest to launch-measure response
 2022-02-10 19:39 UTC  (5+ 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)

[PATCH v5 00/20] job: replace AioContext lock with job_mutex
 2022-02-10 17:35 UTC  (9+ 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

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  (5+ messages)
` [PATCH 1/4] qemu-img: dd: add osize and read from/to stdin/stdout
` [PATCH 2/4] qemu-img: dd: add isize parameter
` [PATCH 3/4] qemu-img: dd: add -n option (skip target volume creation)
` [PATCH 4/4] qemu-img: dd: add -l option for loading a snapshot

[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  (12+ messages)
` [PATCH v6 01/11] 9p: linux: Fix a couple Linux assumptions
` [PATCH v6 02/11] 9p: Rename 9p-util -> 9p-util-linux
` [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 07/11] 9p: darwin: *xattr_nofollow implementations
` [PATCH v6 08/11] 9p: darwin: Compatibility for f/l*xattr
` [PATCH v6 09/11] 9p: darwin: Implement compatibility for mknodat
` [PATCH v6 10/11] 9p: darwin: Adjust assumption on virtio-9p-test
` [PATCH v6 11/11] 9p: darwin: meson: Allow VirtFS on Darwin

[PULL 00/42] ppc queue
 2022-02-10 13:00 UTC  (43+ messages)
` [PULL 01/42] target/ppc: Remove 440x4 CPU
` [PULL 02/42] target/ppc: Introduce powerpc_excp_booke
` [PULL 03/42] target/ppc: Simplify powerpc_excp_booke
` [PULL 04/42] target/ppc: booke: Critical exception cleanup
` [PULL 05/42] target/ppc: booke: Machine Check cleanups
` [PULL 06/42] target/ppc: booke: Data Storage exception cleanup
` [PULL 07/42] target/ppc: booke: Instruction storage "
` [PULL 08/42] target/ppc: booke: External interrupt cleanup
` [PULL 09/42] target/ppc: booke: Alignment "
` [PULL 10/42] target/ppc: booke: System Call exception cleanup
` [PULL 11/42] target/ppc: booke: Watchdog Timer interrupt
` [PULL 12/42] target/ppc: booke: System Reset exception cleanup
` [PULL 13/42] target/ppc: Fix radix logging
` [PULL 14/42] target/ppc: Remove PowerPC 601 CPUs
` [PULL 15/42] target/ppc: Merge exception model IDs for 6xx CPUs
` [PULL 16/42] target/ppc: Introduce powerpc_excp_6xx
` [PULL 17/42] target/ppc: Simplify powerpc_excp_6xx
` [PULL 18/42] target/ppc: 6xx: Critical exception cleanup
` [PULL 19/42] target/ppc: 6xx: Machine Check "
` [PULL 20/42] target/ppc: 6xx: External interrupt cleanup
` [PULL 21/42] target/ppc: 6xx: Program exception cleanup
` [PULL 22/42] target/ppc: 6xx: System Call "
` [PULL 23/42] target/ppc: 6xx: System Reset interrupt cleanup
` [PULL 24/42] target/ppc: 6xx: Software TLB exceptions cleanup
` [PULL 25/42] target/ppc: 6xx: Set SRRs directly in exception code
` [PULL 26/42] target/ppc: Merge 7x5 and 7x0 exception model IDs
` [PULL 27/42] target/ppc: Introduce powerpc_excp_7xx
` [PULL 28/42] target/ppc: Simplify powerpc_excp_7xx
` [PULL 29/42] target/ppc: 7xx: Machine Check exception cleanup
` [PULL 30/42] target/ppc: 7xx: External interrupt cleanup
` [PULL 31/42] target/ppc: 7xx: Program exception cleanup
` [PULL 32/42] target/ppc: 7xx: System Call "
` [PULL 33/42] target/ppc: 7xx: System Reset cleanup
` [PULL 34/42] target/ppc: 7xx: Software TLB cleanup
` [PULL 35/42] target/ppc: 7xx: Set SRRs directly in exception code
` [PULL 36/42] target/ppc: Remove powerpc_excp_legacy
` [PULL 37/42] target/ppc: powerpc_excp: Move common code to the caller function
` [PULL 38/42] target/ppc: Assert if MSR bits differ from msr_mask during exceptions
` [PULL 39/42] target/ppc: books: Remove excp_model argument from ppc_excp_apply_ail
` [PULL 40/42] target/ppc: Change VSX instructions behavior to fill with zeros
` [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 

[PATCH 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-02-10 13:29 UTC  (7+ messages)

[PATCH v3 00/37] target/ppc: PowerISA Vector/VSX instruction batch
 2022-02-10 12:34 UTC  (35+ messages)
` [PATCH v3 01/37] target/ppc: Introduce TRANS*FLAGS macros
` [PATCH v3 02/37] target/ppc: moved vector even and odd multiplication to decodetree
` [PATCH v3 04/37] target/ppc: vmulh* instructions use gvec
` [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 10/37] target/ppc: Move Vector Compare Not Equal or Zero to decodetree
` [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 16/37] target/ppc: implement vclrrb
` [PATCH v3 17/37] target/ppc: implement vcntmb[bhwd]
` [PATCH v3 18/37] target/ppc: implement vgnb
` [PATCH v3 19/37] target/ppc: Move vsel and vperm/vpermr to decodetree
` [PATCH v3 20/37] target/ppc: Move xxsel "
` [PATCH v3 21/37] target/ppc: move xxperm/xxpermr "
` [PATCH v3 22/37] target/ppc: Move xxpermdi "
` [PATCH v3 23/37] target/ppc: Implement xxpermx instruction
` [PATCH v3 24/37] tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4i
` [PATCH v3 25/37] target/ppc: Implement xxeval
` [PATCH v3 26/37] target/ppc: Implement xxgenpcv[bhwd]m instruction
` [PATCH v3 27/37] target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
` [PATCH v3 28/37] target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]
` [PATCH v3 29/37] target/ppc: Implement xvtlsbb instruction
` [PATCH v3 30/37] target/ppc: Remove xscmpnedp instruction
` [PATCH v3 31/37] target/ppc: Refactor VSX_SCALAR_CMP_DP
` [PATCH v3 32/37] target/ppc: Implement xscmp{eq,ge,gt}qp
` [PATCH v3 33/37] target/ppc: Move xscmp{eq,ge,gt}dp to decodetree
` [PATCH v3 34/37] target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
` [PATCH v3 35/37] target/ppc: Refactor VSX_MAX_MINC helper
` [PATCH v3 36/37] target/ppc: Implement xs{max,min}cqp
` [PATCH v3 37/37] target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions


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