qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-10 15:28:32 to 2022-01-11 02:46:00 UTC [more...]

[PATCH 0/8] target/ppc: powerpc_excp improvements [40x] (3/n)
 2022-01-11  2:31 UTC  (19+ messages)
` [PATCH 1/8] target/ppc: 405: Add missing MSR bits to msr_mask
` [PATCH 2/8] target/ppc: 405: Add missing exception handlers
` [PATCH 3/8] target/ppc: Introduce powerpc_excp_40x
` [PATCH 4/8] squash "
` [PATCH 5/8] target/ppc: 405: Critical exceptions cleanup
` [PATCH 6/8] target/ppc: 405: Machine check exception cleanup
` [PATCH 7/8] target/ppc: 405: External "
` [PATCH 8/8] target/ppc: 405: System call "

[RFC PATCH 0/7] AMX support in Qemu
 2022-01-11  2:30 UTC  (5+ messages)
` [RFC PATCH 6/7] x86: Use new XSAVE ioctls handling

[PULL 00/13] Net patches
 2022-01-11  2:09 UTC  (3+ messages)

[PATCH 0/2] scsi: to fix issue on passing host_status to the guest kernel
 2022-01-11  1:15 UTC  (2+ messages)

[PATCH v4 0/5] user creatable pnv-phb4 devices
 2022-01-11  0:55 UTC  (6+ messages)
` [PATCH v4 1/5] ppc/pnv: set phb4 properties in stk_realize()
` [PATCH v4 2/5] ppc/pnv: move PHB4 XSCOM init to phb4_realize()
` [PATCH v4 3/5] ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStack
` [PATCH v4 4/5] ppc/pnv: Introduce user creatable pnv-phb4 devices
` [PATCH v4 5/5] ppc/pnv: turn pnv_phb4_update_regions() into static

[PATCH v4 00/12] Add riscv kvm accel support
 2022-01-11  0:27 UTC  (7+ messages)
` [PATCH v4 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH v4 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH v4 06/12] target/riscv: Support start kernel directly by KVM

[PATCH v3 00/31] Python: delete synchronous qemu.qmp package
 2022-01-10 23:33 UTC  (33+ messages)
` [PATCH v3 01/31] python/aqmp: use absolute import statement
` [PATCH v3 02/31] Python/aqmp: fix type definitions for mypy 0.920
` [PATCH v3 03/31] python: update type hints for mypy 0.930
` [PATCH v3 04/31] simplebench: Fix Python syntax error (reported by LGTM)
` [PATCH v3 05/31] python/aqmp: fix docstring typo
` [PATCH v3 06/31] python/aqmp: add __del__ method to legacy interface
` [PATCH v3 07/31] python/aqmp: handle asyncio.TimeoutError on execute()
` [PATCH v3 08/31] python/aqmp: copy type definitions from qmp
` [PATCH v3 09/31] python/aqmp: add SocketAddrT to package root
` [PATCH v3 10/31] python/aqmp: rename AQMPError to QMPError
` [PATCH v3 11/31] python/qemu-ga-client: don't use deprecated CLI syntax in usage comment
` [PATCH v3 12/31] python/qmp: switch qemu-ga-client to AQMP
` [PATCH v3 13/31] python/qmp: switch qom tools "
` [PATCH v3 14/31] python/qmp: switch qmp-shell "
` [PATCH v3 15/31] python: move qmp utilities to python/qemu/utils
` [PATCH v3 16/31] python: move qmp-shell under the AQMP package
` [PATCH v3 17/31] python/machine: permanently switch to AQMP
` [PATCH v3 18/31] scripts/cpu-x86-uarch-abi: fix CLI parsing
` [PATCH v3 19/31] scripts/cpu-x86-uarch-abi: switch to AQMP
` [PATCH v3 20/31] scripts/render-block-graph: "
` [PATCH v3 21/31] scripts/bench-block-job: "
` [PATCH v3 22/31] iotests/mirror-top-perms: "
` [PATCH v3 23/31] iotests: "
` [PATCH v3 24/31] python: temporarily silence pylint duplicate-code warnings
` [PATCH v3 25/31] python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
` [PATCH v3 26/31] python/aqmp: fully separate from qmp.QEMUMonitorProtocol
` [PATCH v3 27/31] python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
` [PATCH v3 28/31] python: remove the old QMP package
` [PATCH v3 29/31] python: re-enable pylint duplicate-code warnings
` [PATCH v3 30/31] python: rename qemu.aqmp to qemu.qmp
` [PATCH v3 31/31] python: rename 'aqmp-tui' to 'qmp-tui'

[PULL 0/4] Python patches
 2022-01-10 23:25 UTC  (5+ messages)
` [PULL 1/4] python/aqmp: use absolute import statement
` [PULL 2/4] Python/aqmp: fix type definitions for mypy 0.920
` [PULL 3/4] python: update type hints for mypy 0.930
` [PULL 4/4] simplebench: Fix Python syntax error (reported by LGTM)

[PATCH 1/2] riscv: opentitan: fixup plic stride len
 2022-01-10 23:24 UTC  (3+ messages)

[PATCH v11 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2022-01-10 22:44 UTC  (4+ messages)
` [PATCH v11 06/10] ACPI ERST: build the ACPI ERST table

/usr/shared/qemu binaries
 2022-01-10 23:03 UTC  (5+ messages)

[PATCH v4 00/11] Improve PMU support
 2022-01-10 22:42 UTC  (10+ messages)
` [PATCH v4 08/11] target/riscv: Add sscofpmf extension support
` [PATCH v4 09/11] target/riscv: Simplify counter predicate function
` [PATCH v4 11/11] hw/riscv: virt: Add PMU DT node to the device tree

[PATCH v12 0/9] acpi: Error Record Serialization Table, ERST, support for QEMU
 2022-01-10 22:42 UTC  (10+ messages)
` [PATCH v12 1/9] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v12 2/9] ACPI ERST: specification for ERST support
` [PATCH v12 3/9] ACPI ERST: PCI device_id for ERST
` [PATCH v12 4/9] ACPI ERST: header file "
` [PATCH v12 5/9] ACPI ERST: support for ACPI ERST feature
` [PATCH v12 6/9] ACPI ERST: build the ACPI ERST table
` [PATCH v12 7/9] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v12 8/9] ACPI ERST: qtest for ERST
` [PATCH v12 9/9] ACPI ERST: bios-tables-test testcase

[PATCH v2 0/5] Clean up error handling in libvhost-user memory mapping
 2022-01-10 22:38 UTC  (13+ messages)
` [PATCH v2 1/5] libvhost-user: Add vu_rem_mem_reg input validation
` [PATCH v2 4/5] libvhost-user: prevent over-running max RAM slots
` [PATCH v2 5/5] libvhost-user: handle removal of identical regions

[PATCH] hw: timer: ibex_timer: Fixup reading w/o register
 2022-01-10 22:32 UTC  (2+ messages)

[PATCH 0/2] Adds designware i2c module and adds it to virt arm
 2022-01-10 21:47 UTC  (3+ messages)
` [PATCH 1/2] hw/i2c: Add designware i2c controller
` [PATCH 2/2] hw/arm: Enable smbus on arm virt machine

[PATCH v1 00/34] testing/next and other misc fixes
 2022-01-10 21:50 UTC  (5+ messages)
` [PATCH v1 25/34] linux-user/elfload: add extra logging for hole finding
` [PATCH v1 27/34] tests/avocado: add :avocado: tags for some tests

[PATCH 00/15] reduce audio playback latency
 2022-01-10 21:50 UTC  (5+ messages)

[PATCH] linux-user: Fix clang warning for nios2-linux-user code
 2022-01-10 21:46 UTC  (2+ messages)

[RFC PATCH v2 0/6] host: Support macOS 12
 2022-01-10 21:38 UTC  (13+ messages)
` [RFC PATCH v2 2/6] audio/coreaudio: Remove a deprecation warning on "

[PATCH 0/6] qtests/libqos: Introduce pci-arm
 2022-01-10 21:19 UTC  (7+ messages)
` [PATCH 1/6] tests/qtest/vhost-user-test.c: Use vhostforce=on
` [PATCH 2/6] tests/qtest/libqos/pci: Introduce pio_limit
` [PATCH 3/6] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
` [PATCH 4/6] tests/qtest/vhost-user-blk-test: Setup MSIx to avoid error on aarch64
` [PATCH 5/6] tests/qtest/vhost-user-blk-test: Factorize vq setup code
` [PATCH 6/6] tests/qtest/libqos: Add pci-arm and add a pci-arm producer in arm-virt machine

[PATCH 0/3] python: fix for mypy 0.930 and pylint dependencies
 2022-01-10 21:20 UTC  (6+ messages)
` [PATCH 1/3] python/aqmp: use absolute import statement
` [PATCH 2/3] Python/aqmp: fix type definitions for mypy 0.920
` [PATCH 3/3] python: update type hints for mypy 0.930

[PATCH] virtio-pci: fix up config interrupt handling
 2022-01-10 21:09 UTC  (3+ messages)

[PULL v2 00/10] virtio: revert config interrupt changes
 2022-01-10 21:05 UTC  (11+ messages)
` [PULL v2 01/10] Revert "virtio-pci: add support for configure interrupt"
` [PULL v2 02/10] Revert "virtio-mmio: "
` [PULL v2 03/10] Revert "virtio-net: "
` [PULL v2 04/10] Revert "vhost: "
` [PULL v2 05/10] Revert "virtio: "
` [PULL v2 06/10] Revert "vhost-vdpa: add support for config interrupt"
` [PULL v2 07/10] Revert "vhost: introduce new VhostOps vhost_set_config_call"
` [PULL v2 08/10] Revert "virtio-pci: decouple the single vector from the interrupt process"
` [PULL v2 09/10] Revert "virtio-pci: decouple notifier from "
` [PULL v2 10/10] Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"

[PATCH] python/qom: Fix qom-set failure
 2022-01-10 20:16 UTC  (2+ messages)

[RFC PATCH v3 0/7] host: Support macOS 12
 2022-01-10 19:43 UTC  (6+ messages)
` [RFC PATCH v3 2/7] ui/cocoa: Remove allowedFileTypes restriction in SavePanel
` [RFC PATCH v3 6/7] block/file-posix: Remove a deprecation warning on macOS 12

[PATCH] linux-user/syscall.c: malloc to g_try_malloc
 2022-01-10 19:42 UTC  (4+ messages)
    ` Byte Sized task (was Re: [PATCH] linux-user/syscall.c: malloc to g_try_malloc)

[PATCH] hw/sensor: Add SB-TSI Temperature Sensor Interface
 2022-01-10 19:41 UTC  (5+ messages)

[PATCH] target/ppc: Add extra float instructions to POWER5P processors
 2022-01-10 19:28 UTC  (3+ messages)

[PULL 0/2] SD/MMC patches for 2022-01-08
 2022-01-10 19:20 UTC  (3+ messages)

[PATCH v2] block-backend: prevent dangling BDS pointers across aio_poll()
 2022-01-10 18:57 UTC  (2+ messages)

[PATCH] target/s390x: Fix 32-bit shifts
 2022-01-10 18:59 UTC 

[PATCH v4 0/6] target/arm: Reduced-IPA space and highmem fixes
 2022-01-10 18:51 UTC  (17+ messages)
` [PATCH v4 2/6] hw/arm/virt: Add a control for the the highmem redistributors
` [PATCH v4 3/6] hw/arm/virt: Honor highmem setting when computing the memory map
` [PATCH v4 4/6] hw/arm/virt: Use the PA range to compute "
` [PATCH v4 5/6] hw/arm/virt: Disable highmem devices that don't fit in the PA range
` [PATCH v4 6/6] hw/arm/virt: Drop superfluous checks against highmem

[PULL 00/10] virtio: revert config interrupt changes
 2022-01-10 18:32 UTC  (2+ messages)

[RFC PATCH] target/ppc: Remove xscmpnedp instruction
 2022-01-10 18:31 UTC  (4+ messages)

[PATCH 0/2] Introduce PCI mbox module for Nuvoton SoC
 2022-01-10 17:56 UTC  (3+ messages)
` [PATCH 1/2] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH 2/2] hw/arm: Add PCI mailbox module to Nuvoton SoC

[PATCH] simplebench: Fix Python syntax error (reported by LGTM)
 2022-01-10 18:09 UTC  (4+ messages)

[RFC PATCH 0/6] Basic skeleton of RP2040 Raspbery Pi Pico
 2022-01-10 17:51 UTC  (7+ messages)
` [RFC PATCH 1/6] hw/arm: arm initial boilerplate for RP2040 SoC
` [RFC PATCH 2/6] hw/arm: add boilerplate for machines based on the RP2040
` [RFC PATCH 3/6] hw/arm: wire-up memory from the Pico board and the SoC
` [RFC PATCH 4/6] pc-bios: add pipico mask rom (!upstream)
` [RFC PATCH 5/6] hw/arm: add mask boot ROM logic
` [RFC PATCH 6/6] docs/devel: add some clarifying text for aliases

[PATCH v4 00/14] vfio-user server in QEMU
 2022-01-10 17:56 UTC  (7+ messages)
` [PATCH v4 07/14] vfio-user: run vfio-user context

[PATCH 1/2] accel/tcg: Optimize jump cache flush during tlb range flush
 2022-01-10 16:47 UTC  (2+ messages)
` [PATCH 2/2] target/arm: Bail out early on 0-length tlb range invalidate

[PATCH v3 00/10] user creatable pnv-phb4 devices
 2022-01-10 16:42 UTC  (17+ messages)
` [PATCH v3 04/10] pnv_phb4_pec.c: remove stack 'phb-id' alias
` [PATCH v3 05/10] pnv_phb4_pec.c: move phb4 properties setup to pec_realize()
` [PATCH v3 06/10] ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStack
` [PATCH v3 07/10] ppc/pnv: move PHB4 related XSCOM init to phb4_realize()
` [PATCH v3 08/10] pnv_phb4.c: check stack->phb not NULL in phb4_update_regions()
` [PATCH v3 09/10] ppc/pnv: Introduce user creatable pnv-phb4 devices

[PATCH] tests/qtest: add qtests for npcm7xx sdhci
 2022-01-10 16:39 UTC  (2+ messages)

[PATCH v2] net/tap: Set return code on failure
 2022-01-10 16:33 UTC  (2+ messages)

[PATCH v2 0/4] trace qmp commands
 2022-01-10 16:27 UTC  (9+ messages)
` [PATCH v2 1/4] jobs: drop qmp_ trace points
` [PATCH v2 2/4] scripts/qapi/commands: gen_commands(): add add_trace_points argument
` [PATCH v2 3/4] scripts/qapi-gen.py: add --add-trace-points option
` [PATCH v2 4/4] meson: generate trace points for qmp commands

[PULL 0/4] M68k for 7.0 patches
 2022-01-10 16:00 UTC  (2+ messages)

iotest 040, 041, intermittent failure in netbsd VM
 2022-01-10 15:55 UTC 

[PATCH 0/1] Patch to adjust coroutine pool size adaptively
 2022-01-10 15:45 UTC  (3+ messages)
` [PATCH 1/1] util: adjust coroutine pool size to virtio block queue

[PATCH v14 00/26] Add LoongArch linux-user emulation support
 2022-01-10 15:20 UTC  (6+ messages)
` [PATCH v14 02/26] target/loongarch: Add core definition


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