messages from 2024-01-26 08:51:18 to 2024-01-28 10:35:26 UTC [more...]
[PATCH v2 00/23] hw,target: Prefer fast cpu_env() over slower CPU QOM cast macro
2024-01-28 10:34 UTC (31+ messages)
` [PATCH v2 01/23] hw/acpi/cpu: Use CPUState typedef
` [PATCH v2 02/23] scripts/coccinelle: Add cpu_env.cocci_template script
` [PATCH v2 03/23] bulk: Call in place single use cpu_env()
` [PATCH v2 04/23] target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macro
` [PATCH v2 05/23] target/arm: "
` [PATCH v2 06/23] target/avr: "
` [PATCH v2 07/23] target/cris: "
` [PATCH v2 08/23] target/hppa: "
` [PATCH v2 09/23] target/i386/hvf: Use CPUState typedef
` [PATCH v2 10/23] target/i386: Prefer fast cpu_env() over slower CPU QOM cast macro
` [PATCH v2 11/23] target/m68k: "
` [PATCH v2 12/23] target/microblaze: "
` [PATCH v2 13/23] target/mips: "
` [PATCH v2 14/23] target/nios2: "
` [PATCH v2 15/23] target/openrisc: "
` [PATCH v2 16/23] target/ppc: "
` [PATCH v2 17/23] target/riscv: "
` [PATCH v2 18/23] target/rx: "
` [PATCH v2 19/23] target/s390x: "
` [PATCH v2 20/23] target/sh4: "
` [PATCH v2 21/23] target/tricore: "
` [PATCH v2 22/23] target/xtensa: "
` [PATCH v2 23/23] target/sparc: "
[PATCH v2] hw/arm: add PCIe to Freescale i.MX6
2024-01-28 4:45 UTC (5+ messages)
[PATCH] target/arm: Fix VNCR fault detection logic
2024-01-28 0:49 UTC (2+ messages)
[PATCH v2 0/3] linux-user: Allow gdbstub to ignore page protection
2024-01-28 0:44 UTC (2+ messages)
[PATCH v3 0/8] Add device STM32L4x5 RCC
2024-01-27 14:45 UTC (9+ messages)
` [PATCH v3 1/8] Implement STM32L4x5_RCC skeleton
` [PATCH v3 2/8] Add an internal clock multiplexer object
` [PATCH v3 3/8] Add an internal PLL Clock object
` [PATCH v3 4/8] Add initialization information for PLLs and clock multiplexers
` [PATCH v3 5/8] RCC: Handle Register Updates
` [PATCH v3 6/8] Add write protections to CR register
` [PATCH v3 7/8] STM32L4x5: Use the RCC Sysclk
` [PATCH v3 8/8] Add tests for the STM32L4x5_RCC
[PATCH] target/arm: Reinstate "vfp" property on AArch32 CPUs
2024-01-27 4:05 UTC (2+ messages)
[PATCH] target/arm: Add ID_AA64ZFR0_EL1.B16B16 to the exposed-to-userspace set
2024-01-27 3:09 UTC (2+ messages)
[PULL 00/17] aspeed queue
2024-01-26 23:15 UTC (21+ messages)
` [PULL 01/17] tests/avocado/machine_aspeed.py: Update buildroot images to 2023.11
` [PULL 02/17] hw/arm/aspeed: Remove dead code
` [PULL 03/17] hw/arm/aspeed: Set default CPU count using aspeed_soc_num_cpus()
` [PULL 04/17] hw/arm/aspeed: Init CPU defaults in a common helper
` [PULL 05/17] hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helper
` [PULL 06/17] hw/arm/aspeed: Check for CPU types in machine_run_board_init()
` [PULL 07/17] hw/fsi: Introduce IBM's Local bus
` [PULL 08/17] hw/fsi: Introduce IBM's scratchpad device
` [PULL 09/17] hw/fsi: Introduce IBM's FSI Bus
` [PULL 10/17] hw/fsi: Introduce IBM's fsi-slave model
` [PULL 11/17] hw/fsi: Introduce IBM's cfam
` [PULL 12/17] hw/fsi: Introduce IBM's FSI master
` [PULL 13/17] hw/fsi: Aspeed APB2OPB & On-chip peripheral bus
` [PULL 14/17] hw/arm: Hook up FSI module in AST2600
` [PULL 15/17] hw/fsi: Added qtest
` [PULL 16/17] hw/fsi: Added FSI documentation
` [PULL 17/17] hw/fsi: Update MAINTAINER list
[PATCH 0/2] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro
2024-01-26 21:11 UTC (9+ messages)
` [PATCH 1/2] scripts/coccinelle: Add cpu_env.cocci_template script
` [PATCH 2/2] bulk: Prefer fast cpu_env() over slower CPU QOM cast macro
[PATCH 0/3] Add device DM163 (led driver, matrix colors shield & display)
2024-01-26 19:31 UTC (4+ messages)
` [PATCH 1/3] hw/display : Add device DM163
` [PATCH 2/3] hw/arm : Connect DM163 to STM32L4x5
` [PATCH 3/3] tests/qtest : Add testcase for DM163
[PATCH 0/2] accel/kvm: Sanitize KVM_HAVE_MCE_INJECTION definition
2024-01-26 18:16 UTC (2+ messages)
[PATCH v4 00/47] Rework matching of network devices to -nic options
2024-01-26 17:25 UTC (48+ messages)
` [PATCH v4 01/47] net: add qemu_{configure, create}_nic_device(), qemu_find_nic_info()
` [PATCH v4 02/47] net: report list of available models according to platform
` [PATCH v4 03/47] net: add qemu_create_nic_bus_devices()
` [PATCH v4 04/47] hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
` [PATCH v4 05/47] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH v4 06/47] hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
` [PATCH v4 07/47] hw/alpha/dp264: use pci_init_nic_devices()
` [PATCH v4 08/47] hw/arm/sbsa-ref: "
` [PATCH v4 09/47] hw/arm/virt: "
` [PATCH v4 10/47] hw/hppa: "
` [PATCH v4 11/47] hw/loongarch: "
` [PATCH v4 12/47] hw/mips/fuloong2e: "
` [PATCH v4 13/47] hw/mips/malta: "
` [PATCH v4 14/47] hw/mips/loongson3_virt: "
` [PATCH v4 15/47] hw/ppc/prep: "
` [PATCH v4 16/47] hw/ppc/spapr: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH v4 17/47] hw/ppc: use pci_init_nic_devices()
` [PATCH v4 18/47] hw/sh4/r2d: "
` [PATCH v4 19/47] hw/sparc64/sun4u: "
` [PATCH v4 20/47] hw/xtensa/virt: "
` [PATCH v4 21/47] hw/arm/allwinner: use qemu_configure_nic_device()
` [PATCH v4 22/47] hw/arm/aspeed: "
` [PATCH v4 23/47] hw/arm/exynos4: use qemu_create_nic_device()
` [PATCH v4 24/47] hw/arm/fsl: use qemu_configure_nic_device()
` [PATCH v4 25/47] hw/net/smc91c111: "
` [PATCH v4 26/47] hw/net/lan9118: "
` [PATCH v4 27/47] hw/arm/highbank: use qemu_create_nic_device()
` [PATCH v4 28/47] hw/arm/npcm7xx: use qemu_configure_nic_device, allow emc0/emc1 as aliases
` [PATCH v4 29/47] hw/arm/stellaris: use qemu_find_nic_info()
` [PATCH v4 30/47] hw/arm: use qemu_configure_nic_device()
` [PATCH v4 31/47] hw/net/etraxfs-eth: "
` [PATCH v4 32/47] hw/m68k/mcf5208: use qemu_create_nic_device()
` [PATCH v4 33/47] hw/m68k/q800: use qemu_find_nic_info()
` [PATCH v4 34/47] hw/microblaze: use qemu_configure_nic_device()
` [PATCH v4 35/47] hw/mips/mipssim: use qemu_create_nic_device()
` [PATCH v4 36/47] hw/mips/jazz: use qemu_find_nic_info()
` [PATCH v4 37/47] hw/net/lasi_i82596: Re-enable build
` [PATCH v4 38/47] hw/net/lasi_i82596: use qemu_create_nic_device()
` [PATCH v4 39/47] hw/openrisc/openrisc_sim: "
` [PATCH v4 40/47] hw/riscv: use qemu_configure_nic_device()
` [PATCH v4 41/47] hw/s390x/s390-virtio-ccw: use qemu_create_nic_device()
` [PATCH v4 42/47] hw/sparc/sun4m: use qemu_find_nic_info()
` [PATCH v4 43/47] hw/xtensa/xtfpga: use qemu_create_nic_device()
` [PATCH v4 44/47] net: remove qemu_check_nic_model()
` [PATCH v4 45/47] hw/pci: remove pci_nic_init_nofail()
` [PATCH v4 46/47] net: remove qemu_show_nic_models(), qemu_find_nic_model()
` [PATCH v4 47/47] net: make nb_nics and nd_table[] static in net/net.c
[PATCH 0/3] target/arm: Allow compilation without CONFIG_ARM_V7M
2024-01-26 17:02 UTC (5+ messages)
` [PATCH 1/3] target/arm: Move v7m-related code from cpu32.c into a separate file
[PATCH v3 00/46] Rework matching of network devices to -nic options
2024-01-26 16:54 UTC (60+ messages)
` [PATCH v3 01/46] net: add qemu_{configure, create}_nic_device(), qemu_find_nic_info()
` [PATCH v3 01/46] net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()
` [PATCH v3 02/46] net: report list of available models according to platform
` [PATCH v3 03/46] net: add qemu_create_nic_bus_devices()
` [PATCH v3 05/46] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH v3 09/46] hw/arm/virt: use pci_init_nic_devices()
` [PATCH v3 12/46] hw/mips/fuloong2e: "
` [PATCH v3 13/46] hw/mips/malta: "
` [PATCH v3 14/46] hw/mips/loongson3_virt: "
` [PATCH v3 21/46] hw/arm/allwinner: use qemu_configure_nic_device()
` [PATCH v3 23/46] hw/arm/exynos4: use qemu_create_nic_device()
` [PATCH v3 24/46] hw/arm/fsl: use qemu_configure_nic_device()
` [PATCH v3 25/46] hw/net/smc91c111: "
` [PATCH v3 27/46] hw/arm/highbank: use qemu_create_nic_device()
` [PATCH v3 32/46] hw/m68k/mcf5208: "
` [PATCH v3 34/46] hw/microblaze: use qemu_configure_nic_device()
` [PATCH v3 35/46] hw/mips/mipssim: use qemu_create_nic_device()
` [PATCH v3 37/46] hw/net/lasi_i82596: use qemu_configure_nic_device()
` [PATCH v3 43/46] net: remove qemu_check_nic_model()
` [PATCH v3 44/46] hw/pci: remove pci_nic_init_nofail()
` [PATCH v3 45/46] net: remove qemu_show_nic_models(), qemu_find_nic_model()
` [PATCH v3 46/46] net: make nb_nics and nd_table[] static in net/net.c
[PATCH v3 0/5] hw/arm/aspeed: Check for CPU types in machine_run_board_init()
2024-01-26 12:23 UTC (2+ messages)
[PATCH v12 00/11] Introduce model for IBM's FSI
2024-01-26 12:22 UTC (14+ messages)
` [PATCH v12 01/11] hw/fsi: Introduce IBM's Local bus
` [PATCH v12 02/11] hw/fsi: Introduce IBM's scratchpad device
` [PATCH v12 03/11] hw/fsi: Introduce IBM's FSI Bus
` [PATCH v12 04/11] hw/fsi: Introduce IBM's fsi-slave model
` [PATCH v12 05/11] hw/fsi: Introduce IBM's cfam
` [PATCH v12 06/11] hw/fsi: Introduce IBM's FSI master
` [PATCH v12 07/11] hw/fsi: Aspeed APB2OPB & On-chip peripheral bus
` [PATCH v12 08/11] hw/arm: Hook up FSI module in AST2600
` [PATCH v12 09/11] hw/fsi: Added qtest
` [PATCH v12 10/11] hw/fsi: Added FSI documentation
` [PATCH v12 11/11] hw/fsi: Update MAINTAINER list
[PATCH] tests/avocado/machine_aspeed.py: Update buildroot images to 2023.11
2024-01-26 12:22 UTC (2+ messages)
[PATCH v4] hw/char/imx_serial: Implement receive FIFO and ageing timer for imx serial
2024-01-26 11:41 UTC (2+ messages)
[PATCH v11 00/11] Introduce model for IBM's FSI
2024-01-26 10:30 UTC (30+ messages)
` [PATCH v11 01/11] hw/fsi: Introduce IBM's Local bus
` [PATCH v11 02/11] hw/fsi: Introduce IBM's scratchpad device
` [PATCH v11 03/11] hw/fsi: Introduce IBM's FSI Bus
` [PATCH v11 04/11] hw/fsi: Introduce IBM's fsi-slave model
` [PATCH v11 05/11] hw/fsi: Introduce IBM's cfam
` [PATCH v11 06/11] hw/fsi: Introduce IBM's FSI master
` [PATCH v11 07/11] hw/fsi: Aspeed APB2OPB & On-chip peripheral bus
` [PATCH v11 10/11] hw/fsi: Added FSI documentation
` [PATCH v11 11/11] hw/fsi: Update MAINTAINER list
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).