messages from 2021-09-02 12:08:26 to 2021-09-02 20:12:10 UTC [more...]
[PATCH 00/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
2021-09-02 20:10 UTC (27+ messages)
` [PATCH 01/24] target/xtensa: Restrict do_transaction_failed() "
` [PATCH 02/24] target/i386: Restrict sysemu-only fpu_helper helpers
` [PATCH 03/24] target/i386: Simplify TARGET_X86_64 #ifdef'ry
` [RFC PATCH 04/24] accel/tcg: Rename user-mode do_interrupt hack as fake_user_exception
` [PATCH 05/24] accel/tcg: Assert most of cpu_handle_interrupt() is sysemu-specific
` [PATCH 06/24] target/alpha: Restrict cpu_exec_interrupt() handler to sysemu
` [PATCH 07/24] target/arm: "
` [PATCH 08/24] target/avr: "
` [PATCH 09/24] target/cris: "
` [PATCH 10/24] target/hppa: "
` [PATCH 11/24] target/i386: "
` [PATCH 12/24] target/m68k: "
` [PATCH 13/24] target/microblaze: "
` [PATCH 14/24] target/mips: "
` [PATCH 15/24] target/nios2: "
` [PATCH 16/24] target/openrisc: "
` [PATCH 17/24] target/ppc: "
` [PATCH 18/24] target/riscv: "
` [PATCH 19/24] target/sh4: "
` [PATCH 20/24] target/sparc: "
` [PATCH 21/24] target/rx: "
` [PATCH 22/24] target/xtensa: "
` [PATCH 23/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() "
` [PATCH 24/24] user: Remove cpu_get_pic_interrupt() stubs
[PATCH v2 0/9] escc: fix reset and R_STATUS when SDLC mode is enabled
2021-09-02 19:36 UTC (6+ messages)
` [PATCH v2 4/9] escc: introduce escc_hard_reset_chn() for hardware reset
[PATCH] hw/ssi: imx_spi: Improve chip select handling
2021-09-02 19:29 UTC (4+ messages)
[PATCH] hw/arm: Add support for kudo-bmc board
2021-09-02 18:16 UTC
[PATCH v2 0/5] hw/virtio: Minor housekeeping patches
2021-09-02 16:50 UTC (6+ messages)
` [PATCH v2 1/5] hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU
` [PATCH v2 2/5] hw/virtio: Comment virtqueue_flush() must be called with RCU read lock
` [PATCH v2 3/5] hw/virtio: Remove NULL check in virtio_free_region_cache()
` [PATCH v2 4/5] hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()
` [PATCH v2 5/5] hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees
[PATCH 0/1] hw/arm/aspeed: Add Fuji machine type
2021-09-02 16:27 UTC (7+ messages)
[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
2021-09-02 16:15 UTC (25+ messages)
` [PATCH v3 01/30] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PATCH v3 02/30] hw/core: Restrict cpu_has_work() "
` [PATCH v3 03/30] hw/core: Un-inline cpu_has_work()
` [PATCH v3 04/30] sysemu: Introduce AccelOpsClass::has_work()
` [PATCH v3 05/30] accel/kvm: Implement AccelOpsClass::has_work()
` [PATCH v3 06/30] accel/whpx: "
` [PATCH v3 07/30] accel/tcg: Implement AccelOpsClass::has_work() as stub
` [PATCH v3 08/30] target/alpha: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 09/30] target/arm: "
` [PATCH v3 10/30] target/avr: "
` [PATCH v3 11/30] target/cris: "
` [PATCH v3 12/30] target/hexagon: Remove unused has_work() handler
` [PATCH v3 13/30] target/hppa: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 14/30] target/i386: "
` [PATCH v3 15/30] target/m68k: "
` [PATCH v3 16/30] target/microblaze: "
` [PATCH v3 17/30] target/mips: "
` [PATCH v3 18/30] target/nios2: "
` [PATCH v3 19/30] target/openrisc: "
` [PATCH v3 20/30] target/ppc: "
` [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
` [PATCH v3 22/30] target/ppc: Simplify has_work() handlers
` [PATCH v3 23/30] target/riscv: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 24/30] target/rx: "
[PATCH v2 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
2021-09-02 16:07 UTC (15+ messages)
` [PATCH v2 01/35] acpi: add helper routines to initialize "
` [PATCH v2 06/35] acpi: build_tpm2: use acpi_init_table()/acpi_table_composed() instead of build_header()
` [PATCH v2 13/35] acpi: x86: build_dsdt: "
` [PATCH v2 27/35] acpi: arm: virt: "
` [PATCH v2 30/35] acpi: arm/virt: build_spcr: fix invalid cast
` [PATCH v2 31/35] acpi: arm/virt: build_spcr: use acpi_init_table()/acpi_table_composed() instead of build_header()
` [PATCH v2 32/35] acpi: arm/virt: build_gtdt: "
[PATCH v6 0/5] hw/arm/virt: Introduce cpu topology support
2021-09-02 15:56 UTC (2+ messages)
[PATCH] block/vvfat: Fix ro shared folder
2021-09-02 15:41 UTC (3+ messages)
[PATCH] target/i386: Include 'hw/i386/apic.h' locally
2021-09-02 15:22 UTC
[RFC 0/5] VirtIO RDMA
2021-09-02 15:16 UTC (7+ messages)
` [RFC 1/5] RDMA/virtio-rdma Introduce a new core cap prot
` [RFC 2/5] RDMA/virtio-rdma: VirtIO RDMA driver
` [RFC 3/5] RDMA/virtio-rdma: VirtIO RDMA test module
` [RFC 4/5] virtio-net: Move some virtio-net-pci decl to include/hw/virtio
` [RFC 5/5] hw/virtio-rdma: VirtIO rdma device
[PATCH 0/4] target/arm: Use TCG vector ops for MVE
2021-09-02 15:09 UTC (5+ messages)
` [PATCH 1/4] target/arm: Add TB flag for "MVE insns not predicated"
` [PATCH 2/4] target/arm: Optimize MVE logic ops
` [PATCH 3/4] target/arm: Optimize MVE arithmetic ops
` [PATCH 4/4] target/arm: Optimize MVE VNEG, VABS
[PATCH 0/3] hw/virtio: Minor housekeeping patches
2021-09-02 15:08 UTC (10+ messages)
` [PATCH 1/3] hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU
` [PATCH 2/3] hw/virtio: Remove NULL check in virtio_free_region_cache()
` [RFC PATCH 3/3] hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees
[PATCH 4/4] vl: Prioritize realizations of devices
2021-09-02 15:06 UTC (14+ messages)
[PATCH] hw/virtio: Update vring after modifying its queue size
2021-09-02 14:56 UTC (2+ messages)
Guest Agent issue with 'guest-get-osinfo' command on Windows
2021-09-02 14:54 UTC (8+ messages)
[PATCH V2] block/rbd: implement bdrv_co_block_status
2021-09-02 14:12 UTC (5+ messages)
[RFC][PATCH v1 00/10] Enable encrypted guest memory access in QEMU
2021-09-02 14:04 UTC (2+ messages)
[PATCH] migration: initialise compression_counters for a new migration
2021-09-02 11:51 UTC
[PULL 00/56] Block patches
2021-09-02 13:56 UTC (2+ messages)
[PATCH v4 0/9] migration/ram: Optimize for virtio-mem via RamDiscardManager
2021-09-02 13:14 UTC (10+ messages)
` [PATCH v4 1/9] memory: Introduce replay_discarded callback for RamDiscardManager
` [PATCH v4 2/9] virtio-mem: Implement replay_discarded RamDiscardManager callback
` [PATCH v4 3/9] migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*()
` [PATCH v4 4/9] migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source
` [PATCH v4 5/9] virtio-mem: Drop precopy notifier
` [PATCH v4 6/9] migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
` [PATCH v4 7/9] migration: Simplify alignment and alignment checks
` [PATCH v4 8/9] migration/ram: Factor out populating pages readable in ram_block_populate_pages()
` [PATCH v4 9/9] migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots
[PATCH v2 00/20] ppc/pnv: Extend the powernv10 machine
2021-09-02 13:09 UTC (21+ messages)
` [PATCH v2 01/20] docs/system: ppc: Update the URL for OpenPOWER firmware images
` [PATCH v2 02/20] ppc/pnv: Add an assert when calculating the RAM distribution on chips
` [PATCH v2 03/20] ppc/xive2: Introduce a XIVE2 core framework
` [PATCH v2 04/20] ppc/xive2: Introduce a presenter matching routine
` [PATCH v2 05/20] ppc/pnv: Add a XIVE2 controller to the POWER10 chip
` [PATCH v2 06/20] ppc/pnv: Add a OCC model for POWER10
` [PATCH v2 07/20] ppc/pnv: Add POWER10 quads
` [PATCH v2 08/20] ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridge
` [PATCH v2 09/20] ppc/pnv: Add a HOMER model to POWER10
` [PATCH v2 10/20] ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10)
` [PATCH v2 11/20] ppc/xive2: Add support for notification injection on ESB pages
` [PATCH v2 12/20] ppc/xive: Add support for PQ state bits offload
` [PATCH v2 13/20] ppc/pnv: Add support for PQ offload on PHB5
` [PATCH v2 14/20] ppc/pnv: Add support for PHB5 "Address-based trigger" mode
` [PATCH v2 15/20] pnv/xive2: Introduce new capability bits
` [PATCH v2 16/20] ppc/pnv: add XIVE Gen2 TIMA support
` [PATCH v2 17/20] pnv/xive2: Add support XIVE2 P9-compat mode (or Gen1)
` [PATCH v2 18/20] xive2: Add a get_config() handler for the router configuration
` [PATCH v2 19/20] pnv/xive2: Add support for automatic save&restore
` [PATCH v2 20/20] pnv/xive2: Add support for 8bits thread id
[PATCH v2 0/3] softmmu/vl: Deprecate old and crufty display ui options
2021-09-02 13:21 UTC (6+ messages)
` [PATCH v2 3/3] softmmu/vl: Deprecate the -sdl and -curses option
[PULL 00/13] Testing, build system and misc patches
2021-09-02 12:49 UTC (14+ messages)
` [PULL 01/13] docs: add definitions of terms for CI/testing
` [PULL 02/13] libqtest: check for g_setenv() failure
` [PULL 03/13] gitlab-ci: Merge "build-disabled" with "build-without-default-features"
` [PULL 04/13] gitlab-ci: Remove superfluous "dnf install" statement
` [PULL 05/13] gitlab-ci: Fix ..._RUNNER_AVAILABLE variables and document them
` [PULL 06/13] gitlab-ci: Don't try to use the system libfdt in the debian job
` [PULL 07/13] meson.build: Fix the check for a usable libfdt
` [PULL 08/13] meson.build: Don't use internal libfdt if the user requested the system libfdt
` [PULL 09/13] configure / meson: Move the GBM handling to meson.build
` [PULL 10/13] scripts: Remove the "show-fixed-bugs.sh" file
` [PULL 11/13] softmmu/vl: Add a "grab-mod" parameter to the -display sdl option
` [PULL 12/13] softmmu/vl: Deprecate the old grab options
` [PULL 13/13] softmmu/vl: Deprecate the -sdl and -curses option
[PATCH v8 00/10] GICv3 LPI and ITS feature implementation
2021-09-02 12:51 UTC (5+ messages)
` [PATCH v8 07/10] hw/arm/sbsa-ref: add ITS support in SBSA GIC
[PATCH 00/29] [RFC] build more i386 tcg code modular
2021-09-02 13:09 UTC (3+ messages)
` [PATCH 10/29] tcg_funcs: Add tlb_flush to TCGModuleOps
[PATCH v4 00/21] Add LoongArch linux-user emulation support
2021-09-02 12:41 UTC (22+ messages)
` [PATCH v4 01/21] target/loongarch: Add README
` [PATCH v4 02/21] target/loongarch: Add core definition
` [PATCH v4 03/21] target/loongarch: Add main translation routines
` [PATCH v4 04/21] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v4 05/21] target/loongarch: Add fixed point shift "
` [PATCH v4 06/21] target/loongarch: Add fixed point bit "
` [PATCH v4 07/21] target/loongarch: Add fixed point load/store "
` [PATCH v4 08/21] target/loongarch: Add fixed point atomic "
` [PATCH v4 09/21] target/loongarch: Add fixed point extra "
` [PATCH v4 10/21] target/loongarch: Add floating point arithmetic "
` [PATCH v4 11/21] target/loongarch: Add floating point comparison "
` [PATCH v4 12/21] target/loongarch: Add floating point conversion "
` [PATCH v4 13/21] target/loongarch: Add floating point move "
` [PATCH v4 14/21] target/loongarch: Add floating point load/store "
` [PATCH v4 15/21] target/loongarch: Add branch "
` [PATCH v4 16/21] target/loongarch: Add disassembler
` [PATCH v4 17/21] LoongArch Linux User Emulation
` [PATCH v4 18/21] default-configs: Add loongarch linux-user support
` [PATCH v4 19/21] target/loongarch: Add target build suport
` [PATCH v4 20/21] target/loongarch: 'make check-tcg' support
` [PATCH v4 21/21] scripts: add loongarch64 binfmt config
[PATCH v1 0/8] Virtio features acknowledged by guest
2021-09-02 12:34 UTC (2+ messages)
[PULL 0/3] 9p queue 2021-09-02
2021-09-02 11:42 UTC (4+ messages)
` [PULL 2/3] hw/9pfs: use g_autofree in v9fs_walk() where possible
` [PULL 3/3] 9pfs: fix crash in v9fs_walk()
` [PULL 1/3] hw/9pfs: avoid 'path' copy "
[PATCH v3 0/2] [RESEND] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
2021-09-02 12:02 UTC (2+ messages)
[PATCH v2 00/15] tests: acpi: add x2apic and various iommu tests
2021-09-02 11:35 UTC (6+ messages)
` [PATCH v2 06/15] tests: acpi: whitelist new expected table tests/data/acpi/q35/DMAR.dmar
` [PATCH v2 08/15] tests: acpi: add expected blob for DMAR table
` [PATCH v2 11/15] tests: acpi: update expected blobs
` [PATCH v2 13/15] tests: arm-cpu-features: use qtest_has_kvm() API
` [PATCH v2 14/15] tests: migration-test: use qtest_has_accel() API
[PATCH v2 00/22] QEMU RISC-V AIA support
2021-09-02 11:25 UTC (4+ messages)
` [PATCH v2 18/22] hw/intc: Add RISC-V AIA APLIC device emulation
` [PATCH v2 20/22] hw/intc: Add RISC-V AIA IMSIC "
` [PATCH v2 22/22] docs/system: riscv: Document AIA options for virt machine
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).