qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-09 12:20:16 to 2023-01-09 18:52:22 UTC [more...]

[PATCH 2/2] tpm: add backend for mssim
 2023-01-09 18:51 UTC  (16+ messages)

[RFC PATCH v5 00/52] Xen support under KVM
 2023-01-09 18:51 UTC  (7+ messages)
` [RFC PATCH v5 39/52] i386/xen: add monitor commands to test event injection

[PATCH v2 0/5] Fix win32/msys2 shader compilation & drop perl
 2023-01-09 18:42 UTC  (10+ messages)
` [PATCH v2 1/5] build-sys: fix crlf-ending C code
` [PATCH v2 2/5] .gitlab-ci.d/windows: do not disable opengl
` [PATCH v2 3/5] configure: replace Perl usage with sed
` [PATCH v2 4/5] meson: replace Perl usage with Python
` [PATCH v2 5/5] Draft: Update lcitool

[PATCH v5 00/14] vfio/migration: Implement VFIO migration protocol v2
 2023-01-09 18:36 UTC  (13+ messages)
` [PATCH v5 06/14] migration/qemu-file: Add qemu_file_get_to_fd()
` [PATCH v5 08/14] vfio/migration: Move migration v1 logic to vfio_migration_init()
` [PATCH v5 09/14] vfio/migration: Rename functions/structs related to v1 protocol
` [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2

QEMU cirrus freebsd 13 CI failing with 'Undefined symbol "rl_set_timeout"'
 2023-01-09 18:25 UTC  (2+ messages)

[PATCH 00/14] hw/arm: QOM OBJECT_DECLARE_SIMPLE_TYPE cleanups
 2023-01-09 17:59 UTC  (16+ messages)
` [PATCH 01/14] hw/arm/pxa: Avoid forward-declaring PXA2xxI2CState
` [PATCH 02/14] hw/gpio/omap_gpio: Add local variable to avoid embedded cast
` [PATCH 03/14] hw/arm/omap: Drop useless casts from void * to pointer
` [PATCH 04/14] hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name
` [PATCH 05/14] hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO "
` [PATCH 06/14] hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC "
` [PATCH 07/14] hw/arm/stellaris: Drop useless casts from void * to pointer
` [PATCH 08/14] hw/arm/stellaris: Use CamelCase for STELLARIS_ADC type name
` [PATCH 09/14] hw/arm/bcm2836: Remove definitions generated by OBJECT_DECLARE_TYPE()
` [PATCH 10/14] hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PATCH 11/14] hw/misc/sbsa_ec: Rename TYPE_SBSA_EC -> TYPE_SBSA_SECURE_EC
` [PATCH 12/14] hw/misc/sbsa_ec: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PATCH 13/14] hw/intc/xilinx_intc: Use 'XpsIntc' typedef instead of 'struct xlx_pic'
` [PATCH 14/14] hw/timer/xilinx_timer: Use XpsTimerState instead of 'struct timerblock'

[PATCH] hw/net: Fix read of uninitialized memory in ftgmac100
 2023-01-09 17:54 UTC  (5+ messages)

[PATCH v6 00/33] Consolidate PIIX south bridges
 2023-01-09 17:23 UTC  (34+ messages)
` [PATCH v6 01/33] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
` [PATCH v6 02/33] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
` [PATCH v6 03/33] hw/isa/piix4: Correct IRQRC[A:D] reset values
` [PATCH v6 04/33] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
` [PATCH v6 05/33] hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific
` [PATCH v6 06/33] hw/isa/piix4: "
` [PATCH v6 07/33] hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
` [PATCH v6 08/33] hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
` [PATCH v6 09/33] hw/intc/i8259: Make using the isa_pic singleton more type-safe
` [PATCH v6 10/33] hw/intc/i8259: Introduce i8259 proxy TYPE_ISA_PIC
` [PATCH v6 11/33] hw/i386/pc: Create RTC controllers in south bridges
` [PATCH v6 12/33] hw/i386/pc: No need for rtc_state to be an out-parameter
` [PATCH v6 13/33] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
` [PATCH v6 14/33] hw/isa/piix3: Create USB controller in host device
` [PATCH v6 15/33] hw/isa/piix3: Create power management "
` [PATCH v6 16/33] hw/isa/piix3: Create TYPE_ISA_PIC "
` [PATCH v6 17/33] hw/isa/piix3: Create IDE controller "
` [PATCH v6 18/33] hw/isa/piix3: Wire up ACPI interrupt internally
` [PATCH v6 19/33] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
` [PATCH v6 20/33] hw/isa/piix3: Rename pci_piix3_props for sharing with PIIX4
` [PATCH v6 21/33] hw/isa/piix3: Rename piix3_reset() "
` [PATCH v6 22/33] hw/isa/piix3: Drop the "3" from PIIX base class
` [PATCH v6 23/33] hw/isa/piix4: Make PIIX4's ACPI and USB functions optional
` [PATCH v6 24/33] hw/isa/piix4: Remove unused inbound ISA interrupt lines
` [PATCH v6 25/33] hw/isa/piix4: Use TYPE_ISA_PIC device
` [PATCH v6 26/33] hw/isa/piix4: Reuse struct PIIXState from PIIX3
` [PATCH v6 27/33] hw/isa/piix4: Rename reset control operations to match PIIX3
` [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
` [PATCH v6 29/33] hw/isa/piix: Harmonize names of reset control memory regions
` [PATCH v6 30/33] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
` [PATCH v6 31/33] hw/isa/piix: Rename functions to be shared for interrupt triggering
` [PATCH v6 32/33] hw/isa/piix: Consolidate IRQ triggering
` [PATCH v6 33/33] hw/isa/piix: Share PIIX3's base class with PIIX4

[PULL v2 00/15] First batch of s390x, qtests and misc fixes in 2023
 2023-01-09 17:40 UTC  (7+ messages)
` [PULL 10/15] tests/qtest/bios-tables-test: Replace -no-hpet with hpet=off machine parameter
` [PULL 11/15] i386: Deprecate the -no-hpet QEMU command line option
` [PULL 13/15] Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
` [PULL 14/15] error handling: Use RETRY_ON_EINTR() macro where applicable
` [PULL 15/15] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job

[PATCH 00/13] hw/arm: Cleanups before pflash refactor
 2023-01-09 17:40 UTC  (6+ messages)
` [PATCH 05/13] hw/arm/gumstix: Improve documentation
` [PATCH 06/13] hw/arm/gumstix: Use the IEC binary prefix definitions
` [PATCH 11/13] hw/arm/z2: "
` [PATCH 13/13] hw/arm: Remove unreachable code calling pflash_cfi01_register()

[PATCH v5 00/31] Consolidate PIIX south bridges
 2023-01-09 17:33 UTC  (5+ messages)

[PATCH 0/9] hw: Convert simple devices from SysBus to QDev
 2023-01-09 17:13 UTC  (3+ messages)
` [PATCH 1/9] hw/arm/musicpal: Remove unused dummy MemoryRegion

[PATCH 0/5] hw/i2c: Rename TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
 2023-01-09 17:12 UTC  (12+ messages)
` [PATCH 1/5] hw/i2c/versatile_i2c: Drop useless casts from void * to pointer
` [PATCH 2/5] hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CState
` [PATCH 3/5] hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
` [PATCH 4/5] hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macro
` [PATCH 5/5] hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c

[RFC PATCH] docs: add a proper feature overview in "About QEMU"
 2023-01-09 17:03 UTC 

[PATCH 0/5] hw: Cleanups around PFLASH use
 2023-01-09 16:51 UTC  (12+ messages)
` [PATCH 1/5] hw/ppc/sam460ex: Remove unreachable code calling pflash_cfi01_register()
` [PATCH 3/5] hw/mips/malta: Add the FLASH_SECTOR_SIZE definition
` [PATCH 4/5] hw/sh4/r2d: Use the IEC binary prefix definitions
` [PATCH 5/5] hw/sh4/r2d: Add the FLASH_SECTOR_SIZE definition

[PATCH] tests/avocado: add machine:none tag to version.py
 2023-01-09 16:42 UTC  (4+ messages)

[PATCH v6 0/2] tpm: add mssim backend
 2023-01-09 16:15 UTC  (3+ messages)
` [PATCH v6 1/2] tpm: convert tpmdev options processing to new visitor format
` [PATCH v6 2/2] tpm: add backend for mssim

[PATCH] target/i386: fix operand size of unary SSE operations
 2023-01-09 16:16 UTC 

[PATCH 0/5] hw/i2c/bitbang_i2c: Housekeeping
 2023-01-09 16:10 UTC  (11+ messages)
` [PATCH 1/5] hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header
` [PATCH 2/5] hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegion
` [PATCH 3/5] hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helper
` [PATCH 4/5] hw/i2c/bitbang_i2c: Trace state changes
` [PATCH 5/5] hw/i2c/bitbang_i2c: Convert DPRINTF() to trace events

[PATCH] target/riscv: Use TARGET_FMT_lx for env->mhartid
 2023-01-09 16:04 UTC  (4+ messages)

[PATCH 0/2] Fix win32/msys2 shader compilation
 2023-01-09 15:59 UTC  (7+ messages)
` [PATCH 1/2] build-sys: fix crlf-ending C code

[PULL 00/51] virtio,pc,pci: features, cleanups, fixes
 2023-01-09 15:54 UTC  (11+ messages)
` [PULL 37/51] docs/devel: Rules on #include in headers

[PATCH v3 00/18] ui: Move and clean up monitor command code
 2023-01-09 14:35 UTC  (4+ messages)
` [PATCH v3 16/18] ui: Split hmp_mouse_set() and move the HMP part to ui/

[PATCH v3 0/6] virtio-mem: Handle preallocation with migration
 2023-01-09 14:42 UTC  (10+ messages)
` [PATCH v3 1/6] migration: Allow immutable device state to be migrated early (i.e., before RAM)
` [PATCH v3 3/6] migration: Factor out checks for advised and listening incomming postcopy

[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
 2023-01-09 15:17 UTC  (31+ messages)
` [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
` [PATCH v2 02/21] hw/block: Pass DeviceState to pflash_cfi01_get_blk()
` [PATCH v2 03/21] hw/block: Use pflash_cfi01_get_blk() in pflash_cfi01_legacy_drive()
` [PATCH v2 04/21] hw/block: Pass DeviceState to pflash_cfi01_get_memory()
` [PATCH v2 05/21] hw/arm: Use generic DeviceState instead of PFlashCFI01
` [PATCH v2 06/21] hw/loongarch: "
` [PATCH v2 08/21] hw/i386: "
` [PATCH v2 09/21] hw/xtensa: "
` [PATCH v2 10/21] hw/sh4: Open-code pflash_cfi02_register()
` [PATCH v2 11/21] hw/arm/digic: "
` [PATCH v2 12/21] hw/arm/musicpal: "
` [PATCH v2 13/21] hw/arm/xilinx_zynq: "
` [PATCH v2 14/21] hw/block: Remove unused pflash_cfi02_register()
` [PATCH v2 15/21] hw/block: Make PFlashCFI02 QOM declaration internal
` [PATCH v2 16/21] hw/arm: Open-code pflash_cfi01_register()
` [PATCH v2 18/21] hw/mips: "
` [PATCH v2 19/21] hw/ppc: "
` [PATCH v2 20/21] hw/block: Remove unused pflash_cfi01_register()
` [PATCH v2 21/21] hw/block: Make PFlashCFI01 QOM declaration internal

[PATCH v2 0/4] s390x/pv: Improve protected VM support
 2023-01-09 15:24 UTC  (16+ messages)
` [PATCH v2 1/4] s390x/pv: Implement a CGS check helper
` [PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime

[PATCH 0/4] Qemu SEV reduced-phys-bits fixes
 2023-01-09 15:05 UTC  (3+ messages)

[PATCH v5 0/2] tpm: add mssim backend
 2023-01-09 14:57 UTC  (5+ messages)
` [PATCH v5 1/2] tpm: convert tpmdev options processing to new visitor format

[PATCH 0/5] migration: Modified 'migrate' QAPI command for migration
 2023-01-09 14:14 UTC  (5+ messages)
` [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
` [PATCH 3/5] migration: Avoid multiple parsing of uri in migration code flow

[PATCH 0/2] migration: Report migration related thread pid to libvirt to
 2023-01-09 14:44 UTC  (3+ messages)
` [PATCH 2/2] migration: report multiFd related thread pid to libvirt

[PATCH] hw/arm/smmuv3: Add GBPA register
 2023-01-09 13:53 UTC  (4+ messages)

Questions about how block devices use snapshots
 2023-01-09 13:57 UTC  (2+ messages)

[PATCH 0/4] plugin patches to fix #1381
 2023-01-09 13:52 UTC  (3+ messages)
` [PATCH 4/4] cpu-exec: assert that plugin_mem_cbs is NULL after execution

virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
 2023-01-09 13:24 UTC 

[PATCH] coverity: physmem: use simple assertions instead of modelling
 2023-01-09 13:37 UTC  (2+ messages)

[RFC PATCH v2] qom: Extract object_try_new() from qdev_new()
 2023-01-09 13:28 UTC  (2+ messages)

[PATCH v4 0/2] hw/nvme: Support for Namespaces Management from guest OS
 2023-01-09 13:29 UTC  (2+ messages)

[PATCH] shpc: disallow unplug when power indicator is blinking
 2023-01-09 12:19 UTC  (2+ messages)

[RFC PATCH] qom: Extract object_try_new() from qdev_new()
 2023-01-09 13:17 UTC  (3+ messages)

[PATCH for-8.0] ui/vnc: fix bad address parsing
 2023-01-09 12:56 UTC  (3+ messages)

[PATCH] tests/qtest/bios-tables-test: Replace -no-hpet with hpet=off machine parameter
 2023-01-09 12:29 UTC  (2+ messages)

[RESEND PATCH 0/2] migration: Report migration related thread pid to libvirt to support migration pin
 2023-01-09 12:12 UTC  (2+ messages)
` [RESEND PATCH 1/2] migration: report migration related thread pid to libvirt

[PATCH 00/10] Various win32 fixes & new 'get-win32-socket' QMP command
 2023-01-09 12:28 UTC  (4+ messages)
` [PATCH 08/10] qmp: add 'get-win32-socket'

[PATCH v2] util/bufferiszero: Use __attribute__((target)) for avx2/avx512
 2023-01-09 12:28 UTC  (2+ messages)

[PATCH v2 0/4] Clean up includes
 2023-01-09 12:01 UTC  (4+ messages)
` [PATCH v2 4/4] docs/devel: Rules on #include in headers


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