qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-29 17:44:51 to 2023-06-30 09:20:07 UTC [more...]

[PATCH] ppc: spapr: Fix device tree entries in absence of XIVE native mode
 2023-06-30  6:51 UTC  (3+ messages)

[PATCH v21 00/20] s390x: CPU Topology
 2023-06-30  9:17 UTC  (8+ messages)
` [PATCH v21 02/20] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v21 04/20] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v21 09/20] machine: adding s390 topology to query-cpu-fast
` [PATCH v21 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v21 13/20] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v21 15/20] tests/avocado: s390x cpu topology polarisation
` [PATCH v21 18/20] tests/avocado: s390x cpu topology test socket full

[PATCH v4 0/3] riscv: Add support for the Zfa extension
 2023-06-30  9:13 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] target/riscv: Use float64_to_int64_modulo for fcvtmod.w.d
` [PATCH v4 3/3] DO NOT MERGE: tests/tcg/riscv64: Add test "

[PATCH v6 0/5] test and QEMU fixes to ensure proper PCIE device usage
 2023-06-30  9:09 UTC  (14+ messages)
` [PATCH v6 4/5] tests/qtest/hd-geo-test: fix incorrect pcie-root-port usage and simplify test
` [PATCH v6 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port

[PULL 00/42] target-arm queue
 2023-06-30  9:04 UTC  (9+ messages)
` [PULL 18/42] tests: avocado: boot_linux_console: Add test case for bpim2u

[PATCH v3 00/36] maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR)
 2023-06-30  8:57 UTC  (5+ messages)
` [PATCH v3 25/36] docs/devel: introduce some key concepts for QOM development

[PATCH v3 0/6] eBPF RSS through QMP support
 2023-06-30  8:55 UTC  (6+ messages)

[PATCH v2 0/2] vdpa: refactor vdpa_feature_bits array
 2023-06-30  8:54 UTC  (3+ messages)
` [PATCH v2 1/2] vdpa: delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits
` [PATCH v2 2/2] vdpa: order vdpa_feature_bits array

[PATCH v2] piix: fix regression during unplug in Xen HVM domUs
 2023-06-30  8:48 UTC  (13+ messages)

[RFC PATCH 0/3] ppc/pnv: SMT support for powernv
 2023-06-30  8:17 UTC  (3+ messages)
` [RFC PATCH 1/3] target/ppc: Add LPAR-per-core vs per-thread mode flag

[PATCH v2 00/46] Add LoongArch LASX instructions
 2023-06-30  7:59 UTC  (47+ messages)
` [PATCH v2 01/46] target/loongarch: Add LASX data support
` [PATCH v2 02/46] target/loongarch: meson.build support build LASX
` [PATCH v2 03/46] target/loongarch: Add CHECK_ASXE maccro for check LASX enable
` [PATCH v2 04/46] target/loongarch: Implement xvadd/xvsub
` [PATCH v2 05/46] target/loongarch: Implement xvreplgr2vr
` [PATCH v2 06/46] target/loongarch: Implement xvaddi/xvsubi
` [PATCH v2 07/46] target/loongarch: Implement xvneg
` [PATCH v2 08/46] target/loongarch: Implement xvsadd/xvssub
` [PATCH v2 09/46] target/loongarch: Implement xvhaddw/xvhsubw
` [PATCH v2 10/46] target/loongarch: Implement xvaddw/xvsubw
` [PATCH v2 11/46] target/loongarch: Implement xavg/xvagr
` [PATCH v2 12/46] target/loongarch: Implement xvabsd
` [PATCH v2 13/46] target/loongarch: Implement xvadda
` [PATCH v2 14/46] target/loongarch: Implement xvmax/xvmin
` [PATCH v2 15/46] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
` [PATCH v2 16/46] target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}
` [PATCH v2 17/46] target/loongarch; Implement xvdiv/xvmod
` [PATCH v2 18/46] target/loongarch: Implement xvsat
` [PATCH v2 19/46] target/loongarch: Implement xvexth
` [PATCH v2 20/46] target/loongarch: Implement vext2xv
` [PATCH v2 21/46] target/loongarch: Implement xvsigncov
` [PATCH v2 22/46] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH v2 23/46] target/loognarch: Implement xvldi
` [PATCH v2 24/46] target/loongarch: Implement LASX logic instructions
` [PATCH v2 25/46] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PATCH v2 26/46] target/loongarch: Implement xvsllwil xvextl
` [PATCH v2 27/46] target/loongarch: Implement xvsrlr xvsrar
` [PATCH v2 28/46] target/loongarch: Implement xvsrln xvsran
` [PATCH v2 29/46] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH v2 30/46] target/loongarch: Implement xvssrln xvssran
` [PATCH v2 31/46] target/loongarch: Implement xvssrlrn xvssrarn
` [PATCH v2 32/46] target/loongarch: Implement xvclo xvclz
` [PATCH v2 33/46] target/loongarch: Implement xvpcnt
` [PATCH v2 34/46] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH v2 35/46] target/loongarch: Implement xvfrstp
` [PATCH v2 36/46] target/loongarch: Implement LASX fpu arith instructions
` [PATCH v2 37/46] target/loongarch: Implement LASX fpu fcvt instructions
` [PATCH v2 38/46] target/loongarch: Implement xvseq xvsle xvslt
` [PATCH v2 39/46] target/loongarch: Implement xvfcmp
` [PATCH v2 40/46] target/loongarch: Implement xvbitsel xvset
` [PATCH v2 41/46] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PATCH v2 42/46] target/loongarch: Implement xvreplve xvinsve0 xvpickve xvb{sll/srl}v
` [PATCH v2 43/46] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH v2 44/46] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i xvextrins
` [PATCH v2 45/46] target/loongarch: Implement xvld xvst
` [PATCH v2 46/46] target/loongarch: CPUCFG support LASX

[PATCH 0/4] fpu: Add float64_to_int{32,64}_modulo
 2023-06-30  8:03 UTC  (2+ messages)

[PATCH 0/2] accel/tcg: fix page invalidation in tb_invalidate_phys_range()
 2023-06-30  8:05 UTC  (3+ messages)
` [PATCH 2/2] accel/tcg: add assert() check in tb_invalidate_phys_page_range__locked()

[PATCH v6 00/20] target/riscv, KVM: fixes and enhancements
 2023-06-30  7:51 UTC  (9+ messages)
` [PATCH v6 02/20] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
` [PATCH v6 11/20] target/riscv/cpu: add misa_ext_info_arr[]

[PATCH v5 0/7] VFIO migration related refactor and bug fix
 2023-06-30  7:36 UTC  (6+ messages)
` [PATCH v5 3/7] vfio/pci: Disable INTx in vfio_realize error path
` [PATCH v5 4/7] vfio/migration: Return bool type for some vfio migration related functions
` [PATCH v5 5/7] vfio/migration: Change vIOMMU blocker from global to per device
` [PATCH v5 6/7] vfio/migration: Free resources when vfio_migration_realize fails
` [PATCH v5 7/7] vfio/migration: Remove print of "Migration disabled"

[QEMU PATCH v2 0/1] S3 support
 2023-06-30  7:45 UTC  (3+ messages)
` [QEMU PATCH v2 1/1] virtgpu: do not destroy resources when guest suspend

[PATCH 0/4] ppc/pnv: Extend "quad" model for p10
 2023-06-30  7:44 UTC  (12+ messages)
` [PATCH 1/4] ppc/pnv: quad xscom callbacks are P9 specific
` [PATCH 2/4] ppc/pnv: Subclass quad xscom callbacks
` [PATCH 3/4] ppc/pnv: Add P10 quad ops
` [PATCH 4/4] ppc/pnv: Return zero for core thread state xscom

[PATCH] net: add initial support for AF_XDP network backend
 2023-06-30  7:44 UTC  (17+ messages)

[PATCH v3 00/17] Q35 and I440FX host bridge QOM cleanup
 2023-06-30  7:37 UTC  (18+ messages)
` [PATCH v3 01/17] hw/i386/pc_q35: Resolve redundant q35_host variable
` [PATCH v3 02/17] hw/pci-host/q35: Fix double, contradicting .endianness assignment
` [PATCH v3 03/17] hw/pci-host/q35: Initialize PCMachineState::bus in board code
` [PATCH v3 04/17] hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macro
` [PATCH v3 05/17] hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board code
` [PATCH v3 06/17] hw/pci-host/q35: Make some property name macros reusable by i440fx
` [PATCH v3 07/17] hw/i386/pc_piix: Turn some local variables into initializers
` [PATCH v3 08/17] hw/pci-host/i440fx: Add "i440fx" child property in board code
` [PATCH v3 09/17] hw/pci-host/i440fx: Replace magic values by existing constants
` [PATCH v3 10/17] hw/pci-host/i440fx: Have common names for some local variables
` [PATCH v3 11/17] hw/pci-host/i440fx: Move i440fx_realize() into PCII440FXState section
` [PATCH v3 12/17] hw/pci-host/i440fx: Make MemoryRegion pointers accessible as properties
` [PATCH v3 13/17] hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM property
` [PATCH v3 14/17] hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE properties
` [PATCH v3 15/17] hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE property
` [PATCH v3 16/17] hw/pci-host/i440fx: Resolve i440fx_init()
` [PATCH v3 17/17] hw/i386/pc_piix: Move i440fx' realize near its qdev_new()

[PATCH] target/mips: enable GINVx support for I6400 and I6500
 2023-06-30  7:28 UTC 

[QEMU PATCH 0/1]
 2023-06-30  7:14 UTC  (4+ messages)
` [QEMU PATCH 1/1] virtgpu: do not destroy resources when guest suspend

[PATCH] hw: Simplify calls to pci_nic_init_nofail()
 2023-06-30  6:35 UTC  (5+ messages)

[patch] trivial: man page: document display::gtk::zoom-to-fit
 2023-06-30  6:30 UTC  (2+ messages)

[PATCH qemu] aspeed add montblanc bmc reference from fuji
 2023-06-30  6:09 UTC  (3+ messages)

[PATCH] gitlab: Disable plugins for cross-i386-tci
 2023-06-30  6:09 UTC  (3+ messages)

[PATCH] e1000e: Add ICR clearing by corresponding IMS bit
 2023-06-30  6:05 UTC  (3+ messages)

[PATCH 0/3] net: socket: do not close file descriptor if it's not a socket
 2023-06-30  6:02 UTC  (2+ messages)

[PATCH v4 0/5] VFIO migration related refactor and bug fix
 2023-06-30  6:01 UTC  (18+ messages)
` [PATCH v4 3/5] vfio/pci: Disable INTx in vfio_realize error path
` [PATCH v4 4/5] vfio/pci: Free resources when vfio_migration_realize fails
` [PATCH v4 5/5] vfio/migration: Refactor and fix print of "Migration disabled"

[PULL 00/16] vfio queue
 2023-06-30  5:22 UTC  (17+ messages)
` [PULL 01/16] migration: Add switchover ack capability
` [PULL 02/16] migration: Implement switchover ack logic
` [PULL 03/16] migration: Enable switchover ack capability
` [PULL 04/16] tests: Add migration switchover ack capability test
` [PULL 05/16] vfio/migration: Refactor vfio_save_block() to return saved data size
` [PULL 06/16] vfio/migration: Store VFIO migration flags in VFIOMigration
` [PULL 07/16] vfio/migration: Add VFIO migration pre-copy support
` [PULL 08/16] vfio/migration: Add support for switchover ack capability
` [PULL 09/16] vfio: Implement a common device info helper
` [PULL 10/16] hw/vfio/pci-quirks: Support alternate offset for GPUDirect Cliques
` [PULL 11/16] vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path
` [PULL 12/16] vfio/migration: Reset bytes_transferred properly
` [PULL 13/16] vfio/migration: Make VFIO migration non-experimental
` [PULL 14/16] MAINTAINERS: Promote Cédric to VFIO co-maintainer
` [PULL 15/16] vfio/pci: Fix a segfault in vfio_realize
` [PULL 16/16] vfio/pci: Free leaked timer in vfio_realize error path

[PATCH v4 0/6] net/tap: Fix QEMU frozen issue when the maximum number of file descriptors is very large
 2023-06-30  4:52 UTC  (3+ messages)
` [PATCH v4 6/6] net: tap: Use qemu_close_range() to close fds

Memory region endianness
 2023-06-29 23:37 UTC 

[RESEND][PATCH v1 0/2] Add Virtio support to Xenpvh machine for arm
 2023-06-29 23:02 UTC  (5+ messages)
` [RESEND][PATCH v1 1/2] xen_arm: Create virtio-mmio devices during initialization
` [RESEND][PATCH v1 2/2] xen_arm: Initialize RAM and add hi/low memory regions

[PATCH 0/1] linux-user: add support for big endian variants of riscv
 2023-06-30 11:14 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH V3 0/2] migration file URI
 2023-06-29 21:38 UTC  (3+ messages)
` [PATCH V3 2/2] migration: file URI offset

[PATCH 0/6] migration: Test the new "file:" migration
 2023-06-29 21:36 UTC  (7+ messages)
` [PATCH 1/6] migration: Set migration status early in incoming side
` [PATCH 3/6] tests/qtest: migration: Add migrate_incoming_qmp helper
` [PATCH 6/6] tests/qtest: migration-test: Add tests for file-based migration

[PATCH] linux-user: Avoid mmap of the last byte of the reserved_va
 2023-06-29 21:27 UTC  (2+ messages)

[PATCH 0/2] accel/tcg: Remove qemu_tcg_mttcg_enabled()
 2023-06-29 21:12 UTC  (4+ messages)
` [PATCH 1/2] target/riscv: Check for CF_PARALLEL instead of qemu_tcg_mttcg_enabled

[PATCH 1/1] pcie: Add hotplug detect state register to w1cmask
 2023-06-29 20:56 UTC  (6+ messages)

[PATCH 0/7] migration: Better error handling in return path thread
 2023-06-29 19:56 UTC  (4+ messages)
` [PATCH 5/7] migration: Display error in query-migrate irrelevant of status

[PULL 0/8] s390-ccw bios updates
 2023-06-29 19:03 UTC  (9+ messages)
` [PULL 1/8] s390-ccw: Getting rid of ulong
` [PULL 2/8] pc-bios/s390-ccw: Get rid of the the __u* types
` [PULL 3/8] pc-bios/s390-ccw/Makefile: Use -z noexecstack to silence linker warning
` [PULL 4/8] pc-bios/s390-ccw: Fix indentation in start.S
` [PULL 5/8] pc-bios/s390-ccw: Provide space for initial stack frame "
` [PULL 6/8] pc-bios/s390-ccw: Move the stack array into start.S
` [PULL 7/8] pc-bios/s390-ccw: Don't use __bss_start with the "larl" instruction
` [PULL 8/8] pc-bios: Update the s390 bios images with the recent changes

[PATCH 1/2] vfio: Don't be a iterable and legacy device at the same time
 2023-06-29 18:59 UTC  (2+ messages)

[PULL 00/33] UI patches
 2023-06-29 17:55 UTC  (3+ messages)
` [PULL 17/33] ui/dbus: win32 support


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