messages from 2024-01-12 18:13:07 to 2024-01-15 05:21:30 UTC [more...]
[PATCH v7 00/16] Support smp.clusters for x86 in QEMU
2024-01-15 5:20 UTC (28+ messages)
` [PATCH v7 02/16] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v7 08/16] i386: Expose module level in CPUID[0x1F]
` [PATCH v7 09/16] i386: Support module_id in X86CPUTopoIDs
` [PATCH v7 10/16] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH v7 14/16] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v7 15/16] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
[PATCH 1/2] migration/rdma: define htonll/ntohll only if not predefined
2024-01-15 4:35 UTC (2+ messages)
[PATCH 0/3] hw/arm: Pack the QEMU generated device tree
2024-01-15 4:34 UTC (4+ messages)
` [PATCH 1/3] hw/arm: Refactor struct arm_boot_info::get_dtb()
` [PATCH 2/3] hw/arm: Pack the QEMU generated device tree
` [PATCH 3/3] tests/acpi: Update virt/SSDT.memhp
[PATCH v3 0/4] migration & CI: Add a CI job for migration compat testing
2024-01-15 4:13 UTC (11+ messages)
` [PATCH v3 4/4] [NOT FOR MERGE] tests/qtest/migration: Adapt tests to use older QEMUs
[PATCH 00/40] vdpa-net: improve migration downtime through descriptor ASID and persistent IOTLB
2024-01-15 3:58 UTC (36+ messages)
` [PATCH 21/40] vdpa: vhost_vdpa_dma_batch_end_once rename
` [PATCH 22/40] vdpa: factor out vhost_vdpa_map_batch_begin
` [PATCH 23/40] vdpa: vhost_vdpa_dma_batch_begin_once rename
` [PATCH 24/40] vdpa: factor out vhost_vdpa_dma_batch_end
` [PATCH 25/40] vdpa: add asid to dma_batch_once API
` [PATCH 28/40] vdpa: support iotlb_batch_asid
` [PATCH 29/40] vdpa: expose API vhost_vdpa_dma_batch_once
` [PATCH 30/40] vdpa: batch map/unmap op per svq pair basis
` [PATCH 31/40] vdpa: batch map and unmap around cvq svq start/stop
` [PATCH 32/40] vdpa: factor out vhost_vdpa_net_get_nc_vdpa
` [PATCH 33/40] vdpa: batch multiple dma_unmap to a single call for vm stop
` [PATCH 34/40] vdpa: fix network breakage after cancelling migration
` [PATCH 35/40] vdpa: add vhost_vdpa_set_address_space_id trace
` [PATCH 36/40] vdpa: add vhost_vdpa_get_vring_base trace for svq mode
` [PATCH 37/40] vdpa: add vhost_vdpa_set_dev_vring_base "
` [PATCH 38/40] vdpa: add trace events for eval_flush
` [PATCH 40/40] vdpa: add trace event for vhost_vdpa_net_load_mq
[RFC PATCH v3 00/30] migration: File based migration with multifd and fixed-ram
2024-01-15 3:38 UTC (7+ messages)
` [RFC PATCH v3 04/30] io: fsync before closing a file channel
[PATCH] target/i386: Eip error in x86_64-softmmu
2024-01-15 2:52 UTC (2+ messages)
[PATCH] virtio-net: correctly copy vnet header when flushing TX
2024-01-15 2:38 UTC (2+ messages)
[PATCH 0/6] net: fix non-deterministic failures of the 'netdev-socket' qtest
2024-01-15 2:36 UTC (3+ messages)
[PATCH v5 0/8] target/riscv: deprecate riscv_cpu_options[]
2024-01-15 1:28 UTC (2+ messages)
[PATCH v2 0/3] Hexagon (target/hexagon) Use QEMU decodetree
2024-01-15 0:22 UTC (7+ messages)
` [PATCH v2 1/3] Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)
` [PATCH v2 2/3] Hexagon (target/hexagon) Use QEMU decodetree (16-bit instructions)
` [PATCH v2 3/3] Hexagon (target/hexagon) Remove old dectree.py
[PATCH] vhost-user: add VIRTIO_F_IN_ORDER and VIRTIO_F_NOTIFICATION_DATA feature
2024-01-15 0:18 UTC (4+ messages)
` FW: "
[PULL 00/21] linux-user patch queue
2024-01-14 23:52 UTC (10+ messages)
` [PULL 15/21] linux-user/riscv: Add vdso
[PATCH] Reduce scope of def_regnum, remove dead assignment
2024-01-14 23:44 UTC
[PATCH] tests/docker: Hexagon toolchain update
2024-01-14 23:23 UTC
[PATCH v2] Optimize buffer_is_zero
2024-01-14 18:27 UTC (4+ messages)
[PATCH v5 00/11] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
2024-01-14 14:03 UTC (15+ messages)
` [PATCH v5 01/11] hw/block/fdc-isa: Move portio_list from FDCtrl to FDCtrlISABus
` [PATCH v5 02/11] hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBus
` [PATCH v5 03/11] hw/char/parallel: Move portio_list from ParallelState to ISAParallelState
` [PATCH v5 04/11] exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortio
` [PATCH v5 05/11] exec/ioport: Add portio_list_set_address()
` [PATCH v5 06/11] exec/ioport: Add portio_list_set_enabled()
` [PATCH v5 07/11] hw/block/fdc-isa: Implement relocation and enabling/disabling for TYPE_ISA_FDC
` [PATCH v5 08/11] hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_SERIAL
` [PATCH v5 09/11] hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_ISA_PARALLEL
` [PATCH v5 10/11] hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functions
` [PATCH v5 11/11] hw/isa/vt82c686: Implement relocation and toggling of "
[PATCH] ui/clipboard: avoid crash upon request when clipboard peer is not initialized
2024-01-14 13:51 UTC (2+ messages)
[PATCH] hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independent
2024-01-14 12:25 UTC (3+ messages)
[PATCH v4 0/2] Add support for LAM in QEMU
2024-01-14 12:09 UTC (3+ messages)
` [PATCH v4 2/2] target/i386: add control bits support for LAM
[PATCH v2 0/3] Fix PIC interrupt handling of x86 CPUs if APIC is globally disabled
2024-01-14 10:55 UTC (3+ messages)
[PATCH 00/88] esp: rework ESP emulation to use a SCSI phase-based state machine
2024-01-14 7:36 UTC (3+ messages)
` [PATCH 01/88] esp: don't clear cmdfifo when esp_select() fails in get_cmd()
[PATCH v2 qemu] hw/cxl/device: read from register values in mdev_reg_read()
2024-01-13 22:16 UTC (2+ messages)
[PATCH 0/3] hw/arm: Add support for USB, SATA, and watchdog to Allwinner R40
2024-01-13 19:16 UTC (4+ messages)
` [PATCH 1/3] hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi board
` [PATCH 2/3] hw/arm: Add AHCI/SATA controller "
` [PATCH 3/3] hw/arm: Add watchdog timer to Allwinner H40 "
[PATCH 00/12] TCG Plugin inline operation enhancement
2024-01-13 17:16 UTC (11+ messages)
` [PATCH 01/12] plugins: implement inline operation with cpu_index offset
` [PATCH 03/12] tests/plugin: add test plugin for inline operations
[PATCH 0/5] *** Implement using Intel QAT to offload ZLIB
2024-01-13 14:29 UTC (11+ messages)
` [PATCH 3/5] migration: Introduce unimplemented 'qatzip' compression method
` [External] "
[PATCH v3 00/14] hw/arm: Prefer arm_feature() over object_property_find()
2024-01-13 13:36 UTC (10+ messages)
` [PATCH v3 01/14] hw/arm/armv7m: Introduce cpudev variable in armv7m_realize()
` [PATCH v3 02/14] hw/arm/armv7m: Ensure requested CPU type implements ARM_FEATURE_M
` [PATCH v3 03/14] hw/arm/armv7m: Move code setting 'start-powered-off' property around
` [PATCH v3 04/14] hw/arm/armv7m: Always set 'init-nsvtor' property for Cortex-M CPUs
[PATCH v12 00/10] Implementation of NPI Mailbox and GMAC Networking Module
2024-01-13 12:27 UTC (10+ messages)
` [PATCH v12 01/10] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v12 03/10] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v12 04/10] hw/net: Add NPCMXXX GMAC device
` [PATCH v12 08/10] hw/net: GMAC Rx Implementation
[PATCH 0/7] Add device STM32L4x5 RCC
2024-01-13 10:40 UTC (9+ messages)
` [PATCH 1/7] Implement STM32L4x5_RCC skeleton
` [PATCH 2/7] Add an internal clock multiplexer object
` [PATCH 3/7] Add an internal PLL Clock object
` [PATCH 4/7] Add initialization information for PLLs and clock multiplexers
` [PATCH 5/7] RCC: Handle Register Updates
` [PATCH 6/7] STM32L4x5: Use the RCC Sysclk
` [PATCH 7/7] Add tests for the STM32L4x5_RCC
[PULL 00/10] Hppa fixes 8.2 patches
2024-01-13 5:57 UTC (11+ messages)
` [PULL 01/10] hw/hppa/machine: Allow up to 3840 MB total memory
` [PULL 02/10] hw/hppa/machine: Disable default devices with --nodefaults option
` [PULL 03/10] hw/pci-host/astro: Add missing astro & elroy registers for NetBSD
` [PULL 04/10] target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0
` [PULL 05/10] hw/hppa: Move software power button address back into PDC
` [PULL 06/10] target/hppa: Avoid accessing %gr0 when raising exception
` [PULL 07/10] target/hppa: Export function hppa_set_ior_and_isr()
` [PULL 08/10] target/hppa: Fix IOR and ISR on unaligned access trap
` [PULL 09/10] target/hppa: Fix IOR and ISR on error in probe
` [PULL 10/10] target/hppa: Update SeaBIOS-hppa to version 15
[PATCH 0/3] target/riscv: Add support for 'B' extension
2024-01-13 0:28 UTC (8+ messages)
` [PATCH 1/3] target/riscv: Add infrastructure for 'B' MISA extension
` "
` "
[PATCH 0/2] Fix pointer arithmetic in indirect read for libvhost-user and libvduse
2024-01-13 1:27 UTC (3+ messages)
` [PATCH 1/2] libvhost-user: Fix pointer arithmetic in indirect read
` [PATCH 2/2] libvduse: "
[PATCH v3 0/9] target/hppa qemu v8.2 regression fixes
2024-01-12 23:27 UTC (19+ messages)
` [PATCH v3 2/9] hw/hppa/machine: Disable default devices with --nodefaults option
` [PATCH v3 4/9] target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0
` [PATCH v3 5/9] hw/hppa: Move software power button address back into PDC
` [PATCH v3 7/9] target/hppa: Export function hppa_set_ior_and_isr()
` [PATCH v3 8/9] target/hppa: Fix IOR and ISR on unaligned access trap
` [PATCH v3 9/9] target/hppa: Fix IOR and ISR on error in probe
[PATCH 00/13] target/riscv: add 'cpu->cfg.vlenb', remove 'cpu->cfg.vlen'
2024-01-12 22:51 UTC (18+ messages)
` [PATCH 01/13] target/riscv: add 'vlenb' field in cpu->cfg
` [PATCH 02/13] target/riscv/csr.c: use 'vlenb' instead of 'vlen'
` [PATCH 03/13] target/riscv/gdbstub.c: use 'vlenb' instead of shifting 'vlen'
` [PATCH 04/13] target/riscv/insn_trans/trans_rvbf16.c.inc: use cpu->cfg.vlenb
` [PATCH 05/13] target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb'
` [PATCH 06/13] target/riscv/insn_trans/trans_rvvk.c.inc: "
` [PATCH 07/13] target/riscv/vector_helper.c: "
` [PATCH 08/13] target/riscv/vector_helper.c: use vlenb in HELPER(vsetvl)
` [PATCH 09/13] target/riscv/cpu.h: use 'vlenb' in vext_get_vlmax()
` [PATCH 10/13] target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb' in MAXSZ()
` [PATCH 11/13] trans_rvv.c.inc: remove vlmax arg from vec_element_loadx()
` [PATCH 12/13] trans_rvv.c.inc: use cpu_vl in trans_vrgather_vi()
` [PATCH 13/13] target/riscv/cpu.c: remove cpu->cfg.vlen
[PATCH V4 0/5] string list functions
2024-01-12 22:49 UTC (6+ messages)
` [PATCH V4 1/5] util: strList_from_string
` [PATCH V4 2/5] qapi: QAPI_LIST_LENGTH
` [PATCH V4 3/5] util: strv_from_strList
` [PATCH V4 4/5] util: strList unit tests
` [PATCH V4 5/5] migration: simplify exec migration functions
[PATCH v2 00/19] qapi: statically type schema.py
2024-01-12 22:29 UTC (20+ messages)
` [PATCH v2 01/19] qapi: sort pylint suppressions
` [PATCH v2 02/19] qapi/schema: add "
` [PATCH v2 03/19] qapi: create QAPISchemaDefinition
` [PATCH v2 04/19] qapi/schema: declare type for QAPISchemaObjectTypeMember.type
` [PATCH v2 05/19] qapi/schema: declare type for QAPISchemaArrayType.element_type
` [PATCH v2 06/19] qapi/schema: make c_type() and json_type() abstract methods
` [PATCH v2 07/19] qapi/schema: adjust type narrowing for mypy's benefit
` [PATCH v2 08/19] qapi/schema: add type narrowing to lookup_type()
` [PATCH v2 09/19] qapi/schema: allow resolve_type to be used for built-in types
` [PATCH v2 10/19] qapi: use schema.resolve_type instead of schema.lookup_type
` [PATCH v2 11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
` [PATCH v2 12/19] qapi/schema: assert info is present when necessary
` [PATCH v2 13/19] qapi/schema: split "checked" field into "checking" and "checked"
` [PATCH v2 14/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member
` [PATCH v2 15/19] qapi/schema: assert inner type of QAPISchemaVariants in check_clash()
` [PATCH v2 16/19] qapi/parser: demote QAPIExpression to Dict[str, Any]
` [PATCH v2 17/19] qapi/schema: add type hints
` [PATCH v2 18/19] qapi/schema: turn on mypy strictness
` [PATCH v2 19/19] qapi/schema: remove unnecessary asserts
[PATCH] linux-user/riscv: Fix sizeof_reg typo in vdso unwind info
2024-01-12 22:03 UTC
[PATCH V2 00/11] allow cpr-reboot for vfio
2024-01-12 21:38 UTC (2+ messages)
[PATCH 00/33] hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv
2024-01-12 21:33 UTC (3+ messages)
` [PATCH 14/33] hw/cpu/arm: Handle 'has_el2/3' properties once in MPCore parent
[PATCH] linux-user: Fixed cpu restore with pc 0 on SIGBUS
2024-01-12 21:03 UTC (2+ messages)
[PATCH 0/4] esp-pci: fixes for Linux and MS-DOS
2024-01-12 20:53 UTC (9+ messages)
` [PATCH 1/4] esp-pci.c: use correct address register for PCI DMA transfers
` [PATCH 2/4] esp-pci.c: generate PCI interrupt from separate ESP and PCI sources
` [PATCH 3/4] esp-pci.c: synchronise setting of DMA_STAT_DONE with ESP completion interrupt
` [PATCH 4/4] esp-pci.c: set DMA_STAT_BCMBLT when BLAST command issued
[PATCH 00/33] hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv
2024-01-12 19:54 UTC (15+ messages)
Qemu setting "-cpu host" seems broken with Windows vms
2024-01-12 18:32 UTC (2+ messages)
[PATCH] Fixed '-serial none' usage breaks following '-serial ...' usage
2024-01-12 18:30 UTC (2+ messages)
[PATCH v4 0/3] Add device STM32L4x5 SYSCFG
2024-01-12 18:13 UTC (2+ messages)
[PATCH v8 0/3] Add device STM32L4x5 EXTI
2024-01-12 18:13 UTC (2+ messages)
[PATCH] hw/arm/virt: Consolidate valid CPU types
2024-01-12 18:12 UTC (2+ messages)
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).