Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+2 |
2019-05-24 | hw/misc/macio: Use object_initialize_child for correct ref. counting | Philippe Mathieu-Daudé | 1 | -4/+4 |
2018-08-30 | macio: add addr property to macio IDE object | Mark Cave-Ayland | 1 | -2/+3 |
2018-08-30 | macio: add macio bus to help with fw path generation | Mark Cave-Ayland | 1 | -9/+28 |
2018-08-01 | hw/misc/macio: Fix device introspection problems in macio devices | Thomas Huth | 1 | -16/+8 |
2018-06-16 | mac_newworld: add PMU device | Mark Cave-Ayland | 1 | -19/+50 |
2018-06-16 | mac_newworld: add gpios to macio devices with PMU enabled | Mark Cave-Ayland | 1 | -0/+13 |
2018-06-16 | mac_newworld: add via machine option to control mac99 VIA/ADB configuration | Mark Cave-Ayland | 1 | -0/+7 |
2018-06-12 | macio: add trace-events to timer device | Mark Cave-Ayland | 1 | -0/+3 |
2018-05-04 | mac_newworld: move wiring of macio IRQs to macio_newworld_realize() | Mark Cave-Ayland | 1 | -16/+23 |
2018-04-27 | mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize() | Mark Cave-Ayland | 1 | -15/+22 |
2018-04-26 | Change references to serial_hds[] to serial_hd() | Peter Maydell | 1 | -2/+2 |
2018-04-10 | hw/misc/macio: Fix crash when listing device properties of macio device | Thomas Huth | 1 | -7/+7 |
2018-03-18 | hw/misc/macio: Mark the macio devices with user_creatable = false | Thomas Huth | 1 | -0/+2 |
2018-03-06 | macio: remove macio_init() function | Mark Cave-Ayland | 1 | -8/+3 |
2018-03-06 | macio: move setting of CUDA timebase frequency to macio_common_realize() | Mark Cave-Ayland | 1 | -5/+2 |
2018-03-06 | mac_newworld: use object link to pass OpenPIC object to macio | Mark Cave-Ayland | 1 | -5/+9 |
2018-03-06 | mac_oldworld: use object link to pass heathrow PIC object to macio | Mark Cave-Ayland | 1 | -4/+10 |
2018-03-06 | macio: move macio related structures and defines into separate macio.h file | Mark Cave-Ayland | 1 | -42/+1 |
2018-03-06 | macio: move ESCC device within the macio device | Mark Cave-Ayland | 1 | -17/+43 |
2018-03-06 | macio: embed DBDMA device directly within macio | Mark Cave-Ayland | 1 | -6/+7 |
2018-02-16 | ppc: move CUDAState and other CUDA-related definitions into separate cuda.h file | Mark Cave-Ayland | 1 | -0/+1 |
2018-02-11 | cuda: rename frequency property to tb_frequency | Mark Cave-Ayland | 1 | -1/+1 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 1 | -0/+4 |
2017-09-27 | macio: use object link between MACIO_IDE and MAC_DBDMA object | Mark Cave-Ayland | 1 | -1/+2 |
2017-09-27 | macio: pass channel into MACIOIDEState via qdev property | Mark Cave-Ayland | 1 | -1/+3 |
2017-09-27 | mac_dbdma: remove DBDMA_init() function | Mark Cave-Ayland | 1 | -4/+12 |
2016-09-07 | ppc: Fix macio ESCC legacy mapping | Benjamin Herrenschmidt | 1 | -16/+10 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-29 | ppc: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-23 | macio: add to bridge category | Laurent Vivier | 1 | -0/+1 |
2015-10-09 | macio: move DBDMA_init from instance_init to realize | Paolo Bonzini | 1 | -4/+4 |
2015-10-09 | hw: do not pass NULL to memory_region_init from instance_init | Paolo Bonzini | 1 | -3/+3 |
2015-07-07 | macio: remove nonexistent interrupt on pin 1 | Cormac O'Brien | 1 | -2/+0 |
2015-06-03 | macio: Convert to realize() | Markus Armbruster | 1 | -33/+38 |
2015-03-10 | macio: fix possible memory leak | Gonglei | 1 | -1/+2 |
2015-03-09 | macio.c: include parent PCIDevice state in VMStateDescription | Mark Cave-Ayland | 1 | -0/+24 |
2014-09-08 | PPC: Cuda: Use cuda timer to expose tbfreq to guest | Alexander Graf | 1 | -0/+10 |
2014-09-08 | PPC: mac99: Fix core99 timer frequency | Alexander Graf | 1 | -2/+7 |
2014-06-16 | macio: Fix timer endianness | Alexander Graf | 1 | -1/+1 |
2013-08-30 | qom: Pass available size to object_initialize() | Andreas Färber | 1 | -6/+7 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 1 | -2/+2 |
2013-07-11 | PPC: Add timer handler for newworld mac-io | Alexander Graf | 1 | -0/+33 |
2013-07-11 | PPC: g3beige: Move secondary IDE bus to mac-io | Alexander Graf | 1 | -38/+55 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -4/+4 |