messages from 2023-10-20 08:33:35 to 2023-10-23 10:12:41 UTC [more...]
[PATCH] hw/arm/boot: Set SCR_EL3.FGTEn when booting kernel
2023-10-23 10:12 UTC (3+ messages)
[PATCH v2 0/4] stm32f2xx_usart: implement TX interrupts
2023-10-23 9:38 UTC (14+ messages)
` [PATCH v2 1/4] hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq()
` [PATCH v2 2/4] hw/char/stm32f2xx_usart: Update IRQ when SR is read
` [PATCH v2 3/4] hw/char/stm32f2xx_usart: Update IRQ when DR is written
` [PATCH v2 4/4] hw/char/stm32f2xx_usart: Add more definitions for CR1 register
[RFC PATCH 00/78] Strict disable implicit fallthrough
2023-10-23 9:31 UTC (3+ messages)
` [RFC PATCH 48/78] contrib/vhost-user-scsi: add fallthrough pseudo-keyword
[RFC PATCH 47/75] contrib/vhost-user-scsi: add fallthrough pseudo-keyword
2023-10-23 9:31 UTC (2+ messages)
[PATCH v6 00/10] Introduce model for IBM's FSI
2023-10-23 6:51 UTC (12+ messages)
` [PATCH v6 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v6 02/10] hw/fsi: Introduce IBM's scratchpad
` [PATCH v6 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v6 04/10] hw/fsi: Introduce IBM's FSI
` [PATCH v6 05/10] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v6 06/10] hw/fsi: Aspeed APB2OPB interface
` [PATCH v6 07/10] hw/arm: Hook up FSI module in AST2600
` [PATCH v6 08/10] hw/fsi: Added qtest
` [PATCH v6 09/10] hw/fsi: Added FSI documentation
` [PATCH v6 10/10] hw/fsi: Update MAINTAINER list
[PATCH v3 0/9] hw/arm/pxa2xx: SysBus/QDev fixes
2023-10-23 6:47 UTC (14+ messages)
` [PATCH v3 1/9] hw/sd/pxa2xx: Realize sysbus device before accessing it
` [PATCH v3 2/9] hw/sd/pxa2xx: Do not open-code sysbus_create_simple()
` [PATCH v3 3/9] hw/pcmcia/pxa2xx: Realize sysbus device before accessing it
` [PATCH v3 4/9] hw/pcmcia/pxa2xx: Do not open-code sysbus_create_simple()
` [PATCH v3 5/9] hw/pcmcia/pxa2xx: Inline pxa2xx_pcmcia_init()
` [PATCH v3 6/9] hw/intc/pxa2xx: Convert to Resettable interface
` [PATCH v3 7/9] hw/intc/pxa2xx: Pass CPU reference using QOM link property
` [PATCH v3 8/9] hw/intc/pxa2xx: Factor pxa2xx_pic_realize() out of pxa2xx_pic_init()
` [PATCH v3 9/9] hw/arm/pxa2xx: Realize PXA2XX_I2C device before accessing it
[PATCH v2 00/13] migration: Check for duplicates on vmstate_register()
2023-10-23 6:02 UTC (27+ messages)
` [PATCH v2 01/13] migration: Create vmstate_register_any()
` [PATCH v2 02/13] migration: Use vmstate_register_any()
` [PATCH v2 03/13] migration: Use vmstate_register_any() for isa-ide
` [PATCH v2 04/13] migration: Use vmstate_register_any() for ipmi-bt*
` [PATCH v2 05/13] migration: Use VMSTATE_INSTANCE_ID_ANY for slirp
` [PATCH v2 06/13] migration: Use VMSTATE_INSTANCE_ID_ANY for s390 devices
` [PATCH v2 07/13] migration: Hack to maintain backwards compatibility for ppc
` [PATCH v2 08/13] migration: vmstate_register() check that instance_id is valid
` [PATCH v2 09/13] migration: Check in savevm_state_handler_insert for dups
` [PATCH v2 10/13] migration: Improve example and documentation of vmstate_register()
` [PATCH v2 11/13] migration: Use vmstate_register_any() for audio
` [PATCH v2 12/13] migration: Use vmstate_register_any() for eeprom93xx
` [PATCH v2 13/13] migration: Use vmstate_register_any() for vmware_vga
[PATCH 0/45] Rework matching of network devices to -nic options
2023-10-22 15:52 UTC (46+ messages)
` [PATCH 01/45] net: add qemu_{configure, create}_nic_device(), qemu_find_nic_info()
` [PATCH 02/45] net: report list of available models according to platform
` [PATCH 03/45] net: add qemu_create_nic_bus_devices()
` [PATCH 04/45] hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
` [PATCH 05/45] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH 06/45] hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
` [PATCH 07/45] hw/alpha/dp264: use pci_init_nic_devices()
` [PATCH 08/45] hw/arm/sbsa-ref: "
` [PATCH 09/45] hw/arm/virt: "
` [PATCH 10/45] hw/hppa: "
` [PATCH 11/45] hw/loongarch: "
` [PATCH 12/45] hw/mips/fuloong2e: "
` [PATCH 13/45] hw/mips/malta: "
` [PATCH 14/45] hw/mips/loongson3_virt: "
` [PATCH 15/45] hw/ppc/prep: "
` [PATCH 16/45] hw/ppc/spapr: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH 17/45] hw/ppc: use pci_init_nic_devices()
` [PATCH 18/45] hw/sh4/r2d: "
` [PATCH 19/45] hw/sparc64/sun4u: "
` [PATCH 20/45] hw/xtensa/virt: "
` [PATCH 21/45] hw/arm/allwinner: use qemu_configure_nic_device()
` [PATCH 22/45] hw/arm/aspeed: "
` [PATCH 23/45] hw/arm/exynos4: use qemu_create_nic_device()
` [PATCH 24/45] hw/arm/fsl: use qemu_configure_nic_device()
` [PATCH 25/45] hw/net/smc91c111: "
` [PATCH 26/45] hw/net/lan9118: "
` [PATCH 27/45] hw/arm/highbank: use qemu_create_nic_device()
` [PATCH 28/45] hw/arm/npcm7xx: use qemu_configure_nic_device, allow emc0/emc1 as aliases
` [PATCH 29/45] hw/arm/stellaris: use qemu_find_nic_info()
` [PATCH 30/45] hw/arm: use qemu_configure_nic_device()
` [PATCH 31/45] hw/net/etraxfs-eth: "
` [PATCH 32/45] hw/m68k/mcf5208: use qemu_create_nic_device()
` [PATCH 33/45] hw/m68k/q800: use qemu_configure_nic_device()
` [PATCH 34/45] hw/microblaze: "
` [PATCH 35/45] hw/mips: use qemu_create_nic_device()
` [PATCH 36/45] hw/net/lasi_i82596: use qemu_configure_nic_device()
` [PATCH 37/45] hw/openrisc/openrisc_sim: use qemu_create_nic_device()
` [PATCH 38/45] hw/riscv: use qemu_configure_nic_device()
` [PATCH 39/45] hw/s390x/s390-virtio-ccw: use qemu_create_nic_device()
` [PATCH 40/45] hw/sparc/sun4m: use qemu_configure_nic_device()
` [PATCH 41/45] hw/xtensa/xtfpga: use qemu_create_nic_device()
` [PATCH 42/45] net: remove qemu_check_nic_model()
` [PATCH 43/45] hw/pci: remove pci_nic_init_nofail()
` [PATCH 44/45] net: remove qemu_show_nic_models(), qemu_find_nic_model()
` [PATCH 45/45] net: make nb_nics and nd_table[] static in net/net.c
[PATCH 0/7] tcg: Expose tcg_gen_ext_{i32,i64,tl}
2023-10-22 10:22 UTC (12+ messages)
` [PATCH 3/7] target/i386: Use tcg_gen_ext_tl
` [PATCH 5/7] target/rx: Use tcg_gen_ext_i32
` [PATCH 6/7] target/tricore: Use tcg_gen_*extract_tl
` [PATCH 7/7] target/xtensa: Use tcg_gen_sextract_i32
[PATCH v5 00/10] Introduce model for IBM's FSI
2023-10-21 20:45 UTC (35+ messages)
` [PATCH v5 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v5 02/10] hw/fsi: Introduce IBM's scratchpad
` [PATCH v5 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v5 04/10] hw/fsi: Introduce IBM's FSI
` [PATCH v5 05/10] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v5 06/10] hw/fsi: Aspeed APB2OPB interface
[PATCH v2 0/3] misc/pca9552: Changes to support powernv10
2023-10-20 18:23 UTC (4+ messages)
` [PATCH v2 1/3] misc/pca9552: Fix inverted input status
` [PATCH v2 2/3] misc/pca9552: Let external devices set pca9552 inputs
` [PATCH v2 3/3] misc/pca9552: Only update output GPIOs if state changed
[PATCH 0/2] misc/pca9552: Changes to support powernv10
2023-10-20 17:46 UTC (8+ messages)
` [PATCH 1/2] misc/pca9552: Fix inverted input status
` [PATCH 2/2] misc/pca9552: Let external devices set pca9552 inputs
[PATCH 00/19] cpus: Step toward removing global 'first_cpu'
2023-10-20 17:40 UTC (24+ messages)
` [RFC PATCH 01/19] cpus: Add argument to qemu_get_cpu() to filter CPUs by QOM type
` [PATCH 02/19] cpus: Filter for target specific CPU (generic)
` [PATCH 03/19] cpus: Filter for target specific CPU (arm)
` [PATCH 04/19] cpus: Filter for target specific CPU (loongarch)
` [PATCH 05/19] cpus: Filter for target specific CPU (mips)
` [PATCH 06/19] cpus: Filter for target specific CPU (s390x)
` [PATCH 07/19] cpus: Filter for target specific CPU (riscv)
` [PATCH 08/19] cpus: Filter for target specific CPU (ppc)
` [PATCH 09/19] cpus: Filter for target specific CPU (x86)
` [PATCH 10/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_ARM_CPU)
` [PATCH 11/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_POWERPC_CPU)
` [PATCH 12/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_MIPS_CPU)
` [PATCH 13/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_M68K_CPU)
` [PATCH 14/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_S390X_CPU)
` [PATCH 15/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_RISCV_CPU)
` [PATCH 16/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_TRICORE_CPU)
` [PATCH 17/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_SUPERH_CPU)
` [PATCH 18/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_RX_CPU)
` [PATCH 19/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_X86_CPU)
[PULL 00/17] Migration 20231020 patches
2023-10-20 16:07 UTC (2+ messages)
[PULL 00/46] Misc HW/UI patches for 2023-10-19
2023-10-20 16:06 UTC (3+ messages)
[PATCH 1/1] stm32f2xx_usart: implement TX interrupts
2023-10-20 15:59 UTC (4+ messages)
[PATCH v2 00/16] target: Make 'cpu-qom.h' really target agnostic
2023-10-20 16:08 UTC (4+ messages)
[PATCH v2 00/12] hw: Strengthen SysBus & QBus API
2023-10-20 14:21 UTC (3+ messages)
` [PATCH v2 09/12] hw/s390x/css-bridge: Realize sysbus device before accessing it
[PATCH v2 00/22] qapi: Kill 'qapi/qmp/qerror.h' for good
2023-10-20 13:15 UTC (17+ messages)
` [PATCH v2 10/22] qapi: Correct error message for 'vcpu_dirty_limit' parameter
` [PATCH v2 11/22] qapi: Inline QERR_INVALID_PARAMETER_VALUE definition (constant value)
` [PATCH v2 14/22] qapi: Inline and remove QERR_IO_ERROR definition
` [PATCH v2 16/22] qapi: Inline QERR_MISSING_PARAMETER definition (constant parameter)
` [PATCH v2 18/22] qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definition
` [PATCH v2 19/22] qapi: Inline and remove QERR_PROPERTY_VALUE_OUT_OF_RANGE definition
` [PATCH v2 20/22] qapi: Inline and remove QERR_QGA_COMMAND_FAILED definition
[PULL v3 00/46] Misc HW/UI patches for 2023-10-19
2023-10-20 12:55 UTC (2+ messages)
` [PULL v3 06/46] MAINTAINERS: Extend entry to cover util/qemu-timer-common.c, too
[PULL v2 00/46] Misc HW/UI patches for 2023-10-19
2023-10-20 12:55 UTC (3+ messages)
` [PULL v2 06/46] MAINTAINERS: Extend entry to cover util/qemu-timer-common.c, too
[PATCH v4 00/12] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
2023-10-20 12:17 UTC (2+ messages)
[PATCH v3 00/12] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
2023-10-20 11:49 UTC (7+ messages)
` [PATCH v3 02/12] hw/arm/virt-acpi-build.c: Migrate virtio creation to common location
` [PATCH v3 10/12] hw/riscv/virt: Update GPEX MMIO related properties
` [PATCH v3 12/12] hw/riscv/virt-acpi-build.c: Add PLIC in MADT
[PATCH 00/13] migration: Check for duplicates on vmstate_register()
2023-10-20 10:21 UTC (13+ messages)
` [PATCH 07/13] RFC migration: icp/server is a mess
` [PATCH 10/13] migration: Improve example and documentation of vmstate_register()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).