index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
arm
/
nseries.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm/nseries: use memdev for RAM
Igor Mammedov
2020-02-19
1
-13
/
+19
*
hw/arm/nseries: Replace the bluetooth chardev with a "null" chardev
Thomas Huth
2019-12-16
1
-9
/
+7
*
hw/arm/omap2: Create the RAM in the board
Philippe Mathieu-Daudé
2019-10-22
1
-3
/
+7
*
hw/arm: simplify arm_load_dtb
Tao Xu
2019-09-03
1
-4
/
+1
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2019-05-23
1
-1
/
+1
*
hw/devices: Move TI touchscreen declarations into a new header
Philippe Mathieu-Daudé
2019-04-29
1
-1
/
+1
*
hw/devices: Move CBus declarations into a new header
Philippe Mathieu-Daudé
2019-04-29
1
-0
/
+1
*
hw/devices: Move Blizzard declarations into a new header
Philippe Mathieu-Daudé
2019-04-29
1
-0
/
+1
*
hw/arm/nseries: Use TYPE_TMP105 instead of hardcoded string
Philippe Mathieu-Daudé
2019-04-29
1
-1
/
+2
*
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2018-01-22
1
-1
/
+1
*
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
2017-09-19
1
-1
/
+3
*
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
2017-09-07
1
-0
/
+2
*
char: rename CharDriverState Chardev
Marc-André Lureau
2017-01-27
1
-1
/
+1
*
bt-hci-csr: drop unused argument
Paolo Bonzini
2016-10-08
1
-2
/
+1
*
vl: Eliminate usb_enabled()
Eduardo Habkost
2016-06-13
1
-1
/
+1
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
hw/arm/nseries: Allocating Large sized arrays to heap
Zhou Jie
2016-05-12
1
-1
/
+2
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
machine: Use type_init() to register machine classes
Eduardo Habkost
2016-03-16
1
-1
/
+1
*
hw/arm: Clean up includes
Peter Maydell
2016-01-18
1
-0
/
+1
*
hw: Inline the qdev_prop_set_drive_nofail() wrapper
Markus Armbruster
2016-01-13
1
-2
/
+2
*
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
2015-11-04
1
-1
/
+1
*
Revert use of DEFINE_MACHINE() for registrations of multiple machines
Andreas Färber
2015-09-19
1
-4
/
+24
*
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-09-19
1
-16
/
+12
*
hw/arm/nseries.c: Fix misusing qemu_allocate_irqs for single irq
Shannon Zhao
2015-06-03
1
-3
/
+2
*
hw/arm/nseries: convert ffs(3) to ctz32()
Stefan Hajnoczi
2015-04-28
1
-1
/
+4
*
arm/nseries: Fix warnings from Sparse
Stefan Weil
2015-03-19
1
-2
/
+2
*
hw/usb: simplified usb_enabled
Marcel Apfelbaum
2015-01-08
1
-1
/
+1
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-2
/
+1
*
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-10-20
1
-2
/
+4
*
hw: use ld_p/st_p instead of ld_raw/st_raw
Paolo Bonzini
2014-06-05
1
-118
/
+118
*
nseries: clean up coding style
Paolo Bonzini
2014-06-05
1
-127
/
+145
*
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
2014-05-28
1
-11
/
+11
*
i2c: Rename i2c_bus to I2CBus
Andreas Färber
2014-02-14
1
-1
/
+1
*
hw: Clean up bogus default boot order
Markus Armbruster
2013-08-28
1
-3
/
+3
*
Remove unneeded type casts
Stefan Weil
2013-04-19
1
-2
/
+2
*
arm: fix location of some include files
Peter Maydell
2013-04-15
1
-2
/
+2
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-5
/
+5
*
hw/arm/nseries: don't print to stdout or stderr
Peter Maydell
2013-04-05
1
-13
/
+5
*
console: rework DisplaySurface handling [vga emu side]
Gerd Hoffmann
2013-03-18
1
-7
/
+0
*
hw: move boards and other isolated files to hw/ARCH
Paolo Bonzini
2013-03-01
1
-0
/
+1430