index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
integrator/cp: Implement CARDIN and WPROT signals
Jan Kiszka
2015-03-11
1
-6
/
+56
*
integrator/cp: Model CP control registers as sysbus device
Jan Kiszka
2015-03-11
1
-8
/
+27
*
netduino2: Add the Netduino 2 Machine
Alistair Francis
2015-03-11
2
-0
/
+58
*
stm32f205: Add the stm32f205 SoC
Alistair Francis
2015-03-11
2
-0
/
+161
*
hw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1
Ard Biesheuvel
2015-03-11
1
-1
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-03-10
2
-6
/
+6
|
\
|
*
hw: Propagate errors through qdev_prop_set_drive()
Markus Armbruster
2015-03-10
2
-6
/
+6
*
|
arm/digic_boards: Remove superfluous '\n' around error_report()
Gonglei
2015-03-10
1
-3
/
+3
|
/
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
7
-16
/
+16
*
target-arm: Add feature parsing to virt
Greg Bellows
2015-02-13
1
-3
/
+17
*
arm: Add PCIe host bridge in virt machine
Alexander Graf
2015-02-13
1
-5
/
+133
*
hw/arm/virt: explain device-to-transport mapping in create_virtio_devices()
Laszlo Ersek
2015-02-05
1
-4
/
+33
*
target-arm: Change reset to highest available EL
Greg Bellows
2015-02-05
1
-2
/
+20
*
target_arm: Parameterise the irq lines for armv7m_init
Alistair Francis
2015-02-05
2
-5
/
+8
*
target_arm: Remove memory region init from armv7m_init
Alistair Francis
2015-02-05
2
-34
/
+23
*
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2015-01-26
1
-1
/
+1
*
hw/usb: simplified usb_enabled
Marcel Apfelbaum
2015-01-08
4
-5
/
+5
*
hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmware
Laszlo Ersek
2014-12-22
1
-0
/
+1
*
hw/arm: pass pristine kernel image to guest firmware over fw_cfg
Laszlo Ersek
2014-12-22
1
-5
/
+83
*
arm: add fw_cfg to "virt" board
Laszlo Ersek
2014-12-22
1
-0
/
+21
*
target-arm: Disable EL3 on unsupported machines
Greg Bellows
2014-12-22
6
-0
/
+71
*
target-arm: Breakout integratorcp and versatilepb cpu init
Greg Bellows
2014-12-22
2
-4
/
+35
*
target-arm: Set CPU has_el3 prop during virt init
Greg Bellows
2014-12-22
1
-0
/
+5
*
target-arm: Enable CPU has_el3 prop during VE init
Greg Bellows
2014-12-22
1
-3
/
+9
*
target-arm: Add arm_boot_info secure_boot control
Greg Bellows
2014-12-22
1
-0
/
+10
*
target-arm: Add virt machine secure property
Greg Bellows
2014-12-22
1
-0
/
+30
*
target-arm: Add virt class and machine types
Greg Bellows
2014-12-22
1
-6
/
+34
*
target-arm: Change vexpress daughterboard init arg
Greg Bellows
2014-12-22
1
-5
/
+5
*
target-arm: Add vexpress machine secure property
Greg Bellows
2014-12-22
1
-0
/
+30
*
target-arm: Switch to common vexpress machine init
Greg Bellows
2014-12-22
1
-22
/
+4
*
target-arm: Add vexpress a9 & a15 machine objects
Greg Bellows
2014-12-22
1
-14
/
+36
*
target-arm: Add vexpress class and machine types
Greg Bellows
2014-12-22
1
-0
/
+45
*
hw/arm/boot: fix uninitialized scalar variable warning reported by coverity
zhanghailiang
2014-12-11
1
-1
/
+3
*
hw/arm/realview.c: Fix memory leak in realview_init()
Nikita Belov
2014-12-11
1
-1
/
+2
*
target-arm: make DACR banked
Fabian Aggeler
2014-12-11
1
-1
/
+1
*
target-arm: make TTBR0/1 banked
Fabian Aggeler
2014-12-11
1
-1
/
+1
*
target-arm: add SCTLR_EL3 and make SCTLR banked
Fabian Aggeler
2014-12-11
1
-1
/
+1
*
hw/arm/virt: set stdout-path instead of linux,stdout-path
Leif Lindholm
2014-11-20
1
-1
/
+1
*
hw/core/loader: implement address translation in uimage loader
Max Filippov
2014-11-03
1
-1
/
+1
*
arm/virt: enable PSCI emulation support for system emulation
Rob Herring
2014-10-24
1
-44
/
+38
*
hw/arm/boot: register cpu reset handlers if using -bios
Ard Biesheuvel
2014-10-24
1
-5
/
+12
*
hw/arm/virt: mark timer in fdt as v8-compatible
Claudio Fontana
2014-10-24
1
-3
/
+12
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
18
-38
/
+25
*
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-10-20
15
-33
/
+57
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-09-12
22
-44
/
+74
|
\
|
*
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-09-09
22
-44
/
+74
*
|
hw/arm/boot: enable DTB support when booting ELF images
Ard Biesheuvel
2014-09-12
1
-2
/
+20
*
|
hw/arm/boot: load device tree to base of DRAM if no -kernel option was passed
Ard Biesheuvel
2014-09-12
1
-0
/
+10
*
|
hw/arm/boot: pass an address limit to and return size from load_dtb()
Ard Biesheuvel
2014-09-12
1
-3
/
+31
*
|
hw/arm/boot: load DTB as a ROM image
Ard Biesheuvel
2014-09-12
1
-1
/
+4
[next]