qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-26 12:17:39 to 2024-01-26 17:36:40 UTC [more...]

[PATCH v4 00/47] Rework matching of network devices to -nic options
 2024-01-26 17:25 UTC  (19+ messages)
` [PATCH v4 01/47] net: add qemu_{configure, create}_nic_device(), qemu_find_nic_info()
` [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 08/47] hw/arm/sbsa-ref: use pci_init_nic_devices()
` [PATCH v4 10/47] hw/hppa: "
` [PATCH v4 11/47] hw/loongarch: "
` [PATCH v4 12/47] hw/mips/fuloong2e: "
` [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 25/47] hw/net/smc91c111: "
` [PATCH v4 27/47] hw/arm/highbank: use qemu_create_nic_device()
` [PATCH v4 29/47] hw/arm/stellaris: use qemu_find_nic_info()
` [PATCH v4 31/47] hw/net/etraxfs-eth: use qemu_configure_nic_device()
` [PATCH v4 33/47] hw/m68k/q800: use qemu_find_nic_info()
` [PATCH v4 39/47] hw/openrisc/openrisc_sim: use qemu_create_nic_device()
` [PATCH v4 47/47] net: make nb_nics and nd_table[] static in net/net.c

[PATCH v2] doc/sphinx/hxtool.py: add optional label argument to SRST directive
 2024-01-26 17:22 UTC 

intermittent failure in test-aio-multithread
 2024-01-26 17:11 UTC 

[PATCH 0/2] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro
 2024-01-26 17:09 UTC  (8+ 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] 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  (88+ 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 07/46] hw/alpha/dp264: use pci_init_nic_devices()
` [PATCH v3 09/46] hw/arm/virt: "
` [PATCH v3 10/46] hw/hppa: "
` [PATCH v3 12/46] hw/mips/fuloong2e: "
` [PATCH v3 13/46] hw/mips/malta: "
` [PATCH v3 14/46] hw/mips/loongson3_virt: "
` [PATCH v3 15/46] hw/ppc/prep: "
` [PATCH v3 16/46] hw/ppc/spapr: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH v3 17/46] hw/ppc: use pci_init_nic_devices()
` [PATCH v3 19/46] hw/sparc64/sun4u: "
` [PATCH v3 20/46] hw/xtensa/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 31/46] hw/net/etraxfs-eth: use qemu_configure_nic_device()
` [PATCH v3 32/46] hw/m68k/mcf5208: use qemu_create_nic_device()
` [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 36/46] hw/mips/jazz: use qemu_find_nic_info()
` [PATCH v3 37/46] hw/net/lasi_i82596: use qemu_configure_nic_device()
` [PATCH v3 38/46] hw/openrisc/openrisc_sim: use qemu_create_nic_device()
` [PATCH v3 39/46] hw/riscv: use qemu_configure_nic_device()
` [PATCH v3 42/46] hw/xtensa/xtfpga: use qemu_create_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

[PULL 00/17] aspeed queue
 2024-01-26 16:48 UTC  (20+ 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 v2 00/14] TCG Plugin inline operation enhancement
 2024-01-26 16:31 UTC  (13+ messages)
` [PATCH v2 02/14] plugins: scoreboard API
` [PATCH v2 04/14] plugins: add inline operation per vcpu
` [PATCH v2 05/14] tests/plugin: add test plugin for inline operations
` [PATCH v2 11/14] plugins: remove non per_vcpu inline operation from API
` [PATCH v2 13/14] MAINTAINERS: Add myself as reviewer for TCG Plugins
` [PATCH v2 14/14] contrib/plugins/execlog: fix new warnings

[Qemu-devel] [Bug 1225187] [NEW] qemu hangs in windows 7 host with -serial pipe:windbg
 2024-01-26 16:15 UTC  (2+ messages)
` [Bug 1225187] "

[PATCH 00/10] Clean up includes
 2024-01-26 15:47 UTC  (21+ messages)
` [PATCH 02/10] hyperv: "
` [PATCH 03/10] disas/riscv: "
` [PATCH 04/10] aspeed: "
` [PATCH 05/10] acpi: "
` [PATCH 06/10] m68k: "
` [PATCH 07/10] include: "
` [PATCH 08/10] cxl: "
` [PATCH 09/10] riscv: "
` [PATCH 10/10] misc: "

KVM Forum 2024?
 2024-01-26 15:40 UTC 

[PULL 00/33] Block layer patches
 2024-01-26 15:24 UTC  (7+ messages)
` [PULL 11/33] scsi: only access SCSIDevice->requests from one thread

spapr watchdog vs watchdog_perform_action() / QMP watchdog-set-action
 2024-01-26 15:23 UTC 

[PATCH v1 0/3] Fix resource freeing bugs in virtio-gpu-rutabaga
 2024-01-26 15:22 UTC  (5+ messages)
` [PATCH v1 1/3] hw/display/virtio-gpu.c: use reset_bh class method
` [PATCH v1 2/3] virtio-gpu.c: add resource_destroy "
` [PATCH v1 3/3] virtio-gpu-rutabaga.c: override resource_destroy method

[PATCH v3 0/9] Enabling DCD emulation support in Qemu
 2024-01-26 15:21 UTC  (6+ messages)
` [PATCH v3 4/9] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices

[PULL v3 00/18] Block layer patches
 2024-01-26 15:07 UTC  (3+ messages)

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-01-26 14:58 UTC  (9+ messages)
` [PATCH v4 02/66] RAMBlock: Add support of KVM private guest memfd
` [PATCH v4 03/66] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v4 33/66] i386/tdx: Make memory type private by default
` [PATCH v4 45/66] memory: Introduce memory_region_init_ram_guest_memfd()

[PULL 00/15] Migration 20240126 patches
 2024-01-26 14:54 UTC  (5+ messages)
` [PULL 06/15] tests/qtest/migration: Don't use -cpu max for aarch64

[PATCH v3 0/9] target/hppa qemu v8.2 regression fixes
 2024-01-26 14:51 UTC  (5+ messages)
` [PATCH v3 2/9] hw/hppa/machine: Disable default devices with --nodefaults option

[PULL 00/36] target-arm queue
 2024-01-26 14:33 UTC  (37+ messages)
` [PULL 01/36] target/xtensa: fix OOB TLB entry access
` [PULL 02/36] target/arm: Fix VNCR fault detection logic
` [PULL 03/36] hw/arm/virt.c: Remove newline from error_report() string
` [PULL 04/36] hw/arm/musicpal: Convert to qemu_add_kbd_event_handler()
` [PULL 05/36] hw/arm/allwinner-a10: Unconditionally map the USB Host controllers
` [PULL 06/36] hw/arm/nseries: Unconditionally map the TUSB6010 USB Host controller
` [PULL 07/36] hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi board
` [PULL 08/36] hw/arm: Add AHCI/SATA controller "
` [PULL 09/36] hw/arm: Add watchdog timer to Allwinner H40 "
` [PULL 10/36] hw/arm/exynos4210: Include missing 'exec/tswap.h' header
` [PULL 11/36] hw/arm/xilinx_zynq: "
` [PULL 12/36] hw/arm/smmuv3: Include missing 'hw/registerfields.h' header
` [PULL 13/36] hw/arm/xlnx-versal: Include missing 'cpu.h' header
` [PULL 14/36] target/arm/cpu-features: Include missing 'hw/registerfields.h' header
` [PULL 15/36] target/arm/cpregs: "
` [PULL 16/36] target/arm/cpregs: Include missing 'kvm-consts.h' header
` [PULL 17/36] target/arm: Rename arm_cpu_mp_affinity
` [PULL 18/36] target/arm: Create arm_cpu_mp_affinity
` [PULL 19/36] target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header
` [PULL 20/36] target/arm: Declare ARM_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
` [PULL 21/36] hw/cpu/a9mpcore: Build it only once
` [PULL 22/36] hw/misc/xlnx-versal-crl: Include generic 'cpu-qom.h' instead of 'cpu.h'
` [PULL 23/36] hw/misc/xlnx-versal-crl: Build it only once
` [PULL 24/36] target/arm: Expose M-profile register bank index definitions
` [PULL 25/36] hw/arm/armv7m: Make 'hw/intc/armv7m_nvic.h' a target agnostic header
` [PULL 26/36] target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' header
` [PULL 27/36] target/arm: Move e2h_access() helper around
` [PULL 28/36] target/arm: Move GTimer definitions to new 'gtimer.h' header
` [PULL 29/36] hw/arm: Build various units only once
` [PULL 30/36] fsl-imx6ul: Add various missing unimplemented devices
` [PULL 31/36] docs/system/arm/virt.rst: Add note on CPU features off by default
` [PULL 32/36] hw/char/imx_serial: Implement receive FIFO and ageing timer
` [PULL 33/36] target/arm: Fix A64 scalar SQSHRN and SQRSHRN
` [PULL 34/36] bswap.h: Fix const_le64() macro
` [PULL 35/36] target/arm: Fix incorrect aa64_tidcp1 feature check
` [PULL 36/36] hw/arm: add PCIe to Freescale i.MX6

[PATCH] Make 'uri' optional for migrate QAPI
 2024-01-26 14:30 UTC  (6+ messages)

[PATCH v15 0/9] rutabaga_gfx + gfxstream
 2024-01-26 14:22 UTC  (8+ messages)

[PULL 00/13] linux-user patch queue
 2024-01-26 13:52 UTC  (5+ messages)
` [PULL 05/13] linux-user: Use walk_memory_regions for open_self_maps

[PATCH v2 0/6] riscv: named features riscv,isa, 'svade' rework
 2024-01-26 13:31 UTC  (7+ messages)
` [PATCH v2 1/6] target/riscv/tcg: set 'mmu' with 'satp' in cpu_set_profile()
` [PATCH v2 2/6] target/riscv: add riscv,isa to named features
` [PATCH v2 3/6] target/riscv: add remaining "
` [PATCH v2 4/6] target/riscv: Reset henvcfg to zero
` [PATCH v2 5/6] target/riscv: Gate hardware A/D PTE bit updating
` [PATCH v2 6/6] target/riscv: Promote svade to a normal extension

[PULL 0/8] QAPI patches patches for 2024-01-26
 2024-01-26 13:10 UTC  (2+ messages)

[PULL 0/1] Net patches
 2024-01-26 13:09 UTC  (2+ messages)

[PULL 0/2] loongarch-to-apply queue
 2024-01-26 13:09 UTC  (2+ messages)

[PATCH v2] hw/arm: add PCIe to Freescale i.MX6
 2024-01-26 13:07 UTC  (3+ messages)

[PATCH 0/6] riscv: named features riscv,isa, 'svade' rework
 2024-01-26 13:03 UTC  (3+ messages)
` [PATCH 6/6] target/riscv: Promote svade to a normal extension

[PATCH] doc/sphinx/hxtool.py: add optional label argument to SRST directive
 2024-01-26 12:39 UTC  (3+ messages)

[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] tests/avocado/machine_aspeed.py: Update buildroot images to 2023.11
 2024-01-26 12:22 UTC  (2+ messages)

[PATCH v12 00/11] Introduce model for IBM's FSI
 2024-01-26 12:22 UTC  (4+ messages)
` [PATCH v12 10/11] hw/fsi: Added FSI documentation

[PATCH v2 0/5 qemu] hw/cxl: Update CXL emulation to reflect and reference r3.1
 2024-01-26 12:16 UTC  (6+ messages)
` [PATCH v2 1/5] hw/cxl: Update HDM Decoder capability to version 3
` [PATCH v2 2/5] hw/cxl: Update link register definitions
` [PATCH v2 3/5] hw/cxl: Update RAS Capability Definitions for version 3
` [PATCH v2 4/5] hw/cxl: Update mailbox status registers
` [PATCH v2 5/5] hw/cxl: Standardize all references on CXL r3.1 and minor updates


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