messages from 2021-09-03 20:17:08 to 2021-09-04 23:57:22 UTC [more...]
[PATCH v2 00/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
2021-09-04 23:55 UTC
[PATCH 00/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
2021-09-04 23:40 UTC (11+ messages)
` [RFC PATCH 04/24] accel/tcg: Rename user-mode do_interrupt hack as fake_user_exception
` [PATCH 08/24] target/avr: Restrict cpu_exec_interrupt() handler to sysemu
` [PATCH 16/24] target/openrisc: "
[PATCH] hw/ssi: imx_spi: Improve chip select handling
2021-09-04 23:19 UTC (7+ messages)
[PATCH v7 0/2] memory: Have 'info mtree' remove duplicated Address Space information
2021-09-04 23:11 UTC (3+ messages)
` [PATCH v7 1/2] memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()
` [PATCH v7 2/2] memory: Have 'info mtree' remove duplicated Address Space information
[PATCH] MAINTAINERS: add myself as partial audio reviewer
2021-09-04 23:05 UTC (2+ messages)
[PULL 00/14] aspeed queue
2021-09-04 23:03 UTC (6+ messages)
` [PULL 14/14] hw/arm/aspeed: Add Fuji machine type
[PULL 00/35] pc,pci,virtio: fixes, cleanups
2021-09-04 21:37 UTC (36+ messages)
` [PULL 01/35] vhost-vdpa: Do not send empty IOTLB update batches
` [PULL 02/35] hw/virtio: Fix leak of host-notifier memory-region
` [PULL 03/35] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
` [PULL 04/35] hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place
` [PULL 05/35] q35: catch invalid cpu hotplug configuration
` [PULL 06/35] hw/acpi: refactor acpi hp modules so that targets can just use what they need
` [PULL 07/35] hw/virtio: move vhost_set_backend_type() to vhost.c
` [PULL 08/35] vhost-user: add missing space in error message
` [PULL 09/35] acpi: Delete broken ACPI_GED_X86 macro
` [PULL 10/35] Use PCI_HOST_BRIDGE macro
` [PULL 11/35] virtio-balloon: don't start free page hinting if postcopy is possible
` [PULL 12/35] virtio-balloon: free page hinting cleanups
` [PULL 13/35] virtio-bus: introduce iommu_enabled()
` [PULL 14/35] virtio-pci: implement iommu_enabled()
` [PULL 15/35] vhost: correctly detect the enabling IOMMU
` [PULL 16/35] hw/i386/acpi-build: Get NUMA information from struct NumaState
` [PULL 17/35] hw/pci: remove all references to find_i440fx function
` [PULL 18/35] hw/acpi: use existing references to pci device struct within functions
` [PULL 19/35] MAINTAINERS: Added myself as a reviewer for acpi/smbios subsystem
` [PULL 20/35] hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU
` [PULL 21/35] hw/virtio: Remove NULL check in virtio_free_region_cache()
` [PULL 22/35] hw/virtio: Add flatview update in vhost_user_cleanup()
` [PULL 23/35] tests/vhost-user-bridge.c: Sanity check socket path length
` [PULL 24/35] tests/vhost-user-bridge.c: Fix typo in help message
` [PULL 25/35] vhost-vdpa: remove unused variable "acked_features"
` [PULL 26/35] vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()
` [PULL 27/35] vhost_net: remove the meaningless assignment in vhost_net_start_one()
` [PULL 28/35] vhost: use unsigned int for nvqs
` [PULL 29/35] vhost_net: do not assume nvqs is always 2
` [PULL 30/35] vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()
` [PULL 31/35] vhost-vdpa: don't cleanup twice "
` [PULL 32/35] vhost-vdpa: fix leaking of vhost_net "
` [PULL 33/35] vhost-vdpa: tweak the error label "
` [PULL 34/35] vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()
` [PULL 35/35] vhost-vdpa: remove the unncessary queue_index assignment
[PATCH v10 00/16] target/riscv: Update QEmu for Zb[abcs] 1.0.0
2021-09-04 20:35 UTC (17+ messages)
` [PATCH v10 01/16] target/riscv: Introduce temporary in gen_add_uw()
` [PATCH v10 02/16] target/riscv: fix clzw implementation to operate on arg1
` [PATCH v10 03/16] target/riscv: clwz must ignore high bits (use shift-left & changed logic)
` [PATCH v10 04/16] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v10 05/16] target/riscv: Reassign instructions to the Zba-extension
` [PATCH v10 06/16] target/riscv: Remove the W-form instructions from Zbs
` [PATCH v10 07/16] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PATCH v10 08/16] target/riscv: Reassign instructions to the Zbs-extension
` [PATCH v10 09/16] target/riscv: Add instructions of the Zbc-extension
` [PATCH v10 10/16] target/riscv: Reassign instructions to the Zbb-extension
` [PATCH v10 11/16] target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
` [PATCH v10 12/16] target/riscv: Add a REQUIRE_32BIT macro
` [PATCH v10 13/16] target/riscv: Add rev8 instruction, removing grev/grevi
` [PATCH v10 14/16] target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
` [PATCH v10 15/16] target/riscv: Remove RVB (replaced by Zb[abcs])
` [PATCH v10 16/16] disas/riscv: Add Zb[abcs] instructions
[PATCH V2 00/21] vhost-vDPA multiqueue
2021-09-04 20:42 UTC (7+ messages)
` [PATCH V2 12/21] vhost-vdpa: open device fd in net_init_vhost_vdpa()
` [PATCH V2 17/21] vhost-net: control virtqueue support
` [PATCH V2 18/21] virito-net: use "qps" instead of "queues" when possible
[PATCH v2 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
2021-09-04 19:57 UTC (5+ messages)
` [PATCH v2 01/35] acpi: add helper routines to initialize "
[PATCH V2 0/3] virtio: Add vhost-user-i2c device's support
2021-09-04 19:44 UTC (2+ messages)
arm: Launching EFI-enabled arm32 Linux
2021-09-04 19:26 UTC
[PULL 00/22] testing and plugin updates
2021-09-04 18:20 UTC (2+ messages)
[PATCH v7 00/11] qcow2: fix parallel rewrite and discard (reqlist)
2021-09-04 16:24 UTC (12+ messages)
` [PATCH v7 01/11] block/reqlist: drop extra assertion
` [PATCH v7 02/11] block/reqlist: add reqlist_new_req() and reqlist_free_req()
` [PATCH v7 03/11] iotests: add qcow2-discard-during-rewrite
` [PATCH v7 04/11] qcow2: introduce qcow2_parse_compressed_cluster_descriptor()
` [PATCH v7 05/11] qcow2: refactor qcow2_co_preadv_task() to have one return
` [PATCH v7 06/11] qcow2: prepare for tracking guest io requests in data_file
` [PATCH v7 07/11] qcow2: track "
` [PATCH v7 08/11] qcow2: introduce is_cluster_free() helper
` [PATCH v7 09/11] qcow2: don't reallocate host clusters under guest operation
` [PATCH v7 10/11] block/reqlist: implement reqlist_mark_req_invalid()
` [PATCH v7 11/11] qcow2: use reqlist_mark_req_invalid()
[PATCH v5 0/9] migration/ram: Optimize for virtio-mem via RamDiscardManager
2021-09-04 16:09 UTC (10+ messages)
` [PATCH v5 1/9] memory: Introduce replay_discarded callback for RamDiscardManager
` [PATCH v5 2/9] virtio-mem: Implement replay_discarded RamDiscardManager callback
` [PATCH v5 3/9] migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*()
` [PATCH v5 4/9] migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source
` [PATCH v5 5/9] virtio-mem: Drop precopy notifier
` [PATCH v5 6/9] migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
` [PATCH v5 7/9] migration: Simplify alignment and alignment checks
` [PATCH v5 8/9] migration/ram: Factor out populating pages readable in ram_block_populate_pages()
` [PATCH v5 9/9] migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots
[PATCH v2 00/22] QEMU RISC-V AIA support
2021-09-04 15:33 UTC (7+ messages)
` [PATCH v2 05/22] target/riscv: Allow setting CPU feature from machine/device emulation
` [PATCH v2 06/22] target/riscv: Add AIA cpu feature
[PATCH v1 0/2] RISC-V: Populate mtval and stval
2021-09-04 13:41 UTC (6+ messages)
` [PATCH v1 1/2] target/riscv: Implement the stval/mtval illegal instruction
` [PATCH v1 2/2] target/riscv: Set mtval and stval support
[PATCH v4 00/21] Add LoongArch linux-user emulation support
2021-09-04 13:14 UTC (15+ messages)
` [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 v3 00/28] glib: Replace g_memdup() by g_memdup2()
2021-09-04 12:25 UTC (18+ messages)
` [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
` [PATCH v3 03/28] qapi: Replace g_memdup() by g_memdup2()
` [PATCH v3 05/28] block/qcow2-bitmap: "
` [PATCH v3 07/28] hw/9pfs: "
` [PATCH v3 16/28] hw/ppc/spapr_pci: "
` [PATCH v3 24/28] tests/qtest: "
` [PATCH v3 26/28] target/ppc: "
` [PATCH v3 28/28] checkpatch: Do not allow deprecated g_memdup()
[PATCH v7 0/7] DEVICE_UNPLUG_GUEST_ERROR QAPI event
2021-09-04 11:49 UTC (5+ messages)
` [PATCH v7 5/7] qapi/qdev.json: add "
[PATCH v4 0/3] memory: Have 'info mtree' remove duplicated Address Space information
2021-09-04 9:27 UTC (8+ messages)
` [PATCH v4 1/3] memory: Extract mtree_info_flatview() from mtree_info()
` [PATCH v4 2/3] memory: Extract mtree_info_as() "
` [PATCH v4 3/3] memory: Have 'info mtree' remove duplicated Address Space information
[PATCH 0/4] Support marking individual qbus buses as 'full'
2021-09-04 8:54 UTC (9+ messages)
` [PATCH 1/4] qdev: Support marking individual "
` [PATCH 2/4] hw/arm/mps2-tz.c: Add extra data parameter to MakeDevFn
` [PATCH 3/4] hw/arm/mps2-tz.c: Mark internal-only I2C buses as 'full'
` [PATCH 4/4] hw/arm/mps2.c: "
[PATCH] net: Add "info neighbors" command
2021-09-04 6:26 UTC (4+ messages)
[PATCH v2 0/3] VNC-related HMP/QMP fixes
2021-09-04 6:08 UTC (4+ messages)
` [PATCH v2 3/3] monitor: allow VNC related QMP and HMP commands to take a display ID
[RFC PATCH v2 00/12] Add AMD Secure Nested Paging (SEV-SNP) support
2021-09-04 5:41 UTC (11+ messages)
` [RFC PATCH v2 02/12] linux-header: add the SNP specific command
` [RFC PATCH v2 03/12] i386/sev: introduce 'sev-snp-guest' object
` [RFC PATCH v2 07/12] i386/sev: populate secrets and cpuid page and finalize the SNP launch
` [RFC PATCH v2 12/12] i386/sev: update query-sev QAPI format to handle SEV-SNP
[Bug 1770417] Re: Qemu can not parse long fqdns during drive-mirror
2021-09-04 4:17 UTC (2+ messages)
[PATCH 00/28] glib: Replace g_memdup() by g_memdup2_qemu()
2021-09-03 11:45 UTC (5+ messages)
` [PATCH 16/28] hw/ppc/spapr_pci: "
` [PATCH 26/28] target/ppc: "
[PATCH v2 0/1] hw/arm/aspeed: Add Fuji machine type
2021-09-04 1:22 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH 0/5] optimize the downtime for vfio migration
2021-09-03 21:57 UTC (11+ messages)
` [PATCH 1/5] vfio: use helper to simplfy the failure path in vfio_msi_enable
` [PATCH 2/5] msix: simplfy the conditional in msix_set/unset_vector_notifiers
` [PATCH 3/5] vfio: defer to enable msix in migration resume phase
` [PATCH 4/5] kvm: irqchip: support defer to commit the route
` [PATCH 5/5] vfio: defer to commit kvm route in migraiton resume phase
[PATCH v6 00/11] 64bit block-layer: part II
2021-09-03 21:34 UTC (5+ messages)
` [PATCH v6 03/11] block: use int64_t instead of uint64_t in driver read handlers
` [PATCH v6 04/11] block: use int64_t instead of uint64_t in driver write handlers
[PATCH v2 00/19] target/ppc: DFP instructions using decodetree
2021-09-03 21:14 UTC (9+ messages)
` [PATCH v2 04/19] host-utils: add 128-bit quotient support to divu128/divs128
` [PATCH v2 10/19] host-utils: Introduce mulu128
` [PATCH v2 11/19] libdecnumber: Introduce decNumberIntegralToInt128
[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
2021-09-03 21:11 UTC (62+ messages)
` [PATCH v3 02/30] hw/core: Restrict cpu_has_work() to sysemu
` [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 v3 25/30] target/s390x: "
` [PATCH v3 26/30] target/sh4: "
` [PATCH v3 27/30] target/sparc: "
` [PATCH v3 28/30] target/tricore: "
` [PATCH v3 29/30] target/xtensa: "
` [PATCH v3 30/30] accel: Add missing AccelOpsClass::has_work() and drop SysemuCPUOps one
[RFC PATCH] physmem: Do not allow unprivileged device map privileged memory
2021-09-03 21:02 UTC (2+ messages)
[PATCH v3 00/15] PMU-EBB support for PPC64 TCG
2021-09-03 20:31 UTC (16+ messages)
` [PATCH v3 01/15] target/ppc: add user read functions for MMCR0 and MMCR2
` [PATCH v3 02/15] target/ppc: add user write access control for PMU SPRs
` [PATCH v3 03/15] target/ppc: PMU basic cycle count for pseries TCG
` [PATCH v3 04/15] target/ppc/power8_pmu.c: enable PMC1-PMC4 events
` [PATCH v3 05/15] target/ppc: PMU: add instruction counting
` [PATCH v3 06/15] target/ppc/power8_pmu.c: add PM_RUN_INST_CMPL (0xFA) event
` [PATCH v3 07/15] target/ppc/power8_pmu.c: add PMC14/PMC56 counter freeze bits
` [PATCH v3 08/15] PPC64/TCG: Implement 'rfebb' instruction
` [PATCH v3 09/15] target/ppc: PMU Event-Based exception support
` [PATCH v3 10/15] target/ppc/excp_helper.c: EBB handling adjustments
` [PATCH v3 11/15] target/ppc/power8_pmu.c: enable PMC1 counter negative overflow
` [PATCH v3 12/15] target/ppc/power8_pmu.c: cycles overflow with all PMCs
` [PATCH v3 13/15] target/ppc: PMU: insns counter negative overflow support
` [PATCH v3 14/15] target/ppc/translate: PMU: handle setting of PMCs while running
` [PATCH v3 15/15] target/ppc/power8_pmu.c: handle overflow bits when PMU is running
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).