qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-08 16:28:07 to 2022-03-09 12:13:18 UTC [more...]

[PATCH 00/11] edk2: update to stable202202
 2022-03-09 12:10 UTC  (23+ messages)
` [PATCH 01/11] tests/acpi: allow virt memory hotplug changes
` [PATCH 02/11] edk2: update submodule to stable202202
` [PATCH 03/11] edk2: switch to release builds
` [PATCH 04/11] edk2: .git can be a file
` [PATCH 05/11] edk2: add microvm build
` [PATCH 06/11] edk2: update binaries to stable202202
` [PATCH 07/11] tests/acpi: update expected data files
` [PATCH 09/11] edk2/docker: install python3
` [PATCH 11/11] MAINTAINERS: take edk2
      ` MAINTAINERS: macOS host support (was: MAINTAINERS: take edk2)

[PATCH v7 00/22] host: Support macOS 12
 2022-03-09 11:58 UTC  (9+ messages)
` [PATCH v7 02/22] tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directives
` [PATCH v7 06/22] hvf: Fix OOB write in RDTSCP instruction decode
` [PATCH v7 22/22] gitlab-ci: Support macOS 12 via cirrus-run

starting to look at qemu savevm performance, a first regression detected
 2022-03-09 11:51 UTC  (9+ messages)
                  ` bad qemu savevm to /dev/null performance (600 MiB/s max) (Was: Re: starting to look at qemu savevm performance, a first regression detected)

[RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation
 2022-03-09 11:23 UTC  (2+ messages)

[PATCH v7 00/46] CXl 2.0 emulation Support
 2022-03-09 11:28 UTC  (5+ messages)

[PULL 00/18] testing and semihosting updates
 2022-03-09 11:18 UTC  (4+ messages)
` [PULL 13/18] tests/tcg: add vectorised sha512 versions

[PULL v2 00/16] MIPS patches for 2022-03-07
 2022-03-09 11:38 UTC  (2+ messages)

[PULL 00/22] q800-updates-for-7.0 queue 20220309
 2022-03-09 11:08 UTC  (23+ messages)
` [PULL 01/22] mos6522: add defines for IFR bit flags
` [PULL 02/22] mac_via: use IFR bit flag constants for VIA1 IRQs
` [PULL 03/22] mac_via: use IFR bit flag constants for VIA2 IRQs
` [PULL 04/22] mos6522: switch over to use qdev gpios for IRQs
` [PULL 05/22] mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClass
` [PULL 06/22] mos6522: use device_class_set_parent_reset() to propagate reset to parent
` [PULL 07/22] mos6522: add register names to register read/write trace events
` [PULL 08/22] mos6522: add "info via" HMP command for debugging
` [PULL 09/22] mos6522: record last_irq_levels in mos6522_set_irq()
` [PULL 10/22] mac_via: make SCSI_DATA (DRQ) bit live rather than latched
` [PULL 11/22] mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs
` [PULL 12/22] macio/pmu.c: remove redundant code
` [PULL 13/22] macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusState
` [PULL 14/22] macfb: don't use special irq_state and irq_mask variables in MacfbState
` [PULL 15/22] macfb: increase number of registers saved "
` [PULL 16/22] macfb: add VMStateDescription fields for display type and VBL timer
` [PULL 17/22] macfb: set initial value of mode control registers in macfb_common_realize()
` [PULL 18/22] esp: introduce esp_set_pdma_cb() function
` [PULL 19/22] esp: introduce esp_pdma_cb() function
` [PULL 20/22] esp: convert ESPState pdma_cb from a function pointer to an integer
` [PULL 21/22] esp: include the current PDMA callback in the migration stream
` [PULL 22/22] esp: recreate ESPState current_req after migration

[PATCH v16] ACPI ERST: specification for ERST support
 2022-03-09 11:03 UTC  (4+ messages)

[PATCH v3 00/12] GL & D-Bus display related fixes
 2022-03-09 10:54 UTC  (33+ messages)
` [PATCH v3 12/12] ui/console: call gfx_switch() even if the current scanout is GL

QEMU device refcounting when device creates a container MR
 2022-03-09 10:40 UTC  (2+ messages)

[PATCH v1] ui/gtk-egl: Check for a valid context before making EGL calls
 2022-03-09 10:37 UTC  (4+ messages)

[PATCH] tests/qemu-iotests: Use GNU sed in two more spots where it is necessary
 2022-03-09 10:16 UTC 

propagating vmgenid outward and upward
 2022-03-09 10:10 UTC  (2+ messages)

How to backtrace an separate stack?
 2022-03-09 10:06 UTC  (4+ messages)

[PULL 00/23] QEMU changes for 7.0 soft freeze
 2022-03-09  9:46 UTC  (4+ messages)

[PULL v4 00/47] virtio,pc,pci: features, cleanups, fixes
 2022-03-09  9:13 UTC  (2+ messages)

[PATCH 0/4] COLO net and runstate bugfix/optimization
 2022-03-09  8:38 UTC  (5+ messages)
` [PATCH 1/4] softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH
` [PATCH 2/4] net/colo: Fix a "double free" crash to clear the conn_list
` [PATCH 3/4] net/colo.c: No need to track conn_list for filter-rewriter
` [PATCH 4/4] net/colo.c: fix segmentation fault when packet is not parsed correctly

[PATCH] docs/devel/migration.rst: Updates content from code and fixes minor issues
 2022-03-09  8:54 UTC  (2+ messages)

[PATCH 0/5] --disable-tcg qtest/avocado fixes for ppc64
 2022-03-09  8:21 UTC  (5+ messages)
` [PATCH 5/5] avocado/replay_kernel.py: make tcg-icount check in run_vm()

[PATCH v2] block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server
 2022-03-09  7:48 UTC 

[PATCH v5 00/15] vDPA shadow virtqueue
 2022-03-09  7:45 UTC  (14+ messages)

[PATCH] block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server
 2022-03-09  7:34 UTC  (4+ messages)

[libvirt] [PATCH RESEND v2 0/4] re-introduce <acpi-hotplug-bridge>
 2022-03-09  7:17 UTC  (8+ messages)

[PATCH 0/2] hw/arm/virt: Fix make check-qtest-aarch64 when CONFIG_ARM_GIC_TCG is unset
 2022-03-09  7:14 UTC  (5+ messages)
` [PATCH 1/2] hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCG
` [PATCH 2/2] hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unset

[PATCH 00/14] iotests: ensure all qemu-img calls are either checked or logged
 2022-03-09  3:54 UTC  (15+ messages)
` [PATCH 01/14] iotests: add qemu_img_json()
` [PATCH 02/14] iotests: use qemu_img_json() when applicable
` [PATCH 03/14] iotests: add qemu_img_info()
` [PATCH 04/14] iotests/remove-bitmap-from-backing: use qemu_img_info()
` [PATCH 05/14] iotests: add qemu_img_map() function
` [PATCH 06/14] iotests: change supports_quorum to use qemu_img
` [PATCH 07/14] iotests: replace unchecked calls to qemu_img_pipe()
` [PATCH 08/14] iotests/149: Remove qemu_img_pipe() call
` [PATCH 09/14] iotests: remove remaining calls to qemu_img_pipe()
` [PATCH 10/14] iotests: use qemu_img() in has_working_luks()
` [PATCH 11/14] iotests: replace qemu_img_log('create', ...) calls
` [PATCH 12/14] iotests: remove qemu_img_pipe_and_status()
` [PATCH 13/14] iotests: make qemu_img_log() check log level
` [PATCH 14/14] iotests: make img_info_log() call qemu_img_log()

TCG Floating Point Support (Work in Progress)
 2022-03-09  3:48 UTC  (6+ messages)

[RFC PATCH 1/2] spapr: Report correct GTSE support via ov5
 2022-03-09  1:24 UTC  (2+ messages)
` [RFC PATCH 2/2] linux-headers: Add KVM_CAP_PPC_GTSE

[PATCH v4] target/riscv: Add isa extenstion strings to the device tree
 2022-03-09  0:53 UTC 

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

[PATCH v3] target/riscv: Add isa extenstion strings to the device tree
 2022-03-08 22:56 UTC  (12+ messages)

[RFC PATCH 0/3] Implement Sstc extension
 2022-03-08 22:43 UTC  (5+ messages)
` [RFC PATCH 1/3] target/riscv: Rename timer & timecmp to mtimer and mtimecmp

[PULL 00/11] Python patches
 2022-03-08 22:26 UTC  (2+ messages)

[PULL 00/12] Hexagon (target/hexagon) queue
 2022-03-08 21:54 UTC  (13+ messages)
` [PULL 01/12] Hexagon (target/hexagon) fix bug in circular addressing
` [PULL 02/12] Hexagon HVX (target/hexagon) fix bug in HVX saturate instructions
` [PULL 03/12] Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
` [PULL 04/12] Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_common
` [PULL 05/12] Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax
` [PULL 06/12] Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR
` [PULL 07/12] Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c
` [PULL 08/12] Hexagon (tests/tcg/hexagon) update overflow test
` [PULL 09/12] Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.c
` [PULL 10/12] Hexagon (target/hexagon) fix bug in conv_df2uw_chop
` [PULL 11/12] Hexagon (target/hexagon) assignment to c4 should wait until packet commit
` [PULL 12/12] target/hexagon: remove unused variable

[PATCH] hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_size
 2022-03-08 21:16 UTC  (3+ messages)

[PATCH v4 00/33] target/nios2: Shadow register set, EIC and VIC
 2022-03-08 20:53 UTC  (36+ messages)
` [PATCH v4 07/33] linux-user/nios2: Trim target_pc_regs to sp and pc
` [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 15/33] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
` [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 21/33] target/nios2: Use tcg_constant_tl
` [PATCH v4 22/33] target/nios2: Introduce dest_gpr
` [PATCH v4 30/33] hw/intc: Vectored Interrupt Controller (VIC)
` [PATCH v4 31/33] hw/nios2: Introduce Nios2MachineState
` [PATCH v4 33/33] hw/nios2: Machine with a Vectored Interrupt Controller

[PULL 0/7] s390x, tests and misc patches
 2022-03-08 19:30 UTC  (2+ messages)

[PATCH v4] Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax
 2022-03-08 19:25 UTC  (2+ messages)

[PATCH] tests/avocado: Cancel BootLinux tests in case there is no free port
 2022-03-08 19:13 UTC  (5+ messages)

[PATCH] hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init()
 2022-03-08 18:53 UTC  (4+ messages)

[PULL 00/18] migration queue
 2022-03-08 18:47 UTC  (4+ messages)

[PATCH 00/13] hw: ISA & MIPS patches from Bernhard Beschow
 2022-03-08 18:32 UTC  (13+ messages)
` [PATCH 01/13] hw/mips/gt64xxx_pci: Fix PCI IRQ levels to be preserved during migration
` [PATCH 03/13] hw/isa/piix4: Resolve redundant i8259[] attribute
` [PATCH 04/13] hw/isa/piix4: Pass PIIX4State as opaque parameter for piix4_set_irq()
` [PATCH 05/13] hw/isa/piix4: Resolve global instance variable
` [PATCH 06/13] hw/isa/piix4: Replace some magic IRQ constants
` [PATCH 07/13] hw/mips/gt64xxx_pci: Resolve gt64120_register()

[PULL 0/9] I²C / SMBus / PMBus patches for 2022-03-08
 2022-03-08 18:13 UTC  (10+ messages)
` [PULL 1/9] hw/i2c: pmbus: add registers
` [PULL 2/9] hw/i2c: pmbus: fix error returns and guard against out of range accesses
` [PULL 3/9] hw/i2c: pmbus: add PEC unsupported warning
` [PULL 4/9] hw/i2c: pmbus: refactor uint handling
` [PULL 5/9] hw/i2c: pmbus: update MAINTAINERS
` [PULL 6/9] hw/i2c: Added linear mode translation for pmbus devices
` [PULL 7/9] hw/sensor: add Intersil ISL69260 device model
` [PULL 8/9] hw/sensor: add Renesas raa229004 PMBus device
` [PULL 9/9] hw/sensor: add Renesas raa228000 device

[PATCH v3 0/9] This patch series contains updates to PMBus in QEMU along with some PMBus device models for Renesas regulators. I have also added myself to MAINTAINERS as this code is in use daily, where I am responsible for it
 2022-03-08 18:08 UTC  (6+ messages)

[qemu-web PATCH] Announce Google Summer of Code 2022
 2022-03-08 17:18 UTC  (2+ messages)

[PATCH v3] target/arm: Fix sve2 ldnt1 and stnt1
 2022-03-08 17:12 UTC  (3+ messages)

[PULL 00/18] target-arm queue
 2022-03-08 17:08 UTC  (2+ messages)

[PATCH v3 0/5] iotests: add enhanced debugging info to qemu-img failures
 2022-03-08 17:04 UTC  (4+ messages)
` [PATCH v3 3/5] iotests: Remove explicit checks for qemu_img() == 0

[libvirt] [PATCH RESEND v2 0/4] re-introduce <acpi-hotplug-bridge>
 2022-03-08 16:57 UTC  (6+ messages)
` [libvirt] [PATCH RESEND v2 1/4] qemu: capablities: detect acpi-pci-hotplug-with-bridge-support
` [libvirt] [PATCH RESEND v2 2/4] conf: introduce support for acpi-bridge-hotplug feature
` [libvirt] [PATCH RESEND v2 3/4] qemu: command: add "
` [libvirt] [PATCH RESEND v2 4/4] NEWS: document new acpi pci hotplug config option

[PATCH v3] Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax
 2022-03-08 16:33 UTC  (3+ messages)

Question about atomics
 2022-03-08 16:29 UTC  (5+ 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).