messages from 2022-02-11 12:39:13 to 2022-02-12 01:00:51 UTC [more...]
[PULL 00/40] riscv-to-apply queue
2022-02-12 0:00 UTC (33+ messages)
` [PULL 01/40] include: hw: remove ibex_plic.h
` [PULL 02/40] Allow setting up to 8 bytes with the generic loader
` [PULL 03/40] target/riscv: correct "code should not be reached" for x-rv128
` [PULL 04/40] target/riscv: refactor (anonymous struct) RISCVCPU.cfg into 'struct RISCVCPUConfig'
` [PULL 05/40] target/riscv: riscv_tr_init_disas_context: copy pointer-to-cfg into cfg_ptr
` [PULL 06/40] target/riscv: access configuration through cfg_ptr in DisasContext
` [PULL 07/40] target/riscv: access cfg structure through DisasContext
` [PULL 08/40] target/riscv: iterate over a table of decoders
` [PULL 09/40] target/riscv: Add XVentanaCondOps custom extension
` [PULL 10/40] target/riscv: add a MAINTAINERS entry for XVentanaCondOps
` [PULL 11/40] target/riscv: Fix vill field write in vtype
` [PULL 12/40] target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode
` [PULL 13/40] target/riscv: Implement SGEIP bit in hip and hie CSRs
` [PULL 14/40] target/riscv: Implement hgeie and hgeip CSRs
` [PULL 15/40] target/riscv: Improve delivery of guest external interrupts
` [PULL 16/40] target/riscv: Allow setting CPU feature from machine/device emulation
` [PULL 17/40] target/riscv: Add AIA cpu feature
` [PULL 18/40] target/riscv: Add defines for AIA CSRs
` [PULL 19/40] target/riscv: Allow AIA device emulation to set ireg rmw callback
` [PULL 20/40] target/riscv: Implement AIA local interrupt priorities
` [PULL 21/40] target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
` [PULL 22/40] target/riscv: Implement AIA hvictl and hviprioX CSRs
` [PULL 23/40] target/riscv: Implement AIA interrupt filtering CSRs
` [PULL 24/40] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs
` [PULL 25/40] target/riscv: Implement AIA xiselect and xireg CSRs
` [PULL 26/40] target/riscv: Implement AIA IMSIC interface CSRs
` [PULL 27/40] hw/riscv: virt: Use AIA INTC compatible string when available
` [PULL 28/40] target/riscv: Allow users to force enable AIA CSRs in HART
` [PULL 29/40] hw/intc: Add RISC-V AIA APLIC device emulation
` [PULL 31/40] hw/intc: Add RISC-V AIA IMSIC "
` [PULL 33/40] docs/system: riscv: Document AIA options for virt machine
` [PULL 34/40] hw/riscv: virt: Increase maximum number of allowed CPUs
[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-02-11 23:40 UTC (5+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 04/12] mm/shmem: Support memfile_notifier
[RFC PATCH 00/27] Virtio sound card implementation
2022-02-11 22:13 UTC (27+ messages)
` [RFC PATCH v2 00/25] Virtio Sound card Implementation
` [RFC PATCH 01/25] virtio-snd: Add virtio sound header file
` [RFC PATCH 02/25] virtio-snd: Add jack control structures
` [RFC PATCH 03/25] virtio-snd: Add PCM "
` [RFC PATCH 04/25] virtio-snd: Add chmap "
` [RFC PATCH 05/25] virtio-snd: Add device implementation structures
` [RFC PATCH 06/25] virtio-snd: Add PCI wrapper code for VirtIOSound
` [RFC PATCH 07/25] virtio-snd: Add properties for class init
` [RFC PATCH 08/25] virtio-snd: Add code for get config function
` [RFC PATCH 09/25] virtio-snd: Add code for the realize function
` [RFC PATCH 10/25] virtio-snd: Add macros for logging
` [RFC PATCH 11/25] virtio-snd: Add control virtqueue handler
` [RFC PATCH 12/25] virtio-snd: Add VIRTIO_SND_R_JACK_INFO handler
` [RFC PATCH 13/25] virtio-snd: Add stub for VIRTIO_SND_R_JACK_REMAP handler
` [RFC PATCH 14/25] virtio-snd: Add VIRTIO_SND_R_PCM_INFO handler
` [RFC PATCH 15/25] virtio-snd: Add VIRITO_SND_R_PCM_SET_PARAMS handle
` [RFC PATCH 16/25] virtio-snd: Add VIRTIO_SND_R_PCM_PREPARE handler
` [RFC PATCH 17/25] virtio-snd: Add default configs to realize fn
` [RFC PATCH 18/25] virtio-snd: Add callback for SWVoiceOut
` [RFC PATCH 19/25] virtio-snd: Add start/stop handler
` [RFC PATCH 20/25] virtio-snd: Add VIRTIO_SND_R_PCM_RELEASE handler
` [RFC PATCH 21/25] virtio-snd: Replaced goto with if else
` [RFC PATCH 22/25] virtio-snd: Add code to device unrealize function
` [RFC PATCH 23/25] virtio-snd: Add xfer handler
` [RFC PATCH 24/25] virtio-snd: Add event vq and a handler stub
` [RFC PATCH 25/25] virtio-snd: Replaced AUD_log with tracepoints
[PATCH v1 00/11] testing/next (docker, lcitool, ci, tcg)
2022-02-11 21:50 UTC (18+ messages)
` [PATCH v1 01/11] tests/docker: restore TESTS/IMAGES filtering
` [PATCH v1 02/11] tests/docker: add NOUSER for alpine image
` [PATCH v1 03/11] tests/lcitool: update to latest version
` [PATCH v1 04/11] tests/docker: update debian-arm64-cross with lci-tool
` [PATCH v1 05/11] tests/docker: introduce debian-riscv64-test-cross
` [PATCH v1 06/11] scripts/ci: add build env rules for aarch32 on aarch64
` [PATCH v1 07/11] scripts/ci: allow for a secondary runner
` [PATCH v1 08/11] gitlab: add a new aarch32 custom runner definition
` [PATCH v1 09/11] tests/tcg: build sha1-vector with O3 and compare
` [PATCH v1 10/11] tests/tcg: add sha512 test
` [PATCH v1 11/11] tests/tcg: add vectorised sha512 versions
[RFC PATCH 0/3] tests/tcg/ppc64le: fix the build of TCG tests with Clang
2022-02-11 20:22 UTC (3+ messages)
Adding a handshake to qemu-guest-agent
2022-02-11 19:38 UTC
[PATCH] scripts/qapi: minor delinting
2022-02-11 18:36 UTC (6+ messages)
[PATCH v11 0/4] PMU-EBB support for PPC64 TCG
2022-02-11 18:33 UTC (5+ messages)
` [PATCH v11 1/4] target/ppc: fix indent of function parameters
` [PATCH v11 2/4] target/ppc: finalize pre-EBB PMU logic
` [PATCH v11 3/4] target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions
` [PATCH v11 4/4] target/ppc: trigger PERFM EBBs from power8-pmu.c
[PATCH v2] scripts/qapi: minor delinting
2022-02-11 18:36 UTC
[PULL 0/3] Block layer patches
2022-02-11 17:58 UTC (4+ messages)
` [PULL 1/3] block: Lock AioContext for drain_end in blockdev-reopen
` [PULL 2/3] iotests: Test blockdev-reopen with iothreads and throttling
` [PULL 3/3] hw/block/fdc-isa: Respect QOM properties when building AML
[PATCH v2 0/8] Improve integration of iotests in the meson test harness
2022-02-11 17:32 UTC (7+ messages)
` [PATCH v2 1/8] tests/qemu-iotests/testrunner: Allow parallel test invocations
[PATCH] hw/virtio: vdpa: Fix leak of host-notifier memory-region
2022-02-11 17:02 UTC
[PATCH v5 00/43] CXl 2.0 emulation Support
2022-02-11 16:52 UTC (5+ messages)
` [PATCH v5 20/43] hw/cxl/device: Add a memory device (8.2.8.5)
[PATCH 0/6] Improve integration of iotests in the meson test harness
2022-02-11 16:48 UTC (10+ messages)
` [PATCH 1/6] tests/qemu-iotests: Improve the check for GNU sed
[PATCH] hw/block/fdc-isa: Respect QOM properties when building AML
2022-02-11 16:37 UTC (2+ messages)
[PATCH v4 00/13] host: Support macOS 12
2022-02-11 16:34 UTC (14+ messages)
` [PATCH v4 01/13] lcitool: refresh
` [PATCH v4 02/13] configure: Allow passing extra Objective C compiler flags
` [PATCH v4 03/13] tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directives
` [PATCH v4 04/13] hvf: Use standard CR0 and CR4 register definitions
` [PATCH v4 05/13] hvf: Fix OOB write in RDTSCP instruction decode
` [PATCH v4 06/13] hvf: Enable RDTSCP support
` [PATCH v4 07/13] hvf: Make hvf_get_segments() / hvf_put_segments() local
` [PATCH v4 08/13] hvf: Remove deprecated hv_vcpu_flush() calls
` [PATCH v4 09/13] block/file-posix: Remove a deprecation warning on macOS 12
` [PATCH v4 10/13] audio/coreaudio: "
` [PATCH v4 11/13] audio/dbus: Fix building with modules on macOS
` [PATCH v4 12/13] ui/cocoa: Remove allowedFileTypes restriction in SavePanel
` [PATCH v4 13/13] gitlab-ci: Support macOS 12 via cirrus-run
[PATCH v6 00/43] CXl 2.0 emulation Support
2022-02-11 16:50 UTC (27+ messages)
` [PATCH v6 16/43] hw/cxl/rp: Add a root port
` [PATCH v6 17/43] hw/cxl/device: Add a memory device (8.2.8.5)
` [PATCH v6 18/43] qtests/cxl: Add initial root port and CXL type3 tests
` [PATCH v6 21/43] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PATCH v6 22/43] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PATCH v6 23/43] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v6 24/43] acpi/cxl: Add _OSC implementation (9.14.2)
` [PATCH v6 25/43] acpi/cxl: Create the CEDT (9.14.1)
` [PATCH v6 27/43] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v6 28/43] acpi/cxl: Introduce CFMWS structures in CEDT
` [PATCH v6 29/43] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PATCH v6 30/43] pci/pcie_port: Add pci_find_port_by_pn()
` [PATCH v6 31/43] CXL/cxl_component: Add cxl_get_hb_cstate()
` [PATCH v6 32/43] mem/cxl_type3: Add read and write functions for associated hostmem
` [PATCH v6 33/43] cxl/cxl-host: Add memops for CFMWS region
` [PATCH v6 34/43] RFC: softmmu/memory: Add ops to memory_region_ram_init_from_file
` [PATCH v6 35/43] hw/cxl/component Add a dumb HDM decoder handler
` [PATCH v6 36/43] i386/pc: Enable CXL fixed memory windows
` [PATCH v6 37/43] tests/acpi: q35: Allow addition of a CXL test
` [PATCH v6 38/43] qtests/bios-tables-test: Add a test for CXL emulation
` [PATCH v6 39/43] tests/acpi: Add tables "
` [PATCH v6 40/43] qtest/cxl: Add more complex test cases with CFMWs
` [PATCH v6 41/43] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v6 42/43] qtest/cxl: Add aarch64 virt test for CXL
` [PATCH v6 43/43] docs/cxl: Add initial Compute eXpress Link (CXL) documentation
[PATCH 0/4] Make qemu-img dd more flexible
2022-02-11 16:42 UTC (3+ messages)
[PATCH v5 0/2] semihosting/next (SYS_HEAPINFO)
2022-02-11 16:18 UTC (6+ messages)
` [PATCH v5 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
[RFC] vhost-vdpa: make notifiers _init()/_uninit() symmetric
2022-02-11 16:13 UTC
[PATCH 0/6] block: bug fixes in preparation of AioContext removal
2022-02-11 15:38 UTC (7+ messages)
` [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 5/6] test-bdrv-drain.c: remove test_detach_by_parent_cb()
[PATCH v7 00/31] block layer: split block APIs in global state and I/O
2022-02-11 14:51 UTC (32+ messages)
` [PATCH v7 01/31] main-loop.h: introduce qemu_in_main_thread()
` [PATCH v7 02/31] main loop: macros to mark GS and I/O functions
` [PATCH v7 03/31] include/block/block: split header into I/O and global state API
` [PATCH v7 04/31] assertions for block "
` [PATCH v7 05/31] IO_CODE and IO_OR_GS_CODE for block I/O API
` [PATCH v7 06/31] block/export/fuse.c: allow writable exports to take RESIZE permission
` [PATCH v7 07/31] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PATCH v7 08/31] block/block-backend.c: assertions for block-backend
` [PATCH v7 09/31] IO_CODE and IO_OR_GS_CODE for block-backend I/O API
` [PATCH v7 10/31] block.c: assertions to the block layer permissions API
` [PATCH v7 11/31] include/block/block_int: split header into I/O and global state API
` [PATCH v7 12/31] assertions for block_int "
` [PATCH v7 13/31] IO_CODE and IO_OR_GS_CODE for block_int I/O API
` [PATCH v7 14/31] block: introduce assert_bdrv_graph_writable
` [PATCH v7 15/31] include/block/blockjob_int.h: split header into I/O and GS API
` [PATCH v7 16/31] GS and IO CODE macros for blockjob_int.h
` [PATCH v7 17/31] block.c: add assertions to static functions
` [PATCH v7 18/31] include/block/blockjob.h: global state API
` [PATCH v7 19/31] assertions for blockjob.h "
` [PATCH v7 20/31] include/sysemu/blockdev.h: "
` [PATCH v7 21/31] assertions for blockdev.h "
` [PATCH v7 22/31] include/block/snapshot: global state API + assertions
` [PATCH v7 23/31] block/copy-before-write.h: "
` [PATCH v7 24/31] block/coroutines: I/O and "I/O or GS" API
` [PATCH v7 25/31] block_int-common.h: split function pointers in BlockDriver
` [PATCH v7 26/31] block_int-common.h: assertions in the callers of BlockDriver function pointers
` [PATCH v7 27/31] block_int-common.h: split function pointers in BdrvChildClass
` [PATCH v7 28/31] block_int-common.h: assertions in the callers of BdrvChildClass function pointers
` [PATCH v7 29/31] block-backend-common.h: split function pointers in BlockDevOps
` [PATCH v7 30/31] job.h: split function pointers in JobDriver
` [PATCH v7 31/31] job.h: assertions in the callers of JobDriver function pointers
[PATCH v14 0/7] support dirty restraint on vCPU
2022-02-11 13:40 UTC (3+ messages)
` [PATCH v14 7/7] softmmu/dirtylimit: Implement dirty page rate limit
[PULL v2 0/7] nbd: handle AioContext change correctly
2022-02-11 13:22 UTC (8+ messages)
` [PULL v2 1/7] block/nbd: Delete reconnect delay timer when done
` [PULL v2 2/7] block/nbd: Delete open "
` [PULL v2 3/7] block/nbd: Assert there are no timers when closed
` [PULL v2 4/7] iotests.py: Add QemuStorageDaemon class
` [PULL v2 5/7] iotests/281: Test lingering timers
` [PULL v2 6/7] block/nbd: Move s->ioc on AioContext change
` [PULL v2 7/7] iotests/281: Let NBD connection yield in iothread
[PATCH v3 0/3] Support fd-based KVM stats
2022-02-11 13:51 UTC (5+ messages)
` [PATCH v3 1/3] qmp: Support for querying stats
[RFC 0/8] ioregionfd introduction
2022-02-11 13:46 UTC (3+ messages)
` [RFC 4/8] ioregionfd: Introduce IORegionDFObject type
[PULL 0/7] nbd: handle AioContext change correctly
2022-02-11 13:04 UTC (3+ messages)
[RFC v4 00/21] vfio-user client
2022-02-11 13:31 UTC (3+ messages)
` [RFC v4 20/21] vfio-user: migration support
[PATCH 0/9] exec: Split some user-mode specific declarations from 'exec/exec-all.h'
2022-02-11 12:54 UTC (5+ messages)
` [PATCH 2/9] coverity-scan: Cover common-user/
[PATCH v12 0/8] hmp,qmp: Add commands to introspect virtio devices
2022-02-11 12:30 UTC (3+ messages)
` [PATCH v12 5/8] qmp: decode feature & status bits in virtio-status
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).