| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINTAINERS: update for source code movement | Paolo Bonzini | 2013-04-08 | 1 | -79/+95 |
* | hw: move last file to hw/arm/ | Paolo Bonzini | 2013-04-08 | 2 | -5/+1 |
* | hw: move hw/kvm/ to hw/i386/kvm | Paolo Bonzini | 2013-04-08 | 9 | -5/+2 |
* | hw: move ARM CPU cores to hw/cpu/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 6 | -2/+8 |
* | hw: move other devices to hw/misc/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 31 | -26/+35 |
* | hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 3 | -5/+1 |
* | hw: move GPIO interfaces to hw/gpio/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 4 | -2/+4 |
* | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 35 | -28/+34 |
* | hw: move DMA controllers to hw/dma/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 11 | -10/+13 |
* | hw: move VFIO and ivshmem to hw/misc/ | Paolo Bonzini | 2013-04-08 | 4 | -10/+6 |
* | hw: move PCI bridges to hw/pci-* or hw/ARCH | Paolo Bonzini | 2013-04-08 | 35 | -27/+26 |
* | hw: move SD/MMC devices to hw/sd/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 6 | -3/+6 |
* | hw: move timer devices to hw/timer/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 28 | -17/+37 |
* | hw: move ISA bridges and devices to hw/isa/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 11 | -2/+10 |
* | hw: move char devices to hw/char/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 29 | -19/+29 |
* | hw: move more files to hw/xen/ | Paolo Bonzini | 2013-04-08 | 10 | -3/+6 |
* | hw: move SCSI controllers to hw/scsi/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 3 | -1/+2 |
* | hw: move SSI controllers to hw/ssi/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 9 | -6/+8 |
* | hw: move I2C controllers to hw/i2c/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 6 | -3/+6 |
* | hw: move display devices to hw/display/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 31 | -23/+45 |
* | hw: move audio devices to hw/audio/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 9 | -3/+8 |
* | hw: move block devices to hw/block/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 12 | -3/+10 |
* | hw: move NICs to hw/net/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 25 | -10/+22 |
* | hw: move MC146818RTC to hw/timer/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 20 | -9/+18 |
* | hw: move watchdogs to hw/watchdog, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 6 | -2/+5 |
* | hw: make all of hw/pci/ configurable via default-configs/ | Paolo Bonzini | 2013-04-08 | 6 | -2/+8 |
* | hw: make all of hw/usb/ configurable via default-configs/ | Paolo Bonzini | 2013-04-08 | 3 | -1/+3 |
* | hw: make all of hw/ide/ configurable via default-configs/ | Paolo Bonzini | 2013-04-08 | 6 | -2/+6 |
* | hw: move virtio devices to hw/ subdirectories | Paolo Bonzini | 2013-04-08 | 24 | -7/+15 |
* | hw: move target-independent files to subdirectories | Paolo Bonzini | 2013-04-08 | 227 | -208/+205 |
* | moxie: configure with default-configs file | Paolo Bonzini | 2013-04-08 | 2 | -1/+4 |
* | hw: make subdirectories for devices | Paolo Bonzini | 2013-04-08 | 25 | -3/+31 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 511 | -830/+829 |
* | build: enable using $(CONFIG_FOO) on the rhs of config files | Paolo Bonzini | 2013-04-08 | 1 | -1/+4 |
* | Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-arm | Blue Swirl | 2013-04-06 | 13 | -125/+137 |
|\ |
|
| * | hw/nand.c: Fix nand erase operation | Wendy Liang | 2013-04-05 | 1 | -0/+1 |
| * | cadence_uart: Flush queued characters on reset | Peter Crosthwaite | 2013-04-05 | 1 | -0/+1 |
| * | pl330: Don't inhibit ES bits on INTEN | Peter Crosthwaite | 2013-04-05 | 1 | -2/+1 |
| * | pflash_cfi01: Implement migration support | Peter Maydell | 2013-04-05 | 1 | -3/+17 |
| * | pflash_cfi01: Drop unused 'bypass' field | Peter Maydell | 2013-04-05 | 1 | -8/+2 |
| * | hw/arm_gic_common: Use vmstate struct rather than save/load functions | Peter Maydell | 2013-04-05 | 1 | -67/+41 |
| * | arm_gic: Fix sizes of state fields in preparation for vmstate support | Peter Maydell | 2013-04-05 | 3 | -25/+25 |
| * | vmstate: Add support for two dimensional arrays | Peter Maydell | 2013-04-05 | 1 | -0/+27 |
| * | hw/onenand.c: fix migration of dynamically allocated buffer "otp" | Igor Mitsyanko | 2013-04-05 | 1 | -1/+2 |
| * | hw/sd.c: fix migration of dynamically allocated buffer "buf" | Igor Mitsyanko | 2013-04-05 | 1 | -1/+1 |
| * | vmstate.h: introduce VMSTATE_BUFFER_POINTER_UNSAFE macro | Igor Mitsyanko | 2013-04-05 | 1 | -0/+9 |
| * | hw/arm_mptimer: Save the timer state | Peter Maydell | 2013-04-05 | 1 | -2/+3 |
| * | pl050: Don't send always-constant is_mouse field | Peter Maydell | 2013-04-05 | 1 | -3/+2 |
| * | hw/arm/nseries: don't print to stdout or stderr | Peter Maydell | 2013-04-05 | 1 | -13/+5 |
* | | main-loop: drop the BQL if the I/O appears to be spinning | Anthony Liguori | 2013-04-05 | 1 | -0/+25 |