Age | Commit message (Expand) | Author |
2013-03-01 | hw: move boards and other isolated files to hw/ARCH | Paolo Bonzini |
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini |
2013-01-21 | sysbus: Drop sysbus_from_qdev() cast macro | Andreas Färber |
2013-01-15 | Make default boot order machine specific | Avik Sil |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini |
2012-11-01 | Merge remote-tracking branch 'kraxel/pixman.v3' into staging | Anthony Liguori |
2012-11-01 | console: untangle gfx & txt updates | Gerd Hoffmann |
2012-10-30 | hw/nseries: Don't prematurely explode QEMUMachineInitArgs | Peter Maydell |
2012-10-29 | Add USB option in machine options | zhlcindy@gmail.com |
2012-10-20 | create struct for machine initialization arguments | Eduardo Habkost |
2012-09-25 | target-arm: use notifier for signaling guest system_powerdown command | Igor Mammedov |
2012-06-19 | Allow machines to configure the QEMU_VERSION that's exposed via hardware | Crístian Viana |
2012-06-11 | arm_boot: Pass ARMCPU to arm_load_kernel() | Andreas Färber |
2012-06-11 | nseries: Rename n800_s::cpu to mpu | Andreas Färber |
2012-06-04 | omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s | Andreas Färber |
2012-03-15 | hw/omap_i2c: Convert to qdev | Juha Riihimäki |
2012-02-17 | nseries: attach monitor powerdown request to menelaus | Paolo Bonzini |
2011-11-28 | omap_uart: convert to memory API | Avi Kivity |
2011-09-23 | omap_intc: Qdevify | Peter Maydell |
2011-08-31 | tusb6010: Convert to qdev | Peter Maydell |
2011-08-28 | omap_gpmc: Clean up omap_gpmc_attach MemoryRegion conversion | Peter Maydell |
2011-08-28 | hw/onenand: Qdevify | Juha Riihimäki |
2011-08-22 | tusb6010: move declarations to new file tusb6010.h | Avi Kivity |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-07-30 | onenand: Handle various ID fields separately | Juha Riihimäki |
2011-07-30 | onenand: Pass BlockDriverState to init function | Peter Maydell |
2011-07-30 | lm832x: Take DeviceState pointer in lm832x_key_event() | Peter Maydell |
2011-07-30 | hw/omap_gpio.c: Convert to qdev | Juha Riihimäki |
2011-07-04 | arm: Add const attribute to some arm_boot_info pointers | Stefan Weil |
2010-12-11 | Add bootindex for option roms. | Gleb Natapov |
2010-05-31 | arm: fix arm kernel boot for non zero start addr | Lars Munch |
2009-12-02 | Fix qemu_free use in nseries.c | Jean-Christophe DUBOIS |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-21 | Fix Sparse warnings about using plain integer as NULL pointer | Blue Swirl |
2009-09-20 | Compile loader only once | Blue Swirl |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka |
2009-05-22 | Introduce reset notifier order | Jan Kiszka |
2009-05-21 | Convert machine registration to use module init functions | Anthony Liguori |
2009-05-14 | TWL92230 qdev conversion | Paul Brook |
2009-05-14 | TMP105 qdev conversion | Paul Brook |
2009-05-14 | LM832x qdev conversion | Paul Brook |
2009-05-13 | Remove vga_ram_size | Paul Brook |
2009-05-12 | Push AUD_init down to devices | Paul Brook |
2009-05-10 | Follow coding conventions | Paul Brook |
2009-05-08 | Replace cpu_abort with hw_error | Paul Brook |
2009-04-11 | Remove redundant ram_require machine properly. | pbrook |