qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-07 20:00:50 to 2022-03-08 09:10:24 UTC [more...]

[PULL v2 00/33] Abstract ArchCPU
 2022-03-08  9:06 UTC  (2+ messages)

[PULL v2 00/47] virtio,pc,pci: features, cleanups, fixes
 2022-03-08  9:05 UTC  (5+ messages)

How to backtrace an separate stack?
 2022-03-08  8:43 UTC  (4+ messages)

[PATCH v4 00/33] target/nios2: Shadow register set, EIC and VIC
 2022-03-08  8:43 UTC  (38+ messages)
` [PATCH v4 01/33] target/nios2: Check supervisor on eret
` [PATCH v4 02/33] target/nios2: Stop generating code if gen_check_supervisor fails
` [PATCH v4 03/33] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
` [PATCH v4 04/33] target/nios2: Split PC out of env->regs[]
` [PATCH v4 05/33] target/nios2: Split out helper for eret instruction
` [PATCH v4 06/33] target/nios2: Do not create TCGv for control registers
` [PATCH v4 07/33] linux-user/nios2: Trim target_pc_regs to sp and pc
` [PATCH v4 08/33] target/nios2: Remove cpu_interrupts_enabled
` [PATCH v4 09/33] target/nios2: Split control registers away from general registers
` [PATCH v4 10/33] target/nios2: Clean up nios2_cpu_dump_state
` [PATCH v4 11/33] target/nios2: Use hw/registerfields.h for CR_STATUS fields
` [PATCH v4 12/33] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
` [PATCH v4 13/33] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
` [PATCH v4 14/33] target/nios2: Use hw/registerfields.h for CR_TLBACC fields
` [PATCH v4 15/33] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
` [PATCH v4 16/33] target/nios2: Move R_FOO and CR_BAR into enumerations
` [PATCH v4 17/33] target/nios2: Prevent writes to read-only or reserved control fields
` [PATCH v4 18/33] target/nios2: Implement cpuid
` [PATCH v4 19/33] target/nios2: Implement CR_STATUS.RSIE
` [PATCH v4 20/33] target/nios2: Remove CPU_INTERRUPT_NMI
` [PATCH v4 21/33] target/nios2: Use tcg_constant_tl
` [PATCH v4 22/33] target/nios2: Introduce dest_gpr
` [PATCH v4 23/33] target/nios2: Drop CR_STATUS_EH from tb->flags
` [PATCH v4 24/33] target/nios2: Introduce shadow register sets
` [PATCH v4 25/33] target/nios2: Implement rdprs, wrprs
` [PATCH v4 26/33] target/nios2: Update helper_eret for shadow registers
` [PATCH v4 27/33] target/nios2: Create EXCP_SEMIHOST for semi-hosting
` [PATCH v4 28/33] target/nios2: Clean up nios2_cpu_do_interrupt
` [PATCH v4 29/33] target/nios2: Implement EIC interrupt processing
` [PATCH v4 30/33] hw/intc: Vectored Interrupt Controller (VIC)
` [PATCH v4 31/33] hw/nios2: Introduce Nios2MachineState
` [PATCH v4 32/33] hw/nios2: Move memory regions into Nios2Machine
` [PATCH v4 33/33] hw/nios2: Machine with a Vectored Interrupt Controller

[PATCH v2 00/10] add generic vDPA device support
 2022-03-08  8:41 UTC  (9+ messages)
` [PATCH v2 05/10] vdpa-dev: implement the realize interface

[PATCH v5 00/15] vDPA shadow virtqueue
 2022-03-08  8:24 UTC  (17+ messages)
` [PATCH v5 15/15] vdpa: Add x-svq to NetdevVhostVDPAOptions

[PULL 0/1] qemu-openbios queue 20220308
 2022-03-08  8:16 UTC  (2+ messages)
` [PULL 1/1] roms/openbios: update OpenBIOS images to 0e0afae6 built from submodule

[PULL 00/23] QEMU changes for 7.0 soft freeze
 2022-03-08  8:14 UTC  (2+ messages)

[PATCH 1/2] hw/arm/aspeed: allow missing spi_model
 2022-03-08  8:14 UTC  (5+ messages)
` [PATCH 2/2] hw/arm/aspeed: add Bletchley machine type

[PATCH] hw/block: m25p80: Add support for w25q01jvq
 2022-03-08  8:02 UTC  (2+ messages)

[PATCH V7 00/29] Live Update
 2022-03-08  7:20 UTC  (9+ messages)
` [PATCH V7 10/29] machine: memfd-alloc option
` [PATCH V7 19/29] vfio-pci: cpr part 1 (fd and dma)

[PATCH] virtio-net: fix map leaking on error during receive
 2022-03-08  7:02 UTC  (3+ messages)

[PATCH 0/6] aspeed/smc: 'num_cs' cleanup
 2022-03-08  6:41 UTC  (5+ messages)
` [PATCH 2/6] aspeed: Rework aspeed_board_init_flashes() interface
` [PATCH 5/6] aspeed/smc: Let the SSI core layer define the bus name

[PATCH] tests: add (riscv virt) machine mapping to testenv
 2022-03-08  6:40 UTC  (3+ messages)
` [PATCH v2] "

Question about atomics
 2022-03-08  5:00 UTC  (2+ messages)

[PATCH v3 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-08  4:09 UTC  (13+ messages)
` [PATCH v3 01/11] tcg: Implement tcg_gen_{h,w}swap_{i32,i64}
` [PATCH v3 02/11] target/s390x: vxeh2: vector convert short/32b
` [PATCH v3 03/11] target/s390x: vxeh2: vector string search
` [PATCH v3 04/11] target/s390x: vxeh2: Update for changes to vector shifts
` [PATCH v3 05/11] target/s390x: vxeh2: vector shift double by bit
` [PATCH v3 06/11] target/s390x: vxeh2: vector {load, store} elements reversed
` [PATCH v3 07/11] target/s390x: vxeh2: vector {load, store} byte reversed elements
` [PATCH v3 08/11] target/s390x: vxeh2: vector {load, store} byte reversed element
` [PATCH v3 09/11] target/s390x: add S390_FEAT_VECTOR_ENH2 to cpu max
` [PATCH v3 10/11] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
` [PATCH v3 11/11] target/s390x: Fix writeback to v1 in helper_vstl

[PATCH v3] target/arm: Fix sve2 ldnt1 and stnt1
 2022-03-08  3:16 UTC 

[PATCH v3 0/5] iotests: add enhanced debugging info to qemu-img failures
 2022-03-08  1:57 UTC  (6+ messages)
` [PATCH v3 1/5] python/utils: add add_visual_margin() text decoration utility
` [PATCH v3 2/5] python/utils: add VerboseProcessError
` [PATCH v3 3/5] iotests: Remove explicit checks for qemu_img() == 0
` [PATCH v3 4/5] iotests: make qemu_img raise on non-zero rc by default
` [PATCH v3 5/5] iotests: fortify compare_images() against crashes

[PULL 00/15] NBD patches for 7.0-rc0
 2022-03-08  1:44 UTC  (16+ messages)
` [PULL 01/15] crypto: mandate a hostname when checking x509 creds on a client
` [PULL 02/15] block: pass desired TLS hostname through from block driver client
` [PULL 03/15] block/nbd: support override of hostname for TLS certificate validation
` [PULL 04/15] qemu-nbd: add --tls-hostname option "
` [PULL 05/15] block/nbd: don't restrict TLS usage to IP sockets
` [PULL 06/15] tests/qemu-iotests: add QEMU_IOTESTS_REGEN=1 to update reference file
` [PULL 07/15] tests/qemu-iotests: expand _filter_nbd rules
` [PULL 08/15] tests/qemu-iotests: introduce filter for qemu-nbd export list
` [PULL 09/15] tests/qemu-iotests: convert NBD TLS test to use standard filters
` [PULL 10/15] tests/qemu-iotests: validate NBD TLS with hostname mismatch
` [PULL 11/15] tests/qemu-iotests: validate NBD TLS with UNIX sockets
` [PULL 12/15] tests/qemu-iotests: validate NBD TLS with UNIX sockets and PSK
` [PULL 13/15] nbd/server: Minor cleanups
` [PULL 14/15] qemu-io: Utilize 64-bit status during map
` [PULL 15/15] qemu-io: Allow larger write zeroes under no fallback

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-08  1:45 UTC  (4+ messages)
` [PATCH v4 03/12] mm: Introduce memfile_notifier

[PULL v2 00/16] MIPS patches for 2022-03-07
 2022-03-07 23:45 UTC  (2+ messages)
` [PULL v2 15/16] hw/isa: Inline and remove one-line isa_init_irq()

[PULL v4 00/47] virtio,pc,pci: features, cleanups, fixes
 2022-03-07 22:47 UTC  (48+ messages)
` [PULL v4 01/47] qom: assert integer does not overflow
` [PULL v4 02/47] ACPI ERST: specification for ERST support
` [PULL v4 03/47] MAINTAINERS: no need to add my name explicitly as a reviewer for VIOT tables
` [PULL v4 04/47] docs/acpi/erst: add device id for ACPI ERST device in pci-ids.txt
` [PULL v4 05/47] hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macro
` [PULL v4 06/47] hw/smbios: code cleanup - use macro definitions for table header handles
` [PULL v4 07/47] hw/smbios: fix overlapping table handle numbers with large memory vms
` [PULL v4 08/47] hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collide
` [PULL v4 09/47] vhost-user: remove VirtQ notifier restore
` [PULL v4 10/47] vhost-user: fix VirtQ notifier cleanup
` [PULL v4 11/47] virtio: fix the condition for iommu_platform not supported
` [PULL v4 12/47] hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUEST
` [PULL v4 13/47] hw/virtio: vdpa: Fix leak of host-notifier memory-region
` [PULL v4 14/47] vhost-vdpa: make notifiers _init()/_uninit() symmetric
` [PULL v4 15/47] intel_iommu: support snoop control
` [PULL v4 16/47] hw/i386: Improve bounds checking in OVMF table parsing
` [PULL v4 17/47] hw/i386: Replace magic number with field length calculation
` [PULL v4 18/47] virtio-iommu: Default to bypass during boot
` [PULL v4 19/47] virtio-iommu: Support bypass domain
` [PULL v4 20/47] tests/qtest/virtio-iommu-test: Check bypass config
` [PULL v4 21/47] hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecated
` [PULL v4 22/47] hw/pci-bridge/pxb: Fix missing swizzle
` [PULL v4 23/47] virtio-net: Unlimit tx queue size if peer is vdpa
` [PULL v4 24/47] pcie: Add support for Single Root I/O Virtualization (SR/IOV)
` [PULL v4 25/47] pcie: Add some SR/IOV API documentation in docs/pcie_sriov.txt
` [PULL v4 26/47] pcie: Add a helper to the SR/IOV API
` [PULL v4 27/47] pcie: Add 1.2 version token for the Power Management Capability
` [PULL v4 28/47] pci-bridge/xio3130_upstream: Fix error handling
` [PULL v4 29/47] pci-bridge/xio3130_downstream: "
` [PULL v4 30/47] headers: Add pvpanic.h
` [PULL v4 31/47] hw/misc/pvpanic: Use standard headers instead
` [PULL v4 32/47] pci: show id info when pci BDF conflict
` [PULL v4 33/47] pci: expose TYPE_XIO3130_DOWNSTREAM name
` [PULL v4 34/47] acpi: pcihp: pcie: set power on cap on parent slot
` [PULL v4 35/47] pc: add option to disable PS/2 mouse/keyboard
` [PULL v4 36/47] vhost-vsock: detach the virqueue element in case of error
` [PULL v4 37/47] x86: cleanup unused compat_apic_id_mode
` [PULL v4 38/47] hw/smbios: Add table 4 parameter, "processor-id"
` [PULL v4 39/47] pci: drop COMPAT_PROP_PCP for 2.0 machine types
` [PULL v4 40/47] event_notifier: add event_notifier_get_wfd()
` [PULL v4 41/47] vhost: use wfd on functions setting vring call fd
` [PULL v4 42/47] configure, meson: allow enabling vhost-user on all POSIX systems
` [PULL v4 43/47] docs: vhost-user: add subsection for non-Linux platforms
` [PULL v4 44/47] tests/acpi: i386: allow FACP acpi table changes
` [PULL v4 45/47] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table
` [PULL v4 46/47] tests/acpi: i386: update FACP table differences
` [PULL v4 47/47] hw/acpi/microvm: turn on 8042 bit in FADT boot architecture flags if present

[PATCH v13 0/8] hmp,qmp: Add commands to introspect virtio devices
 2022-03-07 22:46 UTC  (2+ messages)

[PULL 00/11] Python patches
 2022-03-07 22:15 UTC  (12+ messages)
` [PULL 01/11] python/aqmp: add _session_guard()
` [PULL 02/11] python/aqmp: rename 'accept()' to 'start_server_and_accept()'
` [PULL 03/11] python/aqmp: remove _new_session and _establish_connection
` [PULL 04/11] python/aqmp: split _client_connected_cb() out as _incoming()
` [PULL 05/11] python/aqmp: squelch pylint warning for too many lines
` [PULL 06/11] python/aqmp: refactor _do_accept() into two distinct steps
` [PULL 07/11] python/aqmp: stop the server during disconnect()
` [PULL 08/11] python/aqmp: add start_server() and accept() methods
` [PULL 09/11] python/aqmp: fix race condition in legacy.py
` [PULL 10/11] python/aqmp: drop _bind_hack()
` [PULL 11/11] scripts/qmp-shell-wrap: Fix import path

[PATCH 0/9] add LOG_UNSUPP log type + mark hcalls as unsupp
 2022-03-07 22:00 UTC  (4+ messages)

[PATCH v2 0/7] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-07 21:34 UTC  (3+ messages)
` [PATCH v2 6/7] target/s390x: add S390_FEAT_VECTOR_ENH2 to cpu max

[RFC PATCH] target/i386: for maximum rounding precision for fildll
 2022-03-07 21:33 UTC  (4+ messages)

[PATCH v4 0/4] qtests/libqos: Allow PCI tests to be run with virt-machine
 2022-03-07 21:14 UTC  (5+ messages)
` [PATCH v4 1/4] tests/qtest/libqos/pci: Introduce pio_limit
` [PATCH v4 2/4] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
` [PATCH v4 3/4] tests/qtest/vhost-user-blk-test: Temporary hack to get tests passing on aarch64
` [PATCH v4 4/4] tests/qtest/libqos: Add generic pci host bridge in arm-virt machine

[PATCH v4 0/9] Fixups for PMBus and new sensors
 2022-03-07 20:19 UTC  (11+ messages)
` [PATCH v4 1/9] hw/i2c: pmbus: add registers
` [PATCH v4 2/9] hw/i2c: pmbus: fix error returns and guard against out of range accesses
` [PATCH v4 3/9] hw/i2c: pmbus: add PEC unsupported warning
` [PATCH v4 4/9] hw/i2c: pmbus: refactor uint handling
` [PATCH v4 5/9] hw/i2c: pmbus: update MAINTAINERS
` [PATCH v4 6/9] hw/i2c: Added linear mode translation for pmbus devices
` [PATCH v4 7/9] hw/sensor: add Intersil ISL69260 device model
` [PATCH v4 8/9] hw/sensor: add Renesas raa229004 PMBus device
` [PATCH v4 9/9] hw/sensor: add Renesas raa228000 device

[PATCH 0/3] windows installer: Fix warnings, mouse-over descriptions, item order
 2022-03-07 20:16 UTC  (4+ messages)
` [PATCH 1/3] nsis installer: List emulators in alphabetical order


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