| Commit message (Expand) | Author | Age | Files | Lines |
* | default-configs: Add config for aarch64-linux-user | Peter Maydell | 2014-01-08 | 1 | -0/+3 |
* | hw/arm: add allwinner a10 SoC support | liguang | 2013-12-17 | 1 | -0/+1 |
* | hw/intc: add allwinner A10 interrupt controller | liguang | 2013-12-17 | 1 | -0/+1 |
* | hw/timer: add allwinner a10 timer | liguang | 2013-12-17 | 1 | -0/+2 |
* | hw/arm: add very initial support for Canon DIGIC SoC | Antony Pavlov | 2013-12-17 | 1 | -0/+1 |
* | default-configs: Add config for aarch64-softmmu | Peter Maydell | 2013-12-17 | 1 | -0/+6 |
* | hw/timer: Introduce ARM A9 Global Timer. | Peter Crosthwaite | 2013-12-10 | 1 | -0/+1 |
* | arm11mpcore: Split off SCU device | Andreas Färber | 2013-11-05 | 1 | -0/+1 |
* | Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging | Anthony Liguori | 2013-10-31 | 1 | -0/+1 |
|\ |
|
| * | xics-kvm: Support for in-kernel XICS interrupt controller | David Gibson | 2013-10-25 | 1 | -0/+1 |
* | | integrator: fix Linux boot failure by emulating dbg region | Alex Bennée | 2013-10-31 | 1 | -0/+1 |
|/ |
|
* | default-configs/: CONFIG_GDBSTUB_XML removed | Ákos Kovács | 2013-10-16 | 11 | -17/+0 |
* | default-configs: Fix A9MP and A15MP config names | Peter Maydell | 2013-08-20 | 1 | -2/+2 |
* | mips_malta: do not raise exceptions when accessing invalid memory | Aurelien Jarno | 2013-08-14 | 4 | -0/+4 |
* | pc_sysfw: do not make it a device anymore | Paolo Bonzini | 2013-08-12 | 2 | -2/+0 |
* | default-configs/ppc64: add all components of i82378 SuperIO chip used by prep | Paolo Bonzini | 2013-07-25 | 1 | -0/+6 |
* | default-configs: add SuperIO to SH4 | Paolo Bonzini | 2013-07-25 | 2 | -0/+14 |
* | default-configs: add test device to all machines supporting ISA | Paolo Bonzini | 2013-07-25 | 11 | -0/+11 |
* | isa_mmio: delete | Paolo Bonzini | 2013-07-25 | 6 | -6/+0 |
* | pseries: move interrupt controllers to hw/intc/ | Alexey Kardashevskiy | 2013-07-11 | 1 | -0/+2 |
* | pci: Cleanup configuration for pci-hotplug.c | David Gibson | 2013-07-04 | 3 | -6/+2 |
* | kvm/openpic: in-kernel mpic support | Scott Wood | 2013-07-01 | 3 | -0/+3 |
* | NVMe: Initial commit for new storage interface | Keith Busch | 2013-06-17 | 1 | -0/+1 |
* | ppc: Remove CONFIG_FDT conditionals | Peter Maydell | 2013-06-14 | 3 | -4/+4 |
* | audio: Enable all cards | Jan Kiszka | 2013-05-03 | 1 | -3/+3 |
* | target-i386: Introduce ICC bus/device/bridge | Igor Mammedov | 2013-05-01 | 2 | -0/+2 |
* | introduce a new qom device to deal with panicked event | Hu Tao | 2013-04-30 | 2 | -0/+2 |
* | audio: enable PCI audio cards for all PCI-enabled targets | Paolo Bonzini | 2013-04-29 | 2 | -3/+3 |
* | audio: replace audio card configuration with default-configs | Paolo Bonzini | 2013-04-29 | 10 | -9/+16 |
* | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori | 2013-04-22 | 1 | -0/+1 |
|\ |
|
| * | scsi: VMWare PVSCSI paravirtual device implementation | Dmitry Fleytman | 2013-04-19 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 2013-04-19 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | pci: add pci test device | Michael S. Tsirkin | 2013-04-16 | 1 | -0/+1 |
* | | configure: eliminate target_libs_softmmu | Paolo Bonzini | 2013-04-18 | 1 | -0/+1 |
* | | configure: fix TPM logic | Paolo Bonzini | 2013-04-15 | 2 | -4/+2 |
* | | hw: Add lost ARM core again | Stefan Weil | 2013-04-15 | 1 | -1/+1 |
* | | Fix failure to create q35 machine | Hu Tao | 2013-04-15 | 2 | -2/+2 |
|/ |
|
* | hw: move ARM CPU cores to hw/cpu/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 1 | -0/+4 |
* | hw: move other devices to hw/misc/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 4 | -0/+11 |
* | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 6 | -0/+11 |
* | hw: move DMA controllers to hw/dma/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 1 | -0/+2 |
* | hw: move PCI bridges to hw/pci-* or hw/ARCH | Paolo Bonzini | 2013-04-08 | 3 | -0/+9 |
* | hw: move timer devices to hw/timer/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 2 | -0/+5 |
* | hw: move ISA bridges and devices to hw/isa/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 6 | -0/+6 |
* | hw: move char devices to hw/char/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 6 | -0/+6 |
* | hw: move more files to hw/xen/ | Paolo Bonzini | 2013-04-08 | 2 | -0/+2 |
* | hw: move SSI controllers to hw/ssi/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 3 | -0/+3 |
* | hw: move I2C controllers to hw/i2c/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 1 | -0/+1 |
* | hw: move display devices to hw/display/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 7 | -0/+12 |
* | hw: move audio devices to hw/audio/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 2 | -0/+2 |