qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-02 21:26:23 to 2023-03-03 09:10:34 UTC [more...]

[PATCH RFC 0/4] memory: Fix (/ Discuss) a few rcu issues
 2023-03-03  9:10 UTC  (6+ messages)

[PATCH] vhost: accept VIRTIO_F_ORDER_PLATFORM as a valid SVQ feature
 2023-03-03  9:08 UTC  (11+ messages)

[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
 2023-03-03  9:08 UTC  (5+ messages)

[PATCH] scsi: megasas: Internal cdbs have 16-byte length
 2023-03-03  9:02 UTC  (2+ messages)

[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-03-03  8:58 UTC  (17+ messages)
` [PATCH v4 01/15] vdpa net: move iova tree creation from init to start
` [PATCH v4 09/15] vdpa: add vdpa net migration state notifier
` [PATCH v4 12/15] vdpa: block migration if device has unsupported features

[PULL 00/59] Fifth RISC-V PR for QEMU 8.0
 2023-03-03  8:37 UTC  (60+ messages)
` [PULL 01/59] target/riscv: introduce riscv_cpu_cfg()
` [PULL 02/59] target/riscv: do not mask unsupported QEMU extensions in write_misa()
` [PULL 03/59] target/riscv: allow MISA writes as experimental
` [PULL 04/59] target/riscv: remove RISCV_FEATURE_DEBUG
` [PULL 05/59] target/riscv/cpu.c: error out if EPMP is enabled without PMP
` [PULL 06/59] target/riscv: remove RISCV_FEATURE_EPMP
` [PULL 07/59] target/riscv: remove RISCV_FEATURE_PMP
` [PULL 08/59] hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus()
` [PULL 09/59] target/riscv: remove RISCV_FEATURE_MMU
` [PULL 10/59] target/riscv/cpu: remove CPUArchState::features and friends
` [PULL 11/59] target/riscv: Fix the relationship between Zfhmin and Zfh
` [PULL 12/59] target/riscv: Fix the relationship between Zhinxmin and Zhinx
` [PULL 13/59] target/riscv: Simplify the check for Zfhmin and Zhinxmin
` [PULL 14/59] target/riscv: Add cfg properties for Zv* extensions
` [PULL 15/59] target/riscv: Fix relationship between V, Zve*, F and D
` [PULL 16/59] target/riscv: Add property check for Zvfh{min} extensions
` [PULL 17/59] target/riscv: Indent fixes in cpu.c
` [PULL 18/59] target/riscv: Simplify check for Zve32f and Zve64f
` [PULL 19/59] target/riscv: Replace check for F/D to Zve32f/Zve64d in trans_rvv.c.inc
` [PULL 20/59] target/riscv: Remove redundunt check for zve32f and zve64f
` [PULL 21/59] target/riscv: Add support for Zvfh/zvfhmin extensions
` [PULL 22/59] target/riscv: Fix check for vector load/store instructions when EEW=64
` [PULL 23/59] target/riscv: Simplify check for EEW = 64 in trans_rvv.c.inc
` [PULL 24/59] target/riscv: Expose properties for Zv* extensions
` [PULL 25/59] target/riscv: gdbstub: Check priv spec version before reporting CSR
` [PULL 26/59] target/riscv: Add some comments to clarify the priority policy of riscv_csrrw_check()
` [PULL 27/59] target/riscv: Use g_assert() for the predicate() NULL check
` [PULL 28/59] target/riscv: gdbstub: Minor change for better readability
` [PULL 29/59] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
` [PULL 30/59] target/riscv: Coding style fixes in csr.c
` [PULL 31/59] target/riscv: Use 'bool' type for read_only
` [PULL 32/59] target/riscv: Simplify {read, write}_pmpcfg() a little bit
` [PULL 33/59] target/riscv: Simplify getting RISCVCPU pointer from env
` [PULL 34/59] target/riscv: Avoid reporting odd-numbered pmpcfgX in the CSR XML for RV64
` [PULL 35/59] target/riscv: gdbstub: Turn on debugger mode before calling CSR predicate()
` [PULL 36/59] target/riscv: gdbstub: Drop the vector CSRs in riscv-vector.xml
` [PULL 37/59] target/riscv: Allow debugger to access user timer and counter CSRs
` [PULL 38/59] target/riscv: Allow debugger to access seed CSR
` [PULL 39/59] target/riscv: Allow debugger to access {h, s}stateen CSRs
` [PULL 40/59] target/riscv: Allow debugger to access sstc CSRs
` [PULL 41/59] target/riscv: Drop priv level check in mseccfg predicate()
` [PULL 42/59] target/riscv: Group all predicate() routines together
` [PULL 43/59] target/riscv: Fix checking of whether instruciton at 'pc_next' spans pages
` [PULL 44/59] RISC-V: XTheadMemPair: Remove register restrictions for store-pair
` [PULL 45/59] target/riscv: Add support for Zicond extension
` [PULL 46/59] hw/riscv: Skip re-generating DT nodes for a given DTB
` [PULL 47/59] hw/riscv: Move the dtb load bits outside of create_fdt()
` [PULL 48/59] target/riscv: Fix the relationship between menvcfg.PBMTE/STCE and Svpbmt/Sstc extensions
` [PULL 49/59] target/riscv: Fix the relationship of PBMTE/STCE fields between menvcfg and henvcfg
` [PULL 50/59] target/riscv: Add csr support for svadu
` [PULL 51/59] target/riscv: Add *envcfg.PBMTE related check in address translation
` [PULL 52/59] target/riscv: Add *envcfg.HADE "
` [PULL 53/59] target/riscv: Export Svadu property
` [PULL 54/59] target/riscv/csr.c: use env_archcpu() in ctr()
` [PULL 55/59] target/riscv/csr.c: simplify mctr()
` [PULL 56/59] target/riscv/csr.c: use riscv_cpu_cfg() to avoid env_cpu() pointers
` [PULL 57/59] target/riscv/csr.c: avoid env_archcpu() usages when reading RISCVCPUConfig
` [PULL 58/59] target/riscv/vector_helper.c: create vext_set_tail_elems_1s()
` [PULL 59/59] target/riscv/vector_helper.c: avoid env_archcpu() when reading RISCVCPUConfig

[PATCH 0/5] iotests: make meson aware of individual I/O tests
 2023-03-03  8:53 UTC  (7+ messages)
` [PATCH 2/5] iotests: allow test discovery before building
` [PATCH 4/5] iotests: print TAP protocol version when reporting tests

[PATCH v2] tcg: Include "qemu/timer.h" for profile_getclock
 2023-03-03  8:49 UTC 

[PATCH 0/4] user-created PHB cleanup
 2023-03-03  8:42 UTC  (4+ messages)
` [PATCH 1/4] pnv_phb4_pec: Keep track of instantiated PHBs

[PATCH v4 00/26] gdbstub/next: re-organise and split build
 2023-03-03  8:33 UTC  (9+ messages)
` [PATCH v4 04/26] gdbstub: clean-up indent on gdb_exit
` [PATCH v4 22/26] gdbstub: only compile gdbstub twice for whole build
` [PATCH v4 23/26] testing: probe gdb for supported architectures ahead of time
` [PATCH v4 25/26] gdbstub: split out softmmu/user specifics for syscall handling

[PATCH] hw/acpi: Set memory regions to native endian as a work around
 2023-03-03  8:22 UTC  (11+ messages)

[virtio-dev] [RFC QEMU] docs: vhost-user: Add custom memory mapping support
 2023-03-03  8:11 UTC  (2+ messages)

[PATCH v2 0/7] hw/net/eepro100: Finish QDev conversion
 2023-03-03  8:01 UTC  (4+ messages)

[PATCH 0/9] mirror: allow switching from background to active mode
 2023-03-03  7:47 UTC  (8+ messages)
` [PATCH 8/9] mirror: return the remaining dirty bytes upon query

[PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
 2023-03-03  7:46 UTC  (22+ messages)
` [PATCH v3 01/18] hw/ide/piix: Expose output IRQ as properties for late object population
` [PATCH v3 02/18] hw/ide/piix: Allow using PIIX3-IDE as standalone PCI function
` [PATCH v3 03/18] hw/i386/pc_piix: Wire PIIX3 IDE ouput IRQs to ISA bus IRQs 14/15
` [PATCH v3 04/18] hw/isa/piix4: Wire PIIX4 "
` [PATCH v3 05/18] hw/ide: Rename ISA specific ide_init_ioport -> ide_bus_init_ioport_isa
` [PATCH v3 06/18] hw/ide/piix: Ensure IDE output IRQs are wired at realization
` [PATCH v3 07/18] hw/isa: Deprecate isa_get_irq() in favor of isa_bus_get_irq()
` [PATCH v3 08/18] hw/ide: Introduce generic ide_init_ioport()
` [PATCH v3 09/18] hw/ide/piix: Use generic ide_bus_init_ioport()
` [PATCH v3 10/18] hw/isa: Ensure isa_register_portio_list() do not get NULL ISA device
` [PATCH v3 11/18] hw/isa: Simplify isa_address_space[_io]()
` [PATCH v3 12/18] hw/isa: Reduce 'isabus' singleton scope to isa_bus_new()
` [PATCH v3 13/18] exec/ioport: Factor portio_list_register_flush_coalesced() out
` [PATCH v3 14/18] exec/ioport: Factor portio_list_register() out
` [PATCH v3 15/18] hw/southbridge/piix: Use OBJECT_DECLARE_SIMPLE_TYPE() macro
` [PATCH v3 16/18] hw/isa/piix: Batch register QOM types using DEFINE_TYPES() macro
` [PATCH v3 17/18] hw/isa/piix: Unify QOM type name of PIIX ISA function
` [PATCH v3 18/18] hw/isa/piix: Unify PIIX-ISA QOM type names using qdev aliases

[PATCH v2] vfio: Fix vfio_get_dev_region() trace event
 2023-03-03  7:43 UTC 

[PATCH v2 0/6] Deprecate support for 32-bit x86 and arm hosts
 2023-03-03  7:36 UTC  (18+ messages)
` [PATCH v2 1/6] docs/about/deprecated: Deprecate the qemu-system-i386 binary
` [PATCH v2 2/6] docs/about/deprecated: Deprecate 32-bit x86 hosts
` [PATCH v2 3/6] gitlab-ci.d/crossbuilds: Drop the i386 jobs
` [PATCH v2 4/6] docs/about/deprecated: Deprecate the qemu-system-arm binary
` [PATCH v2 5/6] docs/about/deprecated: Deprecate 32-bit arm hosts
` [PATCH v2 6/6] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs

[PATCH 1/6] Add the Android Emulator hypervisor driver (AEHD) accelerator
 2023-03-03  7:33 UTC  (7+ messages)
` [PATCH 2/6] Add a few AEHD headers
` [PATCH 3/6] Add the aehd-apic device type
` [PATCH 4/6] Add the aehd-ioapic "
` [PATCH 5/6] Add the aehd-i8259 "
` [PATCH 6/6] Add the AEHD implementation

[PATCH v6 00/12] Refactor cryptodev
 2023-03-03  7:25 UTC  (5+ messages)
` [PATCH v6 09/12] cryptodev: Account statistics
    `  "

[PATCH v2 0/6] target/i386: Support new Intel platform Instructions in CPUID enumeration
 2023-03-03  6:59 UTC  (7+ messages)
` [PATCH v2 1/6] target/i386: Add support for CMPCCXADD "
` [PATCH v2 2/6] target/i386: Add support for AMX-FP16 "
` [PATCH v2 3/6] target/i386: Add support for AVX-IFMA "
` [PATCH v2 4/6] target/i386: Add support for AVX-VNNI-INT8 "
` [PATCH v2 5/6] target/i386: Add support for AVX-NE-CONVERT "
` [PATCH v2 6/6] target/i386: Add support for PREFETCHIT0/1 "

[PATCH v5 0/7] Pegasos2 fixes and audio output support
 2023-03-03  6:57 UTC  (17+ messages)
` [PATCH v5 1/7] hw/display/sm501: Add debug property to control pixman usage
` [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
` [PATCH v5 7/7] hw/audio/via-ac97: Basic implementation of audio playback

[PATCH 0/2] Risc-V CPU state by hart ID
 2023-03-03  6:50 UTC  (3+ messages)
` [PATCH 1/2] target/riscv: cpu: Implement get_arch_id callback
` [PATCH 2/2] hw: intc: Use cpu_by_arch_id to fetch CPU state

[PATCH v4.5 00/29] gdbstub/next: re-organise and split build
 2023-03-03  2:58 UTC  (30+ messages)
` [PATCH v4.5 01/29] gdbstub/internals.h: clean up include guard
` [PATCH v4.5 02/29] gdbstub: fix-up copyright and license files
` [PATCH v4.5 03/29] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
` [PATCH v4.5 04/29] gdbstub: clean-up indent on gdb_exit
` [PATCH v4.5 05/29] gdbstub: define separate user/system structures
` [PATCH v4.5 06/29] gdbstub: move GDBState to shared internals header
` [PATCH v4.5 07/29] includes: move tb_flush into its own header
` [PATCH v4.5 08/29] gdbstub: move fromhex/tohex routines to internals
` [PATCH v4.5 09/29] gdbstub: make various helpers visible to the rest of the module
` [PATCH v4.5 10/29] gdbstub: move chunk of softmmu functionality to own file
` [PATCH v4.5 11/29] gdbstub: move chunks of user code into own files
` [PATCH v4.5 12/29] gdbstub: rationalise signal mapping in softmmu
` [PATCH v4.5 13/29] gdbstub: abstract target specific details from gdb_put_packet_binary
` [PATCH v4.5 14/29] gdbstub: specialise handle_query_attached
` [PATCH v4.5 15/29] gdbstub: specialise target_memory_rw_debug
` [PATCH v4.5 16/29] gdbstub: introduce gdb_get_max_cpus
` [PATCH v4.5 17/29] gdbstub: specialise stub_can_reverse
` [PATCH v4.5 18/29] gdbstub: fix address type of gdb_set_cpu_pc
` [PATCH v4.5 19/29] gdbstub: don't use target_ulong while handling registers
` [PATCH v4.5 20/29] gdbstub: move register helpers into standalone include
` [PATCH v4.5 21/29] gdbstub: move syscall handling to new file
` [PATCH v4.5 22/29] gdbstub: only compile gdbstub twice for whole build
` [PATCH v4.5 23/29] testing: probe gdb for supported architectures ahead of time
` [PATCH v4.5 24/29] include: split target_long definition from cpu-defs
` [PATCH v4.5 25/29] gdbstub: split out softmmu/user specifics for syscall handling
` [PATCH v4.5 26/29] gdbstub: Remove gdb_do_syscallv
` [PATCH v4.5 27/29] gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
` [PATCH v4.5 28/29] gdbstub: Build syscall.c once
` [PATCH v4.5 29/29] gdbstub: move update guest debug to accel ops

[PULL 0/5] loongarch-to-apply queue
 2023-03-03  2:41 UTC  (6+ messages)
` [PULL 1/5] hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASE
` [PULL 2/5] loongarch: Add smbios command line option
` [PULL 3/5] docs/system/loongarch: update loongson3.rst and rename it to virt.rst
` [PULL 4/5] target/loongarch: Implement Chip Configuraiton Version Register(0x0000)
` [PULL 5/5] hw/loongarch/virt: add system_powerdown hmp command support

[PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator
 2023-03-03  2:25 UTC 

[PATCH v2] hw/loongarch/virt: add system_powerdown hmp command support
 2023-03-03  1:05 UTC 

[PATCH v3 0/6] hw/cxl: Poison get, inject, clear
 2023-03-03  1:05 UTC  (7+ messages)
` [PATCH v3 4/6] hw/cxl: QMP based poison injection support
` [PATCH v3 5/6] hw/cxl: Add poison injection via the mailbox
` [PATCH v3 6/6] hw/cxl: Add clear poison mailbox command support

[RFC PATCH] gdbstub: attempt to split gdb into 32/64 bit targets [!WORKING PLZ HELP]
 2023-03-03  0:38 UTC  (4+ messages)

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-03-03  0:19 UTC  (12+ messages)
` [PATCH v2 10/20] vfio/common: Record DMA mapped IOVA ranges

[PULL 00/53] virtio,pc,pci: features, cleanups, fixes
 2023-03-03  0:15 UTC  (10+ messages)
` [PULL 31/53] pcie: set power indicator to off on reset by default
` [PULL 35/53] chardev/char-socket: set s->listener = NULL in char_socket_finalize

[PATCH 00/33] pci(pc/q35): acpi-index support on non-hotpluggable slots
 2023-03-02 23:21 UTC  (4+ messages)

[PULL v2 20/24] tests/docker: use direct RUNC call to build containers
 2023-03-02 23:04 UTC  (3+ messages)

[PATCH] tcg: Include "qemu/timer.h" for profile_getclock
 2023-03-02 21:56 UTC  (2+ messages)

[PATCH 00/12] Q35 PCI host fixes and QOM cleanup
 2023-03-02 21:54 UTC  (4+ messages)

[PATCH v8 00/23] Consolidate PIIX south bridges
 2023-03-02 21:21 UTC  (2+ messages)
` [PATCH v8 03/23] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge


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