messages from 2022-10-28 10:36:58 to 2022-10-28 16:48:41 UTC [more...]
[PULL 00/62] ppc queue
2022-10-28 16:39 UTC (54+ 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 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 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 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 39/62] target/ppc: create an interrupt deliver "
` [PULL 40/62] target/ppc: remove unused interrupts from p7_deliver_interrupt
` [PULL 41/62] target/ppc: remove generic architecture checks "
` [PULL 43/62] target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_interrupt
` [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 50/62] ppc4xx_sdram: Move ppc4xx_sdram_banks() "
` [PULL 51/62] ppc4xx_sdram: Use hwaddr for memory bank size
` [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 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 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 v2 0/3] hw/i386: Cleanup AML generation for north and south bridges
2022-10-28 16:15 UTC (6+ messages)
` [PATCH v2 1/3] hw/i386/acpi-build: Remove unused struct
` [PATCH v2 2/3] hw/i386/acpi-build: Resolve redundant attribute
` [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges
[PATCH v5 00/17] pci: Abort if pci_add_capability fails
2022-10-28 16:12 UTC (20+ 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 v4 0/7] ppc/e500: Add support for two types of flash, cleanup
2022-10-28 16:03 UTC (4+ messages)
` [PATCH v4 5/7] hw/ppc/e500: Implement pflash handling
[PATCH 0/4] Endianess and coding style fixes for SVQ event idx support
2022-10-28 16:02 UTC (5+ 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] 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 0/2] accel/tcg: Fix concurrent pthread_create() and munmap()
2022-10-28 14:14 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/multiarch: Add munmap-pthread.c
[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 0/7] target/arm: Implement FEAT_EVT
2022-10-28 13:40 UTC (8+ 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] 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 (14+ 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 (6+ messages)
` [PATCH v2 1/3] linux-aio: use LinuxAioState from the running thread
` [PATCH v2 3/3] thread-pool: use ThreadPool "
[PATCH v4 00/19] Misc ppc/mac machines clean up
2022-10-28 12:32 UTC (12+ messages)
` [PATCH v4 16/19] mac_newworld: Add machine types for different mac99 configs
` [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
[PATCH v6 00/19] Misc ppc/mac machines clean up
2022-10-28 11:56 UTC (20+ messages)
` [PATCH v6 01/19] mac_newworld: Drop some variables
` [PATCH v6 02/19] mac_oldworld: Drop some more variables
` [PATCH v6 03/19] mac_{old|new}world: Set tbfreq at declaration
` [PATCH v6 04/19] mac_{old|new}world: Avoid else branch by setting default value
` [PATCH v6 05/19] mac_newworld: Clean up creation of Uninorth devices
` [PATCH v6 06/19] mac_{old|new}world: Reduce number of QOM casts
` [PATCH v6 07/19] hw/ppc/mac.h: Move newworld specific parts out from shared header
` [PATCH v6 08/19] hw/ppc/mac.h: Move macio "
` [PATCH v6 09/19] hw/ppc/mac.h: Move grackle-pcihost type declaration out to a header
` [PATCH v6 10/19] hw/ppc/mac.h: Move PROM and KERNEL defines to board code
` [PATCH v6 11/19] hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
` [PATCH v6 12/19] mac_nvram: Use NVRAM_SIZE constant
` [PATCH v6 13/19] mac_{old|new}world: Code style fix adding missing braces to if-s
` [PATCH v6 14/19] mac_newworld: Turn CORE99_VIA_CONFIG defines into an enum
` [PATCH v6 15/19] mac_newworld: Add machine types for different mac99 configs
` [PATCH v6 16/19] mac_newworld: Deprecate mac99 with G5 CPU
` [PATCH v6 17/19] mac_newworld: Deprecate mac99 "via" option
` [PATCH v6 18/19] mac_newworld: Document deprecation
` [PATCH v6 19/19] mac_{old, new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
[PATCH v3 00/13] Misc ppc/mac machines clean up
2022-10-28 11:59 UTC (7+ messages)
` [PATCH v3 05/13] mac_{old|new}world: Simplify cmdline_base calculation
megasa regression in 7.1?
2022-10-28 10:48 UTC (3+ messages)
` megasas "
[PATCH v3 00/14] File-based migration support and fixed-ram features
2022-10-28 10:39 UTC (15+ messages)
` [PATCH v3 01/14] migration: support file: uri for source migration
` [PATCH v3 02/14] migration: Add support for 'file:' uri for incoming migration
` [PATCH v3 03/14] migration: Initial support of fixed-ram feature for analyze-migration.py
` [PATCH v3 04/14] io: Add generic pwritev/preadv interface
` [PATCH v3 05/14] io: implement io_pwritev for QIOChannelFile
` [PATCH v3 06/14] io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file
` [PATCH v3 07/14] migration/qemu-file: add utility methods for working with seekable channels
` [PATCH v3 08/14] io: Add preadv support to QIOChannelFile
` [PATCH v3 09/14] migration: add qemu_get_buffer_at
` [PATCH v3 10/14] migration/ram: Introduce 'fixed-ram' migration stream capability
` [PATCH v3 11/14] migration: Refactor precopy ram loading code
` [PATCH v3 12/14] migration: Add support for 'fixed-ram' migration restore
` [PATCH v3 13/14] tests: Add migrate_incoming_qmp helper
` [PATCH v3 14/14] tests/qtest: migration-test: Add tests for file-based migration
[PULL 00/23] 9p queue 2022-10-24
2022-10-28 10:40 UTC (4+ messages)
[PATCH 0/3] tcg/sparc: Remove support for sparc32plus
2022-10-28 10:40 UTC (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] tcg/sparc64: Rename from tcg/sparc
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).