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
/
hw
/
alpha
/
dp264.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-02
hw/alpha/dp264: use pci_init_nic_devices()
David Woodhouse
1
-3
/
+1
2023-05-26
hw/alpha: Use MachineClass->default_nic in the alpha machine
Thomas Huth
1
-1
/
+3
2023-02-08
Drop duplicate #include
Markus Armbruster
1
-1
/
+0
2022-10-31
hw: Remove unused MAX_IDE_BUS define
BALATON Zoltan
1
-2
/
+0
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2021-06-28
hw/alpha: Provide a PCI-ISA bridge device node
Jason Thorpe
1
-8
/
+30
2021-06-28
hw/alpha: Provide console information to the PALcode at start-up
Jason Thorpe
1
-1
/
+11
2021-06-28
hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings
Jason Thorpe
1
-2
/
+5
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
1
-0
/
+1
2020-12-10
alpha: remove bios_name
Paolo Bonzini
1
-1
/
+1
2020-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
1
-4
/
+4
2020-03-17
hw/ide: Do ide_drive_get() within pci_ide_create_devs()
BALATON Zoltan
1
-10
/
+3
2020-03-10
dp264: use pci_create_simple() to initialise the cmd646 device
Mark Cave-Ayland
1
-1
/
+5
2020-03-09
hw/alpha/dp264: Include "net/net.h"
Philippe Mathieu-Daudé
1
-0
/
+1
2020-02-28
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-19
alpha/dp264: use memdev for RAM
Igor Mammedov
1
-1
/
+2
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
1
-2
/
+2
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
1
-0
/
+1
2019-10-24
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
1
-1
/
+1
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-07-05
hw: Replace global smp variables with MachineState for all remaining archs
Like Xu
1
-0
/
+1
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
1
-2
/
+2
2018-10-02
change get_image_size return type to int64_t
Li Zhijian
1
-1
/
+2
2018-03-12
hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIO
Philippe Mathieu-Daudé
1
-6
/
+4
2018-03-12
hw/alpha/dp264: Add the ISA DMA controller
Philippe Mathieu-Daudé
1
-0
/
+4
2018-03-12
hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
Philippe Mathieu-Daudé
1
-1
/
+2
2017-12-18
hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()
Philippe Mathieu-Daudé
1
-1
/
+1
2017-12-18
hw/timer/i8254: rename pit_init() -> i8254_pit_init()
Philippe Mathieu-Daudé
1
-1
/
+1
2017-10-27
alpha: use generic cpu_model parsing
Igor Mammedov
1
-2
/
+2
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
1
-4
/
+0
2017-09-01
alpha: replace cpu_alpha_init() with cpu_generic_init()
Igor Mammedov
1
-2
/
+6
2017-07-18
target/alpha: Merge several flag bytes into ENV->FLAGS
Richard Henderson
1
-1
/
+0
2017-02-21
hw: Default -drive to if=ide explicitly where it works
Markus Armbruster
1
-0
/
+1
2016-10-24
sun4uv: fix serial initialization regression
Marc-André Lureau
1
-1
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-0
/
+2
2016-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
1
-2
/
+2
2016-01-29
alpha: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
hw: Don't use hw_error() for machine initialization errors
Markus Armbruster
1
-5
/
+6
2015-09-19
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
1
-11
/
+6
2015-06-03
hw/alpha/dp264.c: Fix memory leak spotted by valgrind
Shannon Zhao
1
-3
/
+4
2015-04-26
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
1
-3
/
+6
2015-02-24
serial: Factor out common serial_hds_isa_init()
Markus Armbruster
1
-5
/
+1
2014-10-03
ide: Update ide_drive_get to be HBA agnostic
John Snow
1
-1
/
+1
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
1
-6
/
+6
2014-02-11
exec: Make stq_*_phys input an AddressSpace
Edgar E. Iglesias
1
-2
/
+3
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
1
-1
/
+0
2013-07-14
hw/alpha: Use SRM epoch
Richard Henderson
1
-1
/
+3
[next]