qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-25 13:54:54 to 2022-02-25 22:47:30 UTC [more...]

[PATCH v5 00/49] target/ppc: PowerISA Vector/VSX instruction batch
 2022-02-25 21:53 UTC  (47+ messages)
` [PATCH v5 01/49] target/ppc: Introduce TRANS*FLAGS macros
` [PATCH v5 02/49] target/ppc: moved vector even and odd multiplication to decodetree
` [PATCH v5 03/49] target/ppc: Moved vector multiply high and low "
` [PATCH v5 04/49] target/ppc: vmulh* instructions without helpers
` [PATCH v5 05/49] target/ppc: Implement vmsumcud instruction
` [PATCH v5 06/49] target/ppc: Implement vmsumudm instruction
` [PATCH v5 07/49] target/ppc: Move vexts[bhw]2[wd] to decodetree
` [PATCH v5 08/49] target/ppc: Implement vextsd2q
` [PATCH v5 09/49] target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
` [PATCH v5 10/49] target/ppc: Move Vector Compare Not Equal or Zero "
` [PATCH v5 11/49] target/ppc: Implement Vector Compare Equal Quadword
` [PATCH v5 12/49] target/ppc: Implement Vector Compare Greater Than Quadword
` [PATCH v5 13/49] target/ppc: Implement Vector Compare Quadword
` [PATCH v5 14/49] target/ppc: implement vstri[bh][lr]
` [PATCH v5 15/49] target/ppc: implement vclrlb
` [PATCH v5 16/49] target/ppc: implement vclrrb
` [PATCH v5 17/49] target/ppc: implement vcntmb[bhwd]
` [PATCH v5 18/49] target/ppc: implement vgnb
` [PATCH v5 19/49] target/ppc: move vs[lr][a][bhwd] to decodetree
` [PATCH v5 20/49] target/ppc: implement vslq
` [PATCH v5 21/49] target/ppc: implement vsrq
` [PATCH v5 22/49] target/ppc: implement vsraq
` [PATCH v5 23/49] target/ppc: move vrl[bhwd] to decodetree
` [PATCH v5 24/49] target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi "
` [PATCH v5 25/49] target/ppc: implement vrlq
` [PATCH v5 26/49] target/ppc: implement vrlqnm
` [PATCH v5 27/49] target/ppc: implement vrlqmi
` [PATCH v5 28/49] target/ppc: Move vsel and vperm/vpermr to decodetree
` [PATCH v5 29/49] target/ppc: Move xxsel "
` [PATCH v5 30/49] target/ppc: move xxperm/xxpermr "
` [PATCH v5 31/49] target/ppc: Move xxpermdi "
` [PATCH v5 32/49] target/ppc: Implement xxpermx instruction
` [PATCH v5 34/49] target/ppc: Implement xxeval
` [PATCH v5 35/49] target/ppc: Implement xxgenpcv[bhwd]m instruction
` [PATCH v5 36/49] target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
` [PATCH v5 38/49] target/ppc: Implement xvtlsbb instruction
` [PATCH v5 41/49] target/ppc: Implement xscmp{eq,ge,gt}qp
` [PATCH v5 43/49] target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
` [PATCH v5 45/49] target/ppc: Implement xs{max,min}cqp
` [PATCH v5 46/49] target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions
` [PATCH v5 47/49] target/ppc: implement plxsd/pstxsd
` [PATCH v5 49/49] target/ppc: implement lxvr[bhwd]/stxvr[bhwd]x

[PATCH 0/9] Avocado tests: filter out tests using TCG booting full blown distros
 2022-02-25 21:01 UTC  (10+ messages)
` [PATCH 1/9] Avocado GitLab CI jobs: don't reset TARGETS and simplify commands
` [PATCH 2/9] Avocado tests: use logging namespace that is preserved in test logs
` [PATCH 3/9] Avocado migration test: adapt to "utils.network" API namespace change
` [PATCH 4/9] Avocado: bump to version 95.0
` [PATCH 5/9] tests/avocado/linux_ssh_mips_malta.py: add missing accel (tcg) tag
` [PATCH 6/9] tests/avocado/virtiofs_submounts.py: shared_dir may not exist
` [PATCH 7/9] Avocado tests: improve documentation on tag filtering
` [PATCH 8/9] Avocado tests: classify tests based on what it's booted
` [PATCH 9/9] Avocado tests: don't run tests with TCG that boot full blown distros

[PATCH 00/10] Python: Fix qmp race condition on accept()
 2022-02-25 20:59 UTC  (11+ messages)
` [PATCH 01/10] python/aqmp: add _session_guard()
` [PATCH 02/10] python/aqmp: rename 'accept()' to 'start_server_and_accept()'
` [PATCH 03/10] python/aqmp: remove _new_session and _establish_connection
` [PATCH 04/10] python/aqmp: split _client_connected_cb() out as _incoming()
` [PATCH 05/10] python/aqmp: squelch pylint warning for too many lines
` [PATCH 06/10] python/aqmp: refactor _do_accept() into two distinct steps
` [PATCH 07/10] python/aqmp: stop the server during disconnect()
` [PATCH 08/10] python/aqmp: add start_server() and accept() methods
` [PATCH 09/10] python/aqmp: fix race condition in legacy.py
` [PATCH 10/10] python/aqmp: drop _bind_hack()

[PATCH 0/2] Resolve some redundant property accessors
 2022-02-25 20:48 UTC  (4+ messages)
` [PATCH] virtio/virtio-balloon: Prefer Object* over void* parameter

[PATCH 0/5] qmp-shell modifications for non-interactive use
 2022-02-25 20:40 UTC  (2+ messages)

[PATCH v4 0/7] malta: Fix PCI IRQ levels to be preserved during migration, cleanup
 2022-02-25 20:36 UTC  (2+ messages)

[PATCH v2 00/18] testing and semihosting pre-PR
 2022-02-25 20:29 UTC  (30+ messages)
` [PATCH v2 01/18] tests/docker: restore TESTS/IMAGES filtering
` [PATCH v2 02/18] tests/docker: add NOUSER for alpine image
` [PATCH v2 03/18] tests/lcitool: update to latest version
` [PATCH v2 04/18] tests/docker: update debian-arm64-cross with lci-tool
` [PATCH v2 05/18] tests/docker: update debian-s390x-cross with lcitool
` [PATCH v2 06/18] tests/docker: introduce debian-riscv64-test-cross
` [PATCH v2 07/18] scripts/ci: add build env rules for aarch32 on aarch64
` [PATCH v2 08/18] scripts/ci: allow for a secondary runner
` [PATCH v2 09/18] gitlab: add a new aarch32 custom runner definition
` [PATCH v2 10/18] tests/tcg/ppc64: clean-up handling of byte-reverse
` [PATCH v2 11/18] tests/tcg: build sha1-vector with O3 and compare
` [PATCH v2 12/18] tests/tcg: add sha512 test
` [PATCH v2 13/18] tests/tcg: add vectorised sha512 versions
` [PATCH v2 14/18] travis.yml: Update the s390x jobs to Ubuntu Focal
` [PATCH v2 15/18] gitlab: upgrade the job definition for s390x to 20.04
` [PATCH v2 16/18] tests/tcg: completely disable threadcount for sh4
` [PATCH v2 17/18] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
` [PATCH v2 18/18] tests/tcg: port SYS_HEAPINFO to a system test

[PATCH v14 0/4] PMU-EBB support for PPC64 TCG
 2022-02-25 19:58 UTC  (3+ messages)
` [PATCH v14 4/4] target/ppc: trigger PERFM EBBs from power8-pmu.c

[PATCH 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
 2022-02-25 19:20 UTC  (6+ messages)
` [PATCH 2/2] Added parameter to take screenshot with screendump as PNG

[PATCH v2 0/3] block: Make bdrv_refresh_limits() non-recursive
 2022-02-25 18:54 UTC  (3+ messages)
` [PATCH v2 2/3] iotests: Allow using QMP with the QSD

[PATCH v4] tests/qtest: add qtests for npcm7xx sdhci
 2022-02-25 18:34 UTC  (4+ messages)

[PATCH v5] tests/qtest: add qtests for npcm7xx sdhci
 2022-02-25 17:44 UTC 

[PATCH v2 0/4] target/nios2: Shadow register set, EIC and VIC
 2022-02-25 17:54 UTC  (6+ messages)
` [PATCH v2 2/4] target/nios2: Exteral Interrupt Controller (EIC)
` [PATCH v2 3/4] hw/intc: Vectored Interrupt Controller (VIC)

[PATCH v3 4/6] i386/pc: relocate 4g start to 1T where applicable
 2022-02-25 17:40 UTC  (18+ messages)

[PATCH v15 0/8] Add vmnet.framework based network backend
 2022-02-25 17:50 UTC  (11+ messages)
` [PATCH v15 1/8] net/vmnet: add vmnet dependency and customizable option
` [PATCH v15 2/8] net/vmnet: add vmnet backends to qapi/net
` [PATCH v15 3/8] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v15 4/8] net/vmnet: implement host mode (vmnet-host)
` [PATCH v15 5/8] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v15 6/8] net/vmnet: update qemu-options.hx
` [PATCH v15 7/8] net/vmnet: update hmp-commands.hx
` [PATCH v15 8/8] net/vmnet: update MAINTAINERS list

[PATCH] qapi: Belatedly adjust limitations documentation
 2022-02-25 17:24 UTC  (2+ messages)

[PATCH] scripts/qmp-shell-wrap: Fix import path
 2022-02-25 17:41 UTC  (2+ messages)

What is the correct way to handle the VirtIO config space in vhost-user?, What is the correct way to handle the VirtIO config space in vhost-user?
 2022-02-25 17:32 UTC 

[PATCH v14 0/8] Add vmnet.framework based network backend
 2022-02-25 17:06 UTC  (10+ messages)
` [PATCH v14 1/8] net/vmnet: add vmnet dependency and customizable option
` [PATCH v14 2/8] net/vmnet: add vmnet backends to qapi/net
` [PATCH v14 3/8] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v14 4/8] net/vmnet: implement host mode (vmnet-host)
` [PATCH v14 5/8] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v14 6/8] net/vmnet: update qemu-options.hx
` [PATCH v14 7/8] net/vmnet: update hmp-commands.hx
` [PATCH v14 8/8] net/vmnet: update MAINTAINERS list

[PATCH v8 00/11] 9p: Add support for darwin
 2022-02-25 16:44 UTC  (7+ messages)
` [PATCH v8 09/11] 9p: darwin: Implement compatibility for mknodat

[PATCH v3 00/18] ppc/pnv: Extend the powernv10 machine
 2022-02-25 16:33 UTC  (31+ messages)
` [PATCH v3 01/18] ppc/xive2: Introduce a XIVE2 core framework
` [PATCH v3 02/18] ppc/xive2: Introduce a presenter matching routine
` [PATCH v3 03/18] ppc/pnv: Add a XIVE2 controller to the POWER10 chip
` [PATCH v3 06/18] ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridge
` [PATCH v3 08/18] ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10)
` [PATCH v3 09/18] ppc/xive2: Add support for notification injection on ESB pages
` [PATCH v3 10/18] ppc/xive: Add support for PQ state bits offload
` [PATCH v3 11/18] ppc/pnv: Add support for PQ offload on PHB5
` [PATCH v3 12/18] ppc/pnv: Add support for PHB5 "Address-based trigger" mode
` [PATCH v3 13/18] pnv/xive2: Introduce new capability bits
` [PATCH v3 14/18] ppc/pnv: add XIVE Gen2 TIMA support
` [PATCH v3 15/18] pnv/xive2: Add support XIVE2 P9-compat mode (or Gen1)
` [PATCH v3 16/18] xive2: Add a get_config() handler for the router configuration
` [PATCH v3 17/18] pnv/xive2: Add support for automatic save&restore
` [PATCH v3 18/18] pnv/xive2: Add support for 8bits thread id

[RFC PATCH 0/4] ppc: nested TCG migration (KVM-on-TCG)
 2022-02-25 16:11 UTC  (12+ messages)
` [RFC PATCH 1/4] target/ppc: TCG: Migrate tb_offset and decr
` [RFC PATCH 2/4] spapr: TCG: Migrate spapr_cpu->prod
` [RFC PATCH 3/4] hw/ppc: Take nested guest into account when saving timebase

[PATCH v6 00/19] vfio-user server in QEMU
 2022-02-25 16:06 UTC  (5+ messages)
` [PATCH v6 07/19] vfio-user: define vfio-user-server object
` [PATCH v6 10/19] vfio-user: run vfio-user context

[PATCH v3 2/2] virt: vmgenid: introduce driver for reinitializing RNG on VM fork
 2022-02-25 15:57 UTC  (25+ messages)
` [PATCH v4] "

[PATCH 0/4] Fix broken PCIe device after migration
 2022-02-25 15:50 UTC  (13+ messages)
` [PATCH 2/4] pcie: update slot power status only is power control is enabled

[PATCH v4 00/14] Initial support for machine creation via QMP
 2022-02-25 15:31 UTC  (8+ messages)
` [PATCH v4 13/14] hw/mem/system-memory: add a memory sysbus device

[PATCH] qom: assert integer does not overflow
 2022-02-25 14:35 UTC  (2+ messages)

[PULL 0/6] OpenRISC DTS Generation patches for 7.0
 2022-02-25 13:52 UTC  (2+ messages)

[PATCH v5 00/16] host: Support macOS 12
 2022-02-25 13:13 UTC  (3+ messages)
` [PATCH v5 05/16] hvf: Fix OOB write in RDTSCP instruction decode


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