messages from 2024-01-26 17:35:26 to 2024-01-28 04:47:06 UTC [more...]
[PATCH 00/33] tcg patch queue, pre-pull
2024-01-28 4:42 UTC (32+ messages)
` [PATCH 01/33] cpu-exec: simplify jump cache management
` [PATCH 02/33] include/exec: Move vaddr defines to separate file
` [PATCH 03/33] hw/core: Include vaddr.h from cpu.h
` [PATCH 04/33] target: Use vaddr in gen_intermediate_code
` [PATCH 05/33] include/exec: Use vaddr in DisasContextBase for virtual addresses
` [PATCH 06/33] include/exec: typedef abi_ptr to vaddr
` [PATCH 07/33] target: Uninline cpu_mmu_index()
` [PATCH 08/33] target: Uninline cpu_get_tb_cpu_state()
` [PATCH 09/33] include/exec: Move PAGE_* macros to common header
` [PATCH 10/33] include/exec: Move cpu_*()/cpu_env() "
` [PATCH 11/33] include/hw/core: Move do_interrupt in TCGCPUOps
` [PATCH 12/33] include/hw/core: Remove i386 conditional on fake_user_interrupt
` [PATCH 13/33] linux-user: Allow gdbstub to ignore page protection
` [PATCH 14/33] tests/tcg: Factor out gdbstub test functions
` [PATCH 15/33] tests/tcg: Add the PROT_NONE gdbstub test
` [PATCH 16/33] accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARD
` [PATCH 18/33] accel/tcg: Make use of qemu_target_page_mask() in perf.c
` [PATCH 19/33] tcg: Make tb_cflags() usable from target-agnostic code
` [PATCH 20/33] accel/tcg: Remove #ifdef TARGET_I386 from perf.c
` [PATCH 21/33] accel/tcg: Move perf and debuginfo support to tcg/
` [PATCH 22/33] accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in meson
` [PATCH 23/33] accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()
` [PATCH 24/33] accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()
` [PATCH 25/33] accel/tcg: Un-inline icount_exit_request() for clarity
` [PATCH 26/33] include/qemu: Add TCGCPUOps typedef to typedefs.h
` [PATCH 27/33] target/loongarch: Constify loongarch_tcg_ops
` [PATCH 28/33] accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.c
` [PATCH 29/33] accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
` [PATCH 30/33] target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
` [PATCH 32/33] accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
` [PATCH 33/33] target/i386: Extract x86_cpu_exec_halt() from accel/tcg/
[PATCH 0/9] accel/tcg: Extract some x86-specific code
2024-01-28 3:35 UTC (2+ messages)
[PATCH v6 0/4] accel/tcg: Move perf and debuginfo support to tcg
2024-01-28 1:59 UTC (3+ messages)
[PATCH 0/6] hw/accel: Use RCU_READ macros
2024-01-28 1:07 UTC (3+ messages)
` [PATCH 1/6] accel/tcg/cpu-exec: Use RCU_READ macro
[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)
[RFC PATCH 00/34] Compile accel/tcg once (partially)
2024-01-28 0:37 UTC (27+ messages)
` [RFC PATCH 05/34] target/tricore: [VADDR] Use target_ulong for EA
` [RFC PATCH 06/34] exec: [VADDR] Move vaddr defines to separate file
` [RFC PATCH 07/34] hw/core: [VADDR] Include vaddr.h from cpu.h
` [RFC PATCH 08/34] target: [VADDR] Use vaddr in gen_intermediate_code
` [RFC PATCH 09/34] exec: [VADDR] Use vaddr in DisasContextBase for virtual addresses
` [RFC PATCH 10/34] exec: [VADDR] typedef abi_ptr to vaddr
` [RFC PATCH 12/34] target: Uninline cpu_mmu_index()
` [RFC PATCH 13/34] target: Uninline cpu_get_tb_cpu_state()
` [RFC PATCH 14/34] exec: [CPUTLB] Move PAGE_* macros to common header
` [RFC PATCH 16/34] exec: [CPUTLB] Move cpu_*()/cpu_env() "
` [RFC PATCH 17/34] hw/core: [CPUTLB] Move target specifics to end of TCGCPUOps
[PATCH v3] doc/sphinx/hxtool.py: add optional label argument to SRST directive
2024-01-27 23:18 UTC
[PATCH v2] target/arm: fix exception syndrome for AArch32 bkpt insn
2024-01-27 22:09 UTC (2+ messages)
[PATCH v1] virtio-gpu: Correct virgl_renderer_resource_get_info() error check
2024-01-27 21:52 UTC
[PATCH] target/arm: fix exception syndrome for AArch32 bkpt insn
2024-01-27 20:01 UTC (3+ messages)
[PATCH v2] hw/arm: add PCIe to Freescale i.MX6
2024-01-27 19:11 UTC (2+ messages)
[PATCH v3 0/8] Add device STM32L4x5 RCC
2024-01-27 15:03 UTC (12+ 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 v3] "
[PATCH 0/2] Enable -Wvla, forbidding use of variable length arrays
2024-01-27 14:38 UTC (6+ messages)
` [PATCH 1/2] tests/qtest/xlnx-versal-trng-test.c: Drop use of variable length array
` [PATCH 2/2] meson: Enable -Wvla
[PATCH 0/2] docs: define policy forbidding use of "AI" / LLM code generators
2024-01-27 14:36 UTC (3+ messages)
` [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
[PATCH v2 00/23] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro
2024-01-27 13:47 UTC (51+ 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: "
spapr watchdog vs watchdog_perform_action() / QMP watchdog-set-action
2024-01-27 13:08 UTC (3+ messages)
[PULL 00/36] target-arm queue
2024-01-27 13:00 UTC (2+ messages)
[PATCH] doc/sphinx/hxtool.py: add optional label argument to SRST directive
2024-01-27 12:57 UTC (4+ messages)
[PATCH v2] cpu-exec: simplify jump cache management
2024-01-27 7:43 UTC (3+ messages)
[PATCH 00/10] Clean up includes
2024-01-27 5:53 UTC (10+ messages)
` [PATCH 02/10] hyperv: "
` [PATCH 03/10] disas/riscv: "
` [PATCH 04/10] aspeed: "
` [PATCH 05/10] acpi: "
[PATCH] target/arm: Reinstate "vfp" property on AArch32 CPUs
2024-01-27 4:05 UTC (2+ messages)
[PATCH] {linux, bsd}-user: Fail mmap() if size doesn't fit into host's size_t
2024-01-27 3:55 UTC (2+ messages)
` [PATCH] {linux,bsd}-user: "
[PATCH] target/arm: Add ID_AA64ZFR0_EL1.B16B16 to the exposed-to-userspace set
2024-01-27 3:09 UTC (2+ messages)
[PATCH v2 0/2] target/s390x: Emulate CVDG
2024-01-27 2:59 UTC (3+ messages)
` [PATCH v2 1/2] "
hexagon: modeling a shared lock state
2024-01-27 2:19 UTC (4+ messages)
[PULL 00/17] aspeed queue
2024-01-26 23:15 UTC (4+ messages)
[PATCH 0/5] migration/multifd: Prerequisite cleanups for ongoing work
2024-01-26 22:19 UTC (6+ messages)
` [PATCH 1/5] migration/multifd: Separate compression ops from non-compression
` [PATCH 2/5] migration/multifd: Move multifd_socket_ops to socket.c
` [PATCH 3/5] migration/multifd: Add multifd_ops->send
` [PATCH 4/5] migration/multifd: Simplify zero copy send
` [PATCH 5/5] migration/multifd: Move zero copy flag into multifd_socket_setup
[PATCH v4 0/4] hw/misc/pvpanic: add support for normal shutdowns
2024-01-26 21:52 UTC (4+ messages)
` [PATCH v4 4/4] "
` "
[PATCH 0/2] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro
2024-01-26 21:11 UTC (4+ messages)
` [PATCH 2/2] bulk: "
[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 v1 0/3] Fix resource freeing bugs in virtio-gpu-rutabaga
2024-01-26 18:19 UTC (6+ messages)
` [PATCH v1 2/3] virtio-gpu.c: add resource_destroy class method
[PULL 00/15] Migration 20240126 patches
2024-01-26 18:16 UTC (2+ messages)
[PATCH 0/2] accel/kvm: Sanitize KVM_HAVE_MCE_INJECTION definition
2024-01-26 18:16 UTC (2+ messages)
[PATCH] vhost-user: add VIRTIO_F_IN_ORDER and VIRTIO_F_NOTIFICATION_DATA feature
2024-01-26 18:04 UTC (12+ messages)
` FW: "
` 回复: "
[PATCH v4 00/47] Rework matching of network devices to -nic options
2024-01-26 17:25 UTC (39+ 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 09/47] hw/arm/virt: "
` [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 20/47] hw/xtensa/virt: "
` [PATCH v4 22/47] hw/arm/aspeed: use qemu_configure_nic_device()
` [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 28/47] hw/arm/npcm7xx: use qemu_configure_nic_device, allow emc0/emc1 as aliases
` [PATCH v4 30/47] hw/arm: use qemu_configure_nic_device()
` [PATCH v4 32/47] hw/m68k/mcf5208: use qemu_create_nic_device()
` [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()
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).