index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
misc
/
macio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
2020-06-15
2
-8
/
+8
*
macio: Eliminate macio_init_child_obj()
Markus Armbruster
2020-06-15
1
-21
/
+9
*
macio: Convert use of qdev_set_parent_bus()
Markus Armbruster
2020-06-15
1
-7
/
+6
*
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
1
-6
/
+4
*
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2020-06-15
1
-5
/
+2
*
macio: Fix macio-bus to be a subtype of System bus
Markus Armbruster
2020-06-15
1
-1
/
+1
*
macio: Put "macio-nvram" device on the macio bus
Markus Armbruster
2020-06-15
1
-1
/
+2
*
macio: Delete unused "macio-gpio" devices
Markus Armbruster
2020-06-15
1
-0
/
+2
*
macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices
Markus Armbruster
2020-06-15
2
-10
/
+20
*
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
2020-05-15
1
-1
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
3
-4
/
+4
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
3
-4
/
+4
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
2
-2
/
+2
*
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
4
-0
/
+4
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
5
-5
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
5
-0
/
+5
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
2
-0
/
+2
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
2
-0
/
+2
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
5
-0
/
+8
*
hw/misc/macio: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
2019-05-24
1
-4
/
+4
*
trace-events: Delete unused trace points
Markus Armbruster
2019-03-22
1
-1
/
+0
*
trace-events: Shorten file names in comments
Markus Armbruster
2019-03-22
1
-4
/
+4
*
kconfig: introduce kconfig files
Paolo Bonzini
2019-03-07
1
-0
/
+11
*
cuda: decrease time delay before raising VIA SR interrupt and remove fast path
Mark Cave-Ayland
2019-02-17
1
-10
/
+1
*
trivial: Don't include isa.h if it is not really necessary
Thomas Huth
2019-01-09
1
-1
/
+0
*
macio/pmu: Fix missing vmsd terminator
Dr. David Alan Gilbert
2018-11-08
1
-0
/
+1
*
macio: add addr property to macio IDE object
Mark Cave-Ayland
2018-08-30
1
-2
/
+3
*
macio: add macio bus to help with fw path generation
Mark Cave-Ayland
2018-08-30
1
-9
/
+28
*
hw/misc/macio: Fix device introspection problems in macio devices
Thomas Huth
2018-08-01
3
-22
/
+12
*
mac_dbdma: only dump commands for debug enabled channels
Mark Cave-Ayland
2018-07-03
1
-10
/
+11
*
mac_newworld: add PMU device
Mark Cave-Ayland
2018-06-16
4
-19
/
+943
*
mac_newworld: wire up programmer switch to NMI handler
Mark Cave-Ayland
2018-06-16
1
-0
/
+13
*
mac_newworld: add gpios to macio devices with PMU enabled
Mark Cave-Ayland
2018-06-16
4
-0
/
+239
*
mac_newworld: add via machine option to control mac99 VIA/ADB configuration
Mark Cave-Ayland
2018-06-16
1
-0
/
+7
*
mos6522: move timer frequency initialisation to mos6522_reset
Mark Cave-Ayland
2018-06-12
1
-3
/
+3
*
cuda: embed mos6522_cuda device directly rather than using QOM object link
Mark Cave-Ayland
2018-06-12
1
-26
/
+18
*
macio: add trace-events to timer device
Mark Cave-Ayland
2018-06-12
2
-0
/
+7
*
mac_newworld: move wiring of macio IRQs to macio_newworld_realize()
Mark Cave-Ayland
2018-05-04
1
-16
/
+23
*
mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()
Mark Cave-Ayland
2018-04-27
1
-15
/
+22
*
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
1
-2
/
+2
*
hw/misc/macio: Fix crash when listing device properties of macio device
Thomas Huth
2018-04-10
1
-7
/
+7
*
hw/misc/macio: Mark the macio devices with user_creatable = false
Thomas Huth
2018-03-18
1
-0
/
+2
*
macio: remove macio_init() function
Mark Cave-Ayland
2018-03-06
1
-8
/
+3
*
macio: move setting of CUDA timebase frequency to macio_common_realize()
Mark Cave-Ayland
2018-03-06
1
-5
/
+2
*
mac_newworld: use object link to pass OpenPIC object to macio
Mark Cave-Ayland
2018-03-06
1
-5
/
+9
*
mac_oldworld: use object link to pass heathrow PIC object to macio
Mark Cave-Ayland
2018-03-06
1
-4
/
+10
*
macio: move macio related structures and defines into separate macio.h file
Mark Cave-Ayland
2018-03-06
1
-42
/
+1
*
macio: move ESCC device within the macio device
Mark Cave-Ayland
2018-03-06
1
-17
/
+43
*
macio: embed DBDMA device directly within macio
Mark Cave-Ayland
2018-03-06
1
-6
/
+7
[next]