qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-10 18:13:31 to 2022-10-11 12:58:42 UTC [more...]

[PATCH v3 0/5] hw/smbios: add core_count2 to smbios table type 4
 2022-10-11 11:17 UTC  (6+ messages)
` [PATCH v3 1/5] "
` [PATCH v3 2/5] bios-tables-test: teach test to use smbios 3.0 tables
` [PATCH v3 3/5] tests/acpi: allow changes for core_count2 test
` [PATCH v3 4/5] bios-tables-test: add test for number of cores > 255
` [PATCH v3 5/5] tests/acpi: update tables for new core count test

[PATCH v1 0/4] testing/next hotfix (revert bios build, mingw)
 2022-10-11 11:34 UTC  (2+ messages)
` [PATCH v1 2/4] tests/docker: update test-mingw to run single build

[PATCH v5 0/6] ASID support in vhost-vdpa net
 2022-10-11 10:41 UTC  (7+ messages)
` [PATCH v5 1/6] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH v5 2/6] vdpa: Allocate SVQ unconditionally
` [PATCH v5 3/6] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v5 4/6] vdpa: Store x-svq parameter in VhostVDPAState
` [PATCH v5 5/6] vdpa: Add listener_shadow_vq to vhost_vdpa
` [PATCH v5 6/6] vdpa: Always start CVQ in SVQ mode

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-10-11 10:42 UTC  (17+ messages)
` [PATCH 49/51] io/channel-watch: Fix socket watch "

[RFC PATCH 0/6] QEMU CXL Provide mock CXL events and irq support
 2022-10-11 10:40 UTC  (16+ messages)
` [RFC PATCH 1/6] qemu/bswap: Add const_le64()
` [RFC PATCH 2/6] qemu/uuid: Add UUID static initializer
` [RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events
` [RFC PATCH 4/6] hw/cxl/mailbox: Wire up get/clear event mailbox commands
` [RFC PATCH 5/6] hw/cxl/cxl-events: Add event interrupt support
` [RFC PATCH 6/6] hw/cxl/mailbox: Wire up Get/Set Event Interrupt policy

[PATCH v5 0/9] Add 'q35' machine type to hotplug tests
 2022-10-11 11:10 UTC  (6+ messages)
` [PATCH v5 1/9] tests/x86: add helper qtest_qmp_device_del_send()
` [PATCH v5 2/9] tests/x86: Add subtest with 'q35' machine type to device-plug-test
` [PING PATCH v5] Add 'q35' machine type to hotplug tests

[RFC PATCH v2 0/4] ACPI MADT and FADT update according to the ACPI 6.0 spec
 2022-10-11 11:03 UTC  (4+ messages)
` [RFC PATCH v2 2/4] acpi: fadt: support revision 6.0 of the ACPI specification

[PATCH] migration: Fix a potential guest memory corruption
 2022-10-11 11:05 UTC  (2+ messages)

[PATCH v4] virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
 2022-10-11 10:34 UTC  (2+ messages)

[PATCH v4] win32: set threads name
 2022-10-11 10:33 UTC  (2+ messages)

[PULL 00/37] SCSI, i386 patches for 2022-10-11
 2022-10-11 10:27 UTC  (38+ messages)
` [PULL 01/37] scsi-disk: support setting CD-ROM block size via device options
` [PULL 02/37] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PULL 03/37] kvm: allow target-specific accelerator properties
` [PULL 04/37] kvm: expose struct KVMState
` [PULL 05/37] i386: add notify VM exit support
` [PULL 06/37] target/i386: Remove pc_start
` [PULL 07/37] target/i386: Return bool from disas_insn
` [PULL 08/37] target/i386: Remove cur_eip argument to gen_exception
` [PULL 09/37] target/i386: Remove cur_eip, next_eip arguments to gen_interrupt
` [PULL 10/37] target/i386: Create gen_update_eip_cur
` [PULL 11/37] target/i386: Create gen_update_eip_next
` [PULL 12/37] target/i386: Introduce DISAS_EOB*
` [PULL 13/37] target/i386: Use DISAS_EOB* in gen_movl_seg_T0
` [PULL 14/37] target/i386: Use DISAS_EOB_NEXT
` [PULL 15/37] target/i386: USe DISAS_EOB_ONLY
` [PULL 16/37] target/i386: Create cur_insn_len, cur_insn_len_i32
` [PULL 17/37] target/i386: Remove cur_eip, next_eip arguments to gen_repz*
` [PULL 18/37] target/i386: Introduce DISAS_JUMP
` [PULL 19/37] target/i386: Truncate values for lcall_real to i32
` [PULL 20/37] target/i386: Create eip_next_*
` [PULL 21/37] target/i386: Use DISAS_TOO_MANY to exit after gen_io_start
` [PULL 22/37] target/i386: Create gen_jmp_rel
` [PULL 23/37] target/i386: Use gen_jmp_rel for loop, repz, jecxz insns
` [PULL 24/37] target/i386: Use gen_jmp_rel for gen_jcc
` [PULL 25/37] target/i386: Use gen_jmp_rel for DISAS_TOO_MANY
` [PULL 26/37] target/i386: Remove MemOp argument to gen_op_j*_ecx
` [PULL 27/37] target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_rel
` [PULL 28/37] target/i386: Create eip_cur_tl
` [PULL 29/37] target/i386: Add cpu_eip
` [PULL 30/37] target/i386: Inline gen_jmp_im
` [PULL 31/37] target/i386: Enable TARGET_TB_PCREL
` [PULL 32/37] x86: Implement MSR_CORE_THREAD_COUNT MSR
` [PULL 33/37] i386: kvm: Add support for MSR filtering
` [PULL 34/37] KVM: x86: Implement MSR_CORE_THREAD_COUNT MSR
` [PULL 35/37] linux-user: i386/signal: move fpstate at the end of the 32-bit frames
` [PULL 36/37] linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulation
` [PULL 37/37] linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate

[PATCH] qgraph: implement stack as a linked list
 2022-10-11 10:46 UTC 

[PATCH] docs/devel: remove incorrect claim about git send-email
 2022-10-11 10:39 UTC  (4+ messages)

[PATCH v3 00/13] Misc ppc/mac machines clean up
 2022-10-11 10:22 UTC  (2+ messages)

[PATCH] target/s390x: Fix emulation of the VISTR instruction
 2022-10-11 10:14 UTC 

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-11  9:48 UTC  (3+ messages)
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions

[PATCH v7 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2.0
 2022-10-11  9:45 UTC  (3+ messages)

[PATCH v2 0/4] Add a new backend for cryptodev
 2022-10-11  9:33 UTC  (5+ messages)
` [PATCH v2 2/4] crypto: Support DER encodings
` [PATCH v2 3/4] crypto: Support export akcipher to pkcs8

[PATCH v2] m68k: write bootinfo as rom section and re-randomize on reboot
 2022-10-11  9:29 UTC  (4+ messages)
` [PATCH v3] "

[RISU PATCH 0/5] Add LoongArch architectures support
 2022-10-11  9:27 UTC  (9+ messages)
` [RISU PATCH 1/5] risu: Use alternate stack
` [RISU PATCH 2/5] loongarch: Add LoongArch basic test support

[PATCH v2 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext
 2022-10-11  9:02 UTC  (2+ messages)

[PATCH v2 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext
 2022-10-11  7:53 UTC  (7+ messages)
` [PATCH v2 3/7] util: Introduce ThreadContext user-creatable object
` [PATCH v2 4/7] util: Add write-only "node-affinity" property for ThreadContext

[PATCH v9 00/10] s390x: CPU Topology
 2022-10-11  7:28 UTC  (10+ messages)
` [PATCH v9 01/10] s390x/cpus: Make absence of multithreading clear

[PATCH v3 0/5] vhost-user-blk: dynamically resize config space based on features
 2022-10-11  7:21 UTC  (3+ messages)

[PATCH] s390x: step down as general arch maintainer
 2022-10-11  6:50 UTC  (2+ messages)

[PATCH 1/6] device-tree: add re-randomization helper function
 2022-10-11  6:46 UTC  (6+ messages)

[PATCH v3 0/2] Enhance maximum priority support of PLIC
 2022-10-11  5:50 UTC  (7+ messages)
` [PATCH v3 1/2] hw/intc: sifive_plic: fix hard-coded max priority level
` [PATCH v3 2/2] hw/intc: sifive_plic: change interrupt priority register to WARL field

[PATCH v7 00/18] tcg: CPUTLBEntryFull and TARGET_TB_PCREL
 2022-10-11  5:01 UTC  (3+ messages)
` [PATCH v7 08/18] accel/tcg: Introduce tlb_set_page_full

[PATCH v5 0/3] Add memmap and fix bugs for LoongArch
 2022-10-11  4:01 UTC  (3+ messages)
` [PATCH v5 1/3] hw/intc: Fix LoongArch extioi function
` [PATCH v5 2/3] hw/intc: Remove unused extioi system memory region of LoongArch

[PATCH v4 00/24] target/arm: Implement FEAT_HAFDBS
 2022-10-11  3:19 UTC  (25+ messages)
` [PATCH v4 01/24] target/arm: Enable TARGET_PAGE_ENTRY_EXTRA
` [PATCH v4 02/24] target/arm: Use probe_access_full for MTE
` [PATCH v4 03/24] target/arm: Use probe_access_full for BTI
` [PATCH v4 04/24] target/arm: Add ARMMMUIdx_Phys_{S,NS}
` [PATCH v4 05/24] target/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idx
` [PATCH v4 06/24] target/arm: Restrict tlb flush from vttbr_write to vmid change
` [PATCH v4 07/24] target/arm: Split out S1Translate type
` [PATCH v4 08/24] target/arm: Plumb debug into S1Translate
` [PATCH v4 09/24] target/arm: Move be test for regime into S1TranslateResult
` [PATCH v4 10/24] target/arm: Use softmmu tlbs for page table walking
` [PATCH v4 11/24] target/arm: Split out get_phys_addr_twostage
` [PATCH v4 12/24] target/arm: Use bool consistently for get_phys_addr subroutines
` [PATCH v4 13/24] target/arm: Add ptw_idx to S1Translate
` [PATCH v4 14/24] target/arm: Add isar predicates for FEAT_HAFDBS
` [PATCH v4 15/24] target/arm: Extract HA and HD in aa64_va_parameters
` [PATCH v4 16/24] target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptw
` [PATCH v4 17/24] target/arm: Add ARMFault_UnsuppAtomicUpdate
` [PATCH v4 18/24] target/arm: Remove loop from get_phys_addr_lpae
` [PATCH v4 19/24] target/arm: Fix fault reporting in get_phys_addr_lpae
` [PATCH v4 20/24] target/arm: Don't shift attrs "
` [PATCH v4 21/24] target/arm: Consider GP an attribute "
` [PATCH v4 22/24] target/arm: Implement FEAT_HAFDBS, access flag portion
` [PATCH v4 23/24] target/arm: Implement FEAT_HAFDBS, dirty bit portion
` [PATCH v4 24/24] target/arm: Use the max page size in a 2-stage ptw

[PATCH v2 00/11] vfio/migration: Implement VFIO migration protocol v2
 2022-10-11  1:41 UTC  (3+ messages)
` [PATCH v2 09/11] vfio/migration: Reset device if setting recover state fails

[PATCH RFC] hw/cxl: type 3 devices can now present volatile or persistent memory
 2022-10-11  1:23 UTC  (12+ messages)

[PULL 00/55] pc,virtio: features, tests, fixes, cleanups
 2022-10-11  0:04 UTC  (38+ messages)
` [PULL 23/55] vhost-user-blk: make 'config_wce' part of 'host_features'
` [PULL 24/55] vhost-user-blk: dynamically resize config space based on features
` [PULL 25/55] tests/acpi: virt: allow acpi GTDT changes
` [PULL 26/55] acpi: arm/virt: build_gtdt: fix invalid 64-bit physical addresses
` [PULL 27/55] tests/acpi: virt: update ACPI GTDT binaries
` [PULL 28/55] mem/cxl-type3: Add sn option to provide serial number for PCI ecap
` [PULL 29/55] Revert "intel_iommu: Fix irqchip / X2APIC configuration checks"
` [PULL 30/55] qmp: add QMP command x-query-virtio
` [PULL 31/55] qmp: add QMP command x-query-virtio-status
` [PULL 32/55] qmp: decode feature & status bits in virtio-status
` [PULL 33/55] qmp: add QMP commands for virtio/vhost queue-status
` [PULL 34/55] qmp: add QMP command x-query-virtio-queue-element
` [PULL 35/55] hmp: add virtio commands
` [PULL 36/55] pci: Remove unused pci_get_*_by_mask() functions
` [PULL 37/55] pci: Sanity check mask argument to pci_set_*_by_mask()
` [PULL 38/55] hw/smbios: support for type 8 (port connector)
` [PULL 39/55] tests: acpi: whitelist pc/q35 DSDT due to HPET AML move
` [PULL 40/55] acpi: x86: deduplicate HPET AML building
` [PULL 41/55] tests: acpi: update expected blobs after HPET move
` [PULL 42/55] tests: acpi: whitelist pc/q35 DSDT due to HPET AML move
` [PULL 43/55] acpi: x86: refactor PDSM method to reduce nesting
` [PULL 44/55] x86: acpi: _DSM: use Package to pass parameters
` [PULL 45/55] tests: acpi: update expected blobs
` [PULL 46/55] tests: acpi: whitelist pc/q35 DSDT before switching _DSM to use ASUN
` [PULL 47/55] x86: acpi: cleanup PCI device _DSM duplication
` [PULL 48/55] tests: acpi: update expected blobs
` [PULL 49/55] tests: acpi: whitelist pc/q35 DSDT before moving _ADR field
` [PULL 50/55] x86: pci: acpi: reorder Device's _ADR and _SUN fields
` [PULL 51/55] tests: acpi: update expected blobs
` [PULL 52/55] tests: acpi: whitelist pc/q35 DSDT before moving _ADR field
` [PULL 53/55] x86: pci: acpi: reorder Device's _DSM method
` [PULL 54/55] tests: acpi: update expected blobs
` [PULL 55/55] x86: pci: acpi: consolidate PCI slots creation

[PATCH v2 00/12] VMX/VSX instructions with gvec
 2022-10-10 19:53 UTC  (19+ messages)
` [PATCH v2 01/12] target/ppc: Moved VMLADDUHM to decodetree and use gvec
` [PATCH v2 02/12] target/ppc: Move VMH[R]ADDSHS instruction to decodetree
` [PATCH v2 03/12] target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
` [PATCH v2 04/12] target/ppc: Move VNEG[WD] to decodtree "
` [PATCH v2 05/12] target/ppc: Move VPRTYB[WDQ] to decodetree "
` [PATCH v2 06/12] target/ppc: Move VAVG[SU][BHW] "
` [PATCH v2 07/12] target/ppc: Move VABSDU[BHW] "
` [PATCH v2 08/12] target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P
` [PATCH v2 09/12] target/ppc: Use gvec to decode XVCPSGN[SD]P
` [PATCH v2 10/12] target/ppc: Moved XVTSTDC[DS]P to decodetree
` [PATCH v2 11/12] target/ppc: Moved XSTSTDC[QDS]P "
` [PATCH v2 12/12] target/ppc: Use gvec to decode XVTSTDC[DS]P

[PATCH 1/2] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
 2022-10-10 20:07 UTC  (5+ messages)
` [PATCH 2/2] hw/cxl: Allow CXL type-3 devices to be persistent or volatile

[PATCH v2 0/2] Fix some problems with vvfat in R/W mode
 2022-10-10 17:55 UTC  (3+ messages)
` [PATCH v2 1/2] vvfat: allow some writes to bootsector
` [PATCH v2 2/2] vvfat: allow spaces in file names

[PATCH REPOST] hw/i386/e820: remove legacy reserved entries for e820
 2022-10-10 17:54 UTC  (3+ messages)


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