qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-23 20:35:08 to 2024-02-26 05:20:15 UTC [more...]

[PATCH v4 00/34] migration: File based migration with multifd and fixed-ram
 2024-02-26  5:19 UTC  (10+ messages)
` [PATCH v4 11/34] migration/ram: Introduce 'fixed-ram' migration capability
` [PATCH v4 12/34] migration: Add fixed-ram URI compatibility check
` [PATCH v4 13/34] migration/ram: Add outgoing 'fixed-ram' migration
` [PATCH v4 14/34] migration/ram: Add incoming "

[PATCH v2] virtio-pci: correctly set virtio pci queue mem multiplier
 2024-02-26  5:14 UTC  (3+ messages)

[PATCH 0/7] nsis: gitlab-ci: Improve QEMU Windows installer packaging
 2024-02-26  4:35 UTC  (6+ messages)
` [PATCH 3/7] scripts/nsis.py: Automatically package required DLLs of QEMU executables

[PATCH] migration: Free argv
 2024-02-26  3:49 UTC  (2+ messages)

[PATCH v2 0/5] migration: cleanup TLS channel referencing
 2024-02-26  3:33 UTC  (2+ messages)

[PATCH] spapr: avoid overhead of finding vhyp class in critical operations
 2024-02-26  3:01 UTC  (2+ messages)

[PATCH V1] migration: export fewer options
 2024-02-26  2:40 UTC  (2+ messages)

[RFC PATCH v3 00/21] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-02-26  2:22 UTC  (25+ messages)
` [RFC PATCH v3 04/21] target/arm: Implement ALLINT MSR (immediate)
` [RFC PATCH v3 08/21] target/arm: Handle IS/FS in ISR_EL1 for NMI
` [RFC PATCH v3 10/21] hw/arm/virt: Wire NMI and VNMI irq lines from GIC to CPU
` [RFC PATCH v3 11/21] hw/intc/arm_gicv3: Add external IRQ lines for NMI
` [RFC PATCH v3 12/21] target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()
` [RFC PATCH v3 14/21] hw/intc/arm_gicv3_redist: Implement GICR_INMIR0
` [RFC PATCH v3 16/21] hw/intc: Enable FEAT_GICv3_NMI Feature
` [RFC PATCH v3 17/21] hw/intc/arm_gicv3: Add NMI handling CPU interface registers
` [RFC PATCH v3 18/21] hw/intc/arm_gicv3: Implement NMI interrupt prioirty
` [RFC PATCH v3 19/21] hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()
` [RFC PATCH v3 21/21] hw/arm/virt: Add FEAT_GICv3_NMI feature support in virt GIC

[PATCH V4 00/14] allow cpr-reboot for vfio
 2024-02-26  2:14 UTC  (11+ messages)
` [PATCH V4 09/14] migration: notifier error checking
` [PATCH V4 10/14] migration: stop vm for cpr
` [PATCH V4 13/14] migration: update cpr-reboot description
` [PATCH V4 14/14] migration: options incompatible with cpr

[PATCH] migration: Fix qmp_query_migrate mbps value
 2024-02-26  1:44 UTC  (9+ messages)

[PATCH v2 0/7] Introduce multifd zero page checking
 2024-02-26  1:43 UTC  (16+ messages)
` [PATCH v2 3/7] migration/multifd: Zero page transmission on the multifd thread
    ` [External] "
` [PATCH v2 4/7] migration/multifd: Enable zero page checking from multifd threads
      ` [External] "

[PATCH 0/2] RISC-V: Add Ztso extension
 2024-02-26  1:31 UTC  (6+ messages)
` [PATCH 1/2] RISC-V: Add support for Ztso
` [PATCH 2/2] linux-user/riscv: Add Ztso extension to hwprobe

[PATCH v2 0/4] RISC-V: Modularize common match conditions for trigger
 2024-02-26  1:16 UTC  (3+ messages)

[PATCH v2 0/2] hw/arm: Fix STM32L4x5 EXTI to CPU irq fan-in connections
 2024-02-26  0:17 UTC  (3+ messages)
` [PATCH v2 1/2] hw/arm: Use TYPE_OR_IRQ when connecting STM32L4x5 EXTI fan-in IRQs

[PATCH v6 00/41] Raspberry Pi 4B machine
 2024-02-26  0:02 UTC  (42+ messages)
` [PATCH v6 01/41] Split out common part of BCM283X classes
` [PATCH v6 02/41] Split out common part of peripherals
` [PATCH v6 03/41] Split out raspi machine common part
` [PATCH v6 04/41] Introduce BCM2838 SoC
` [PATCH v6 05/41] Add GIC-400 to "
` [PATCH v6 06/41] Add BCM2838 GPIO stub
` [PATCH v6 07/41] Implement BCM2838 GPIO functionality
` [PATCH v6 08/41] Connect SD controller to BCM2838 GPIO
` [PATCH v6 09/41] Add GPIO and SD to BCM2838 periph
` [PATCH v6 10/41] Introduce Raspberry PI 4 machine
` [PATCH v6 11/41] Temporarily disable unimplemented rpi4b devices
` [PATCH v6 12/41] Add memory region for BCM2837 RPiVid ASB
` [PATCH v6 13/41] Add BCM2838 PCIE Root Complex
` [PATCH v6 14/41] Add BCM2838 PCIE host
` [PATCH v6 15/41] Enable BCM2838 PCIE
` [PATCH v6 16/41] Add RPi4 RNG200
` [PATCH v6 17/41] Implement BCM2838 thermal sensor
` [PATCH v6 18/41] Add clock_isp stub
` [PATCH v6 19/41] Add GENET stub
` [PATCH v6 20/41] Add GENET register structs. Part 1
` [PATCH v6 21/41] Add GENET register structs. Part 2
` [PATCH v6 22/41] Add GENET register structs. Part 3
` [PATCH v6 23/41] Add GENET register structs. Part 4
` [PATCH v6 24/41] Add GENET register access macros
` [PATCH v6 25/41] Implement GENET register ops
` [PATCH v6 26/41] Implement GENET MDIO
` [PATCH v6 27/41] Implement GENET TX path
` [PATCH v6 28/41] Implement GENET RX path
` [PATCH v6 29/41] Enable BCM2838 GENET controller
` [PATCH v6 30/41] Add Rpi4b boot tests
` [PATCH v6 31/41] Add mailbox test stub
` [PATCH v6 32/41] Add mailbox test constants
` [PATCH v6 33/41] Add mailbox tests tags. Part 1
` [PATCH v6 34/41] Add mailbox tests tags. Part 2
` [PATCH v6 35/41] Add mailbox tests tags. Part 3
` [PATCH v6 36/41] Add mailbox property tests. Part 1
` [PATCH v6 37/41] Add mailbox property tests. Part 2
` [PATCH v6 38/41] Add mailbox property tests. Part 3
` [PATCH v6 39/41] Add missed BCM2835 properties
` [PATCH v6 40/41] Append added properties to mailbox test
` [PATCH v6 41/41] Add RPi4B to raspi.rst

[PATCH v6 0/3] Add device STM32L4x5 GPIO
 2024-02-26  0:08 UTC  (6+ messages)
` [PATCH v6 1/3] hw/gpio: Implement "
` [PATCH v6 2/3] hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoC
` [PATCH v6 3/3] tests/qtest: Add STM32L4x5 GPIO QTest testcase

support on risc-v 128bits
 2024-02-25 23:57 UTC  (2+ messages)

[PATCH 1/2] hw/xen: detect when running inside stubdomain
 2024-02-25 22:09 UTC  (6+ messages)
` [PATCH 2/2] xen: fix stubdom PCI addr

[PATCH] hw/us/bus.c PCAP adding 0xA in Windows version
 2024-02-25 21:55 UTC  (2+ messages)

Intention to work on GSoC project
 2024-02-25 21:38 UTC 

possible race condition in qemu nat layer or virtio-net
 2024-02-25 18:22 UTC 

[PATCH v2 0/3] hw/ide: Make "ide_internal.h" really internal
 2024-02-25 20:28 UTC  (6+ messages)
` [PATCH v2 1/3] hw/arm/sbsa-ref: Do not open-code ahci_ide_create_devs()
` [PATCH v2 2/3] hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/
` [PATCH v2 3/3] hw/ide: Include 'ide_internal.h' from current path

[Bug 2054889] [NEW] pcap streams are text files which insert 0xD in Windows version
 2024-02-25 19:51 UTC  (4+ messages)
` [Bug 2054889] "

[PULL 00/25] Misc HW patches for 2024-02-21
 2024-02-25 19:39 UTC  (4+ messages)
` [PULL 14/25] hw/i386/pc: Confine system flash handling to pc_sysfw

[PATCH v3] target/riscv: Fix shift count overflow
 2024-02-25 17:41 UTC 

[PATCH] hw/ide: Remove last two uses of ide/internal.h outside of hw/ide
 2024-02-25 17:19 UTC  (4+ messages)

[PATCH] docs: move CODING_STYLE into the developer documentation
 2024-02-25 16:55 UTC  (2+ messages)
` Files without license statement

[PATCH v2] target/riscv: Fix shift count overflow
 2024-02-25 16:49 UTC  (3+ messages)

[PATCH v5 0/3] Add support for I2C in BCM2835 boards
 2024-02-25 16:37 UTC  (5+ messages)
` [PATCH v5 1/3] hw/i2c: Implement Broadcom Serial Controller (BSC)
` [PATCH v5 2/3] hw/arm: Connect BSC to BCM2835 board as I2C0, I2C1 and I2C2
` [PATCH v5 3/3] tests/qtest: Add testcase for BCM2835 BSC

[PATCH v2 0/6] Simplify initialization of PC machines
 2024-02-25 16:32 UTC  (9+ messages)
` [PATCH v2 1/6] hw/i386/x86: Let ioapic_init_gsi() take parent as pointer
` [PATCH v2 2/6] hw/i386/pc: Rename "bus" attribute to "pcibus"
` [PATCH v2 3/6] hw/i386/pc_{piix, q35}: Eliminate local pci_bus/pci_host variables
` [PATCH v2 4/6] hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"
` [PATCH v2 5/6] hw/i386/pc: Populate RTC attribute directly
` [PATCH v2 6/6] hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove it

[PATCH V2 0/1] Change the UEFI loading mode to loongarch
 2024-02-25 13:57 UTC  (5+ messages)
` [PATCH V2 1/1] loongarch: "

[PULL 00/11] Test and misc patches
 2024-02-25 11:52 UTC  (2+ messages)

[PATCH 0/9] Simplify initialization of PC machines
 2024-02-25 10:13 UTC  (6+ messages)
` [PATCH 9/9] hw/i386/pc_{piix, q35}: Eliminate local pci_bus/pci_host variables

Trying to write data to i2c bus
 2024-02-25  8:29 UTC  (5+ messages)

[PATCH 00/10] usb cleanups: remove usb_bus_find(), extract sysbus-ohci to a separate file
 2024-02-24 22:38 UTC  (5+ messages)
` [PATCH 05/10] hppa: do not require CONFIG_USB

[PULL v2 00/39] tcg and linux-user patch queue
 2024-02-24 20:56 UTC  (5+ messages)
` [PULL v2 31/39] *-user: Deprecate and disable -p pagesize
` [PULL v2 32/39] cpu: Remove page_size_init

[PATCH v4 0/3] Add support for I2C in BCM2835 boards
 2024-02-24 19:02 UTC  (4+ messages)
` [PATCH v4 1/3] hw/i2c: Implement Broadcom Serial Controller (BSC)
` [PATCH v4 2/3] hw/arm: Connect BSC to BCM2835 board as I2C0, I2C1 and I2C2
` [PATCH v4 3/3] tests/qtest: Add testcase for BCM2835 BSC

[PATCH] target/riscv: Fix shift count overflow
 2024-02-24 17:55 UTC  (2+ messages)

[PATCH] scripts/qemu-binfmt-conf.sh: refresh
 2024-02-24 16:17 UTC  (5+ messages)

[PATCH v2 0/3] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-02-24 15:54 UTC  (5+ messages)
` [PATCH v2 1/3] qtest: migration: Enhance qtest migration functions to support 'channels' argument

[PATCH RFC 0/3] Support GM/T 0018-2012 cryptographic standard
 2024-02-24 14:34 UTC  (4+ messages)
` [PATCH RFC 1/3] crypto: Introduce GM/T 0018-2012 cryptographic driver
` [PATCH RFC 2/3] meson.build: Support GM/T 0018-2012 cryptographic standard
` [PATCH RFC 3/3] crypto: Allow GM/T 0018-2012 to support SM4 cipher algorithm

[PATCH v2] ui/cocoa: Fix window clipping on macOS 14
 2024-02-24 14:19 UTC  (2+ messages)

[PATCH] hw/nvme: fix invalid endian conversion
 2024-02-24 13:15 UTC  (2+ messages)

[PATCH v11 0/6] ui/cocoa: Use NSWindow's ability to resize
 2024-02-24 13:04 UTC  (8+ messages)
` [PATCH v11 3/6] ui/cocoa: Let the platform toggle fullscreen
` [PATCH v11 6/6] ui/cocoa: Remove stretch_video flag

[PATCH v12 00/10] ui/cocoa: Use NSWindow's ability to resize
 2024-02-24 12:43 UTC  (11+ messages)
` [PATCH v12 01/10] ui/cocoa: Split [-QemuCocoaView handleEventLocked:]
` [PATCH v12 02/10] ui/cocoa: Immediately call [-QemuCocoaView handleMouseEvent:buttons:]
` [PATCH v12 03/10] ui/cocoa: Release specific mouse buttons
` [PATCH v12 04/10] ui/cocoa: Scale with NSView instead of Core Graphics
` [PATCH v12 05/10] ui/cocoa: Fix pause label coordinates
` [PATCH v12 06/10] ui/cocoa: Let the platform toggle fullscreen
` [PATCH v12 07/10] ui/cocoa: Remove normalWindow
` [PATCH v12 08/10] ui/cocoa: Make window resizable
` [PATCH v12 09/10] ui/cocoa: Call console_select() with the BQL
` [PATCH v12 10/10] ui/cocoa: Remove stretch_video flag

[PULL 00/47] ppc-for-9.0 queue
 2024-02-24 12:44 UTC  (2+ messages)

[PATCH v7 00/16] hw/pci: SR-IOV related fixes and improvements
 2024-02-24  9:24 UTC  (17+ messages)
` [PATCH v7 01/16] hw/nvme: Use pcie_sriov_num_vfs()
` [PATCH v7 02/16] pcie_sriov: Validate NumVFs
` [PATCH v7 03/16] pcie_sriov: Reset SR-IOV extended capability
` [PATCH v7 04/16] pcie_sriov: Do not reset NumVFs after disabling VFs
` [PATCH v7 05/16] hw/pci: Always call pcie_sriov_pf_reset()
` [PATCH v7 06/16] hw/pci: Rename has_power to enabled
` [PATCH v7 07/16] pcie_sriov: Do not manually unrealize
` [PATCH v7 08/16] pcie_sriov: Reuse SR-IOV VF device instances
` [PATCH v7 09/16] pcie_sriov: Release VFs failed to realize
` [PATCH v7 10/16] pcie_sriov: Remove num_vfs from PCIESriovPF
` [PATCH v7 11/16] pcie_sriov: Register VFs after migration
` [PATCH v7 12/16] hw/pci: Replace -1 with UINT32_MAX for romsize
` [PATCH v7 13/16] hw/pci: Use UINT32_MAX as a default value for rombar
` [PATCH v7 14/16] hw/pci: Determine if rombar is explicitly enabled
` [PATCH v7 15/16] vfio: Avoid inspecting option QDict for rombar
` [PATCH v7 16/16] hw/qdev: Remove opts member

[PATCH v2 00/27] maintainer updates for 9.0 pre-PR (tests, plugin register support)
 2024-02-24  8:34 UTC  (3+ messages)
` [PATCH v2 21/27] plugins: add an API to read registers

Support Android hypervisors
 2024-02-24  6:27 UTC  (3+ messages)

[PATCH] virtio-gpu: Fix HW cursor visibility
 2024-02-24  1:51 UTC 

[PATCH 1/1] virtio-gpu: Fix HW cursor visibility
 2024-02-24  0:15 UTC 

[PULL 00/39] tcg and linux-user patch queue
 2024-02-23 22:26 UTC  (3+ messages)

[PATCH 0/3] linux-user: Rewrite target_shmat
 2024-02-23 22:02 UTC  (4+ messages)
` [PATCH 3/3] "


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