qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-28 12:25:00 to 2022-10-28 22:43:24 UTC [more...]

[PATCH v4 0/7] ppc/e500: Add support for two types of flash, cleanup
 2022-10-28 22:42 UTC  (5+ messages)
` [PATCH v4 5/7] hw/ppc/e500: Implement pflash handling

[PATCH v5 00/17] pci: Abort if pci_add_capability fails
 2022-10-28 22:35 UTC  (22+ messages)
` [PATCH v5 01/17] hw/vfio/pci: Ensure MSI and MSI-X do not overlap
` [PATCH v5 02/17] pci: Allow to omit errp for pci_add_capability
` [PATCH v5 03/17] hw/i386/amd_iommu: Omit "
` [PATCH v5 04/17] ahci: "
` [PATCH v5 05/17] e1000e: "
` [PATCH v5 06/17] eepro100: "
` [PATCH v5 07/17] hw/nvme: "
` [PATCH v5 08/17] msi: "
` [PATCH v5 09/17] hw/pci/pci_bridge: "
` [PATCH v5 10/17] pcie: "
` [PATCH v5 11/17] pci/shpc: "
` [PATCH v5 12/17] msix: "
` [PATCH v5 13/17] pci/slotid: "
` [PATCH v5 14/17] hw/pci-bridge/pcie_pci_bridge: "
` [PATCH v5 15/17] hw/vfio/pci: "
` [PATCH v5 16/17] virtio-pci: "
` [PATCH v5 17/17] pci: Remove legacy errp from pci_add_capability

[PATCH v2] s390x/css: revert SCSW ctrl/flag bits on error
 2022-10-28 20:26 UTC  (3+ messages)

[PULL 00/62] ppc queue
 2022-10-28 20:25 UTC  (64+ messages)
` [PULL 01/62] target/ppc: fix msgclr/msgsnd insns flags
` [PULL 02/62] target/ppc: fix msgsync "
` [PULL 03/62] target/ppc: fix REQUIRE_HV macro definition
` [PULL 04/62] target/ppc: move msgclr/msgsnd to decodetree
` [PULL 05/62] target/ppc: move msgclrp/msgsndp "
` [PULL 06/62] target/ppc: move msgsync "
` [PULL 07/62] target/ppc: Moved VMLADDUHM to decodetree and use gvec
` [PULL 08/62] target/ppc: Move VMH[R]ADDSHS instruction to decodetree
` [PULL 09/62] target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
` [PULL 10/62] target/ppc: Move VNEG[WD] to decodtree "
` [PULL 11/62] target/ppc: Move VPRTYB[WDQ] to decodetree "
` [PULL 12/62] target/ppc: Move VAVG[SU][BHW] "
` [PULL 13/62] target/ppc: Move VABSDU[BHW] "
` [PULL 14/62] target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P
` [PULL 15/62] target/ppc: Use gvec to decode XVCPSGN[SD]P
` [PULL 16/62] target/ppc: Moved XVTSTDC[DS]P to decodetree
` [PULL 17/62] target/ppc: Moved XSTSTDC[QDS]P "
` [PULL 18/62] target/ppc: Use gvec to decode XVTSTDC[DS]P
` [PULL 19/62] target/ppc: define PPC_INTERRUPT_* values directly
` [PULL 20/62] target/ppc: always use ppc_set_irq to set env->pending_interrupts
` [PULL 21/62] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
` [PULL 22/62] target/ppc: prepare to split interrupt masking and delivery by excp_model
` [PULL 23/62] target/ppc: create an interrupt masking method for POWER9/POWER10
` [PULL 24/62] target/ppc: remove unused interrupts from p9_next_unmasked_interrupt
` [PULL 25/62] target/ppc: create an interrupt deliver method for POWER9/POWER10
` [PULL 26/62] target/ppc: remove unused interrupts from p9_deliver_interrupt
` [PULL 27/62] target/ppc: remove generic architecture checks "
` [PULL 28/62] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9
` [PULL 29/62] target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_interrupt
` [PULL 30/62] target/ppc: create an interrupt masking method for POWER8
` [PULL 31/62] target/ppc: remove unused interrupts from p8_next_unmasked_interrupt
` [PULL 32/62] target/ppc: create an interrupt deliver method for POWER8
` [PULL 33/62] target/ppc: remove unused interrupts from p8_deliver_interrupt
` [PULL 34/62] target/ppc: remove generic architecture checks "
` [PULL 35/62] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8
` [PULL 36/62] target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_interrupt
` [PULL 37/62] target/ppc: create an interrupt masking method for POWER7
` [PULL 38/62] target/ppc: remove unused interrupts from p7_next_unmasked_interrupt
` [PULL 39/62] target/ppc: create an interrupt deliver method for POWER7
` [PULL 40/62] target/ppc: remove unused interrupts from p7_deliver_interrupt
` [PULL 41/62] target/ppc: remove generic architecture checks "
` [PULL 42/62] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7
` [PULL 43/62] target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_interrupt
` [PULL 44/62] target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds
` [PULL 45/62] target/ppc: introduce ppc_maybe_interrupt
` [PULL 46/62] target/ppc: unify cpu->has_work based on cs->interrupt_request
` [PULL 47/62] target/ppc: move the p*_interrupt_powersave methods to excp_helper.c
` [PULL 48/62] ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c
` [PULL 49/62] ppc4xx_devs.c: Move DDR "
` [PULL 50/62] ppc4xx_sdram: Move ppc4xx_sdram_banks() "
` [PULL 51/62] ppc4xx_sdram: Use hwaddr for memory bank size
` [PULL 52/62] ppc4xx_sdram: Rename local state variable for brevity
` [PULL 53/62] ppc4xx_sdram: Generalise bank setup
` [PULL 54/62] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling
` [PULL 55/62] ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()
` [PULL 56/62] target/ppc: Add new PMC HFLAGS
` [PULL 57/62] target/ppc: Increment PMC5 with inline insns
` [PULL 58/62] docs/system/ppc/ppce500: Use qemu-system-ppc64 across the board(s)
` [PULL 59/62] hw/block/pflash_cfi0{1, 2}: Error out if device length isn't a power of two
` [PULL 60/62] hw/sd/sdhci-internal: Unexport ESDHC defines
` [PULL 61/62] hw/sd/sdhci: Rename ESDHC_* defines to USDHC_*
` [PULL 62/62] hw/ppc/e500: Implement pflash handling

[PATCH] target/ppc: Fix regression in Radix MMU
 2022-10-28 20:20 UTC  (3+ messages)

[PATCH 0/3] s390x/pci: rpcit fixes and enhancements
 2022-10-28 19:47 UTC  (4+ messages)
` [PATCH 1/3] s390x/pci: RPCIT second pass when mappings exhausted
` [PATCH 2/3] s390x/pci: coalesce unmap operations
` [PATCH 3/3] s390x/pci: shrink DMA aperture to be bound by vfio DMA limit

[PATCH 0/7] target/arm: Implement FEAT_EVT
 2022-10-28 19:47 UTC  (15+ messages)
` [PATCH 1/7] target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLB
` [PATCH 2/7] target/arm: Allow relevant HCR bits to be written for FEAT_EVT
` [PATCH 3/7] target/arm: Implement HCR_EL2.TTLBIS traps
` [PATCH 4/7] target/arm: Implement HCR_EL2.TTLBOS traps
` [PATCH 5/7] target/arm: Implement HCR_EL2.TICAB,TOCU traps
` [PATCH 6/7] target/arm: Implement HCR_EL2.TID4 traps
` [PATCH 7/7] target/arm: Report FEAT_EVT for TCG '-cpu max'

[PATCH] tcg/tci: fix logic error when registering helpers via FFI
 2022-10-28 19:28 UTC  (2+ messages)

[PATCH v3 0/7] memory: prevent dma-reentracy issues
 2022-10-28 19:16 UTC  (8+ messages)
` [PATCH v3 1/7] memory: associate DMA accesses with the initiator Device
` [PATCH v3 2/7] dma-helpers: switch to guarded DMA accesses
` [PATCH v3 3/7] ahci: switch to guarded DMA acccesses
` [PATCH v3 4/7] sdhci: switch to guarded DMA accesses
` [PATCH v3 5/7] ehci: "
` [PATCH v3 6/7] xhci: "
` [PATCH v3 7/7] usb/libhw: "

[PATCH 0/2] accel/tcg: Fix concurrent pthread_create() and munmap()
 2022-10-28 18:59 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/multiarch: Add munmap-pthread.c

[PATCH v2 0/6] tcg: Fix x86 TARGET_TB_PCREL (#1269)
 2022-10-28 18:46 UTC  (4+ messages)
` [PATCH v2 4/6] target/openrisc: Use cpu_unwind_state_data for mfspr

[PATCH] target/arm: Fixed Privileged Access Never (PAN) for aarch32
 2022-10-28 18:17 UTC  (2+ messages)

[PATCH v6 0/7] hw/arm/virt: Improve address assignment for high memory regions
 2022-10-28 18:06 UTC  (3+ messages)

[PATCH v1 00/12] Introduce xenpv machine for arm architecture
 2022-10-28 17:57 UTC  (4+ messages)
` [PATCH v1 10/12] hw/arm: introduce xenpv machine

[PULL 0/1] Imp 202210 patches
 2022-10-28 17:45 UTC  (2+ messages)
` [PULL 1/1] bsd-user: Catch up with sys/param.h requirement for machine/pmap.h

[PATCH] vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_net_reset
 2022-10-28 17:27 UTC  (3+ messages)

[PATCH v2 0/2] Fix the virtio features negotiation flaw
 2022-10-28 17:25 UTC  (3+ messages)
` [PATCH v2 1/2] vhost-user: Refactor vhost acked features saving
` [PATCH v2 2/2] vhost-net: Fix the virtio features negotiation flaw

[PATCH v1 0/2] Fix the virtio features negotiation flaw
 2022-10-28 17:20 UTC  (3+ messages)
` [PATCH v1 1/2] vhost-user: Refactor vhost acked features saving
` [PATCH v1 2/2] vhost-net: Fix the virito features negotiation flaw

[PATCH 0/4] Endianess and coding style fixes for SVQ event idx support
 2022-10-28 16:45 UTC  (6+ messages)
` [PATCH 1/4] vhost: Delete useless casting
` [PATCH 2/4] vhost: convert byte order on SVQ used event write
` [PATCH 3/4] vhost: Fix lines over 80 characters
` [PATCH 4/4] vhost: convert byte order on avail_event read

[PATCH v2 0/3] hw/i386: Cleanup AML generation for north and south bridges
 2022-10-28 16:48 UTC  (5+ messages)
` [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than "

[PATCH v3 0/2] hw/nvme: Support for Namespaces Management from guest OS
 2022-10-28 15:39 UTC  (4+ messages)
` [PATCH v3 1/2] hw/nvme: Support for Namespaces Management from guest OS - create-ns

KVM call for agenda for 2022-11-01
 2022-10-28 16:21 UTC 

[PATCH] linux-user: always translate cmsg when recvmsg
 2022-10-28 15:54 UTC  (2+ messages)

[PATCH v3 0/3] AioContext removal: LinuxAioState and ThreadPool
 2022-10-28 15:39 UTC  (6+ messages)
` [PATCH v3 1/3] linux-aio: use LinuxAioState from the running thread
` [PATCH v3 2/3] io_uring: use LuringState "
` [PATCH v3 3/3] thread-pool: use ThreadPool "

[PATCH] hw/sd/sdhci: further prohibit DMA accesses to devices
 2022-10-28 15:35 UTC 

[PATCH v2] vhost-vdpa: allow passing opened vhostfd to vhost-vdpa
 2022-10-28 15:31 UTC  (10+ messages)

[PATCH v2 0/3] Emulate status feature in vhost-vdpa net
 2022-10-28 15:19 UTC  (4+ messages)
` [PATCH v2 1/3] virtio_net: Modify virtio_net_get_config to early return
` [PATCH v2 2/3] virtio_net: Handle _F_STATUS emulation in virtio_net_get_config
` [PATCH v2 3/3] vhost_vdpa: move VIRTIO_NET_F_STATUS handling to vhost_net

[PATCH] target/i386/cpu: disable PERFCORE for AMD when cpu.pmu is off
 2022-10-28 15:02 UTC 

[PATCH V5 0/4] PASID support for Intel IOMMU
 2022-10-28 13:49 UTC  (7+ messages)
` [PATCH V5 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
` [PATCH V5 3/4] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function
` [PATCH V5 4/4] intel-iommu: PASID support

[PATCH] 9pfs: fix missing sys/mount.h include
 2022-10-28 13:39 UTC  (5+ messages)

[PATCH v6 00/11] tests/qtest: Enable running qtest on Windows
 2022-10-28 13:34 UTC  (9+ messages)
` [PATCH v6 05/11] tests/qtest: Use EXIT_FAILURE instead of magic number
` [PATCH v6 07/11] tests/qtest: migration-test: Make sure QEMU process "to" exited after migration is canceled
` [PATCH v6 08/11] tests/qtest: libqos: Do not build virtio-9p unconditionally

[PULL 00/21] s390x and qtest patches
 2022-10-28 13:23 UTC  (22+ messages)
` [PULL 01/21] s390x/pv: remove semicolon from macro definition
` [PULL 02/21] s390x: step down as general arch maintainer
` [PULL 03/21] s390x/tod-kvm: don't save/restore the TOD in PV guests
` [PULL 04/21] tests/tcg/s390x: Test compiler flags only once, not every time
` [PULL 05/21] target/s390x: Fix emulation of the VISTR instruction
` [PULL 06/21] tests/tcg/s390x: Add a test for the vistr instruction
` [PULL 07/21] MAINTAINERS: target/s390x/: add Ilya as reviewer
` [PULL 08/21] tests/qtest/tpm: Clean up remainders of swtpm
` [PULL 09/21] tests/qtest/cxl-test: Remove temporary directories after testing
` [PULL 10/21] tests/qtest/libqos/e1000e: Use e1000_regs.h
` [PULL 11/21] tests/vm: update openbsd to release 7.2
` [PULL 12/21] tests: Add sndio to the FreeBSD CI containers / VM
` [PULL 13/21] accel/qtest: Support qtest accelerator for Windows
` [PULL 14/21] tests/qtest: Use send/recv for socket communication
` [PULL 15/21] tests/qtest: Support libqtest to build and run on Windows
` [PULL 16/21] tests/qtest: device-plug-test: Reverse the usage of double/single quotes
` [PULL 17/21] tests/qtest: Use EXIT_FAILURE instead of magic number
` [PULL 18/21] tests/qtest: libqtest: Introduce qtest_wait_qemu()
` [PULL 19/21] tests/qtest: migration-test: Make sure QEMU process "to" exited after migration is canceled
` [PULL 20/21] tests/qtest: libqos: Do not build virtio-9p unconditionally
` [PULL 21/21] tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32

[PATCH] block/blkio: Add virtio-blk-vfio-pci BlockDriver
 2022-10-28 13:16 UTC 

[PATCH v4 00/17] pci: Abort if pci_add_capability fails
 2022-10-28 12:34 UTC  (4+ messages)
` [PATCH v4 01/17] hw/vfio/pci: Ensure MSI and MSI-X do not overlap

[PATCH v2 0/3] AioContext removal: LinuxAioState and ThreadPool
 2022-10-28 12:16 UTC  (4+ messages)
` [PATCH v2 1/3] linux-aio: use LinuxAioState from the running thread

[PATCH v4 00/19] Misc ppc/mac machines clean up
 2022-10-28 12:32 UTC  (9+ messages)
` [PATCH v4 19/19] mac_newworld: Document deprecation
` [PATCH v5 20/20] mac_{old, new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg


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