Age | Commit message (Expand) | Author | Files | Lines |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -1/+1 |
2016-01-29 | ide: Clean up includes | Peter Maydell | 1 | -0/+1 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 1 | -1/+1 |
2014-09-10 | IDE: MMIO IDE device control should be little endian | Valentin Manea | 1 | -2/+2 |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 1 | -2/+1 |
2013-08-30 | ide: Pass size to ide_bus_new() | Andreas Färber | 1 | -1/+1 |
2013-07-04 | hw/i*: pass owner to memory_region_init* functions | Paolo Bonzini | 1 | -2/+2 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -2/+2 |
2013-05-08 | ahci: Don't allow creating slave drives | Kevin Wolf | 1 | -1/+1 |
2013-02-01 | ide/mmio: QOM'ify MMIO IDE for R2D | Andreas Färber | 1 | -19/+73 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini | 1 | -1/+1 |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity | 1 | -5/+5 |
2011-11-24 | ide/mmio: convert to memory API | Avi Kivity | 1 | -33/+24 |
2011-09-12 | hw: Trim superfluous #include "block_int.h" | Markus Armbruster | 1 | -1/+0 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -1/+1 |
2011-04-15 | Remove unused sysemu.h include directives | Blue Swirl | 1 | -1/+0 |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf | 1 | -2/+4 |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson | 1 | -1/+1 |
2010-06-04 | ide: Split non-qdev code off ide_init2() | Markus Armbruster | 1 | -1/+1 |
2009-11-07 | IDE: Fix reset handling | Blue Swirl | 1 | -0/+8 |
2009-10-27 | ide: port ide mmio to vmstate | Juan Quintela | 1 | -19/+12 |
2009-10-27 | ide: include bus in MMIOState | Juan Quintela | 1 | -20/+14 |
2009-10-12 | ide: remove uselsess casts from void * | Juan Quintela | 1 | -4/+4 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -5/+5 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -5/+5 |
2009-09-04 | ide: pass down DriveInfo instead of BlockDriverState | Gerd Hoffmann | 1 | -1/+1 |
2009-08-27 | ide: move code to hw/ide/ | Gerd Hoffmann | 1 | -0/+144 |