index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-03
include/hw/core: Add mmu_index to CPUClass
Richard Henderson
1
-0
/
+3
2024-02-02
net: make nb_nics and nd_table[] static in net/net.c
David Woodhouse
1
-4
/
+0
2024-02-02
net: remove qemu_show_nic_models(), qemu_find_nic_model()
David Woodhouse
1
-3
/
+0
2024-02-02
hw/pci: remove pci_nic_init_nofail()
David Woodhouse
1
-3
/
+0
2024-02-02
net: remove qemu_check_nic_model()
David Woodhouse
1
-1
/
+0
2024-02-02
hw/net/lasi_i82596: use qemu_create_nic_device()
David Woodhouse
1
-2
/
+2
2024-02-02
hw/net/etraxfs-eth: use qemu_configure_nic_device()
David Woodhouse
1
-1
/
+1
2024-02-02
hw/net/lan9118: use qemu_configure_nic_device()
David Woodhouse
1
-1
/
+1
2024-02-02
hw/net/smc91c111: use qemu_configure_nic_device()
David Woodhouse
1
-1
/
+1
2024-02-02
hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
David Woodhouse
3
-5
/
+2
2024-02-02
hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
David Woodhouse
1
-2
/
+0
2024-02-02
hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
David Woodhouse
1
-1
/
+3
2024-02-02
net: add qemu_create_nic_bus_devices()
David Woodhouse
1
-0
/
+22
2024-02-02
net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()
David Woodhouse
1
-0
/
+40
2024-02-01
Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into sta...
Peter Maydell
6
-1
/
+199
2024-02-01
hw/arm: Hook up FSI module in AST2600
Ninad Palsule
1
-0
/
+4
2024-02-01
hw/fsi: Aspeed APB2OPB & On-chip peripheral bus
Ninad Palsule
1
-0
/
+46
2024-02-01
hw/fsi: Introduce IBM's FSI master
Ninad Palsule
1
-0
/
+32
2024-02-01
hw/fsi: Introduce IBM's cfam
Ninad Palsule
1
-0
/
+34
2024-02-01
hw/fsi: Introduce IBM's fsi-slave model
Ninad Palsule
1
-0
/
+18
2024-02-01
hw/fsi: Introduce IBM's FSI Bus
Ninad Palsule
1
-0
/
+19
2024-02-01
hw/fsi: Introduce IBM's scratchpad device
Ninad Palsule
1
-0
/
+11
2024-02-01
hw/fsi: Introduce IBM's Local bus
Ninad Palsule
1
-0
/
+32
2024-02-01
hw/arm/aspeed: Check for CPU types in machine_run_board_init()
Philippe Mathieu-Daudé
1
-1
/
+2
2024-02-01
hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helper
Philippe Mathieu-Daudé
1
-0
/
+1
2024-01-31
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
10
-11
/
+0
2024-01-31
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Peter Maydell
2
-2
/
+16
2024-01-30
hw/block/block.c: improve confusing blk_check_size_and_read_all() error
Manos Pitsidianakis
1
-2
/
+2
2024-01-30
hw/core/qdev.c: add qdev_get_human_name()
Manos Pitsidianakis
1
-0
/
+14
2024-01-30
include: Clean up includes
Peter Maydell
6
-7
/
+0
2024-01-30
m68k: Clean up includes
Peter Maydell
2
-2
/
+0
2024-01-30
acpi: Clean up includes
Peter Maydell
2
-2
/
+0
2024-01-29
accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
Philippe Mathieu-Daudé
1
-0
/
+2
2024-01-29
accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
Philippe Mathieu-Daudé
1
-0
/
+5
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2
-4
/
+2
2024-01-29
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
2
-0
/
+128
2024-01-29
tcg: Make tb_cflags() usable from target-agnostic code
Ilya Leoshkevich
2
-6
/
+6
2024-01-29
include/hw/core: Remove i386 conditional on fake_user_interrupt
Anton Johansson
1
-3
/
+2
2024-01-29
include/hw/core: Move do_interrupt in TCGCPUOps
Anton Johansson
1
-5
/
+2
2024-01-29
include/exec: Move cpu_*()/cpu_env() to common header
Anton Johansson
2
-25
/
+26
2024-01-29
include/exec: Move PAGE_* macros to common header
Anton Johansson
2
-24
/
+30
2024-01-29
include/exec: typedef abi_ptr to vaddr
Anton Johansson
1
-2
/
+2
2024-01-29
include/exec: Use vaddr in DisasContextBase for virtual addresses
Anton Johansson
1
-3
/
+3
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
1
-1
/
+1
2024-01-29
hw/core: Include vaddr.h from cpu.h
Anton Johansson
1
-1
/
+1
2024-01-29
include/exec: Move vaddr defines to separate file
Anton Johansson
2
-12
/
+19
2024-01-26
Merge tag 'pull-target-arm-20240126' of https://git.linaro.org/people/pmaydel...
Peter Maydell
8
-32
/
+70
2024-01-26
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
4
-7
/
+22
2024-01-26
hw/arm: add PCIe to Freescale i.MX6
Nikita Ostrenkov
1
-21
/
+23
2024-01-26
bswap.h: Fix const_le64() macro
Peter Maydell
1
-8
/
+8
[next]