Age | Commit message (Expand) | Author | Files | Lines |
2013-08-20 | default-configs: Fix A9MP and A15MP config names | Peter Maydell | 1 | -2/+2 |
2013-08-14 | mips_malta: do not raise exceptions when accessing invalid memory | Aurelien Jarno | 4 | -0/+4 |
2013-08-12 | pc_sysfw: do not make it a device anymore | Paolo Bonzini | 2 | -2/+0 |
2013-07-25 | default-configs/ppc64: add all components of i82378 SuperIO chip used by prep | Paolo Bonzini | 1 | -0/+6 |
2013-07-25 | default-configs: add SuperIO to SH4 | Paolo Bonzini | 2 | -0/+14 |
2013-07-25 | default-configs: add test device to all machines supporting ISA | Paolo Bonzini | 11 | -0/+11 |
2013-07-25 | isa_mmio: delete | Paolo Bonzini | 6 | -6/+0 |
2013-07-11 | pseries: move interrupt controllers to hw/intc/ | Alexey Kardashevskiy | 1 | -0/+2 |
2013-07-04 | pci: Cleanup configuration for pci-hotplug.c | David Gibson | 3 | -6/+2 |
2013-07-01 | kvm/openpic: in-kernel mpic support | Scott Wood | 3 | -0/+3 |
2013-06-17 | NVMe: Initial commit for new storage interface | Keith Busch | 1 | -0/+1 |
2013-06-14 | ppc: Remove CONFIG_FDT conditionals | Peter Maydell | 3 | -4/+4 |
2013-05-03 | audio: Enable all cards | Jan Kiszka | 1 | -3/+3 |
2013-05-01 | target-i386: Introduce ICC bus/device/bridge | Igor Mammedov | 2 | -0/+2 |
2013-04-30 | introduce a new qom device to deal with panicked event | Hu Tao | 2 | -0/+2 |
2013-04-29 | audio: enable PCI audio cards for all PCI-enabled targets | Paolo Bonzini | 2 | -3/+3 |
2013-04-29 | audio: replace audio card configuration with default-configs | Paolo Bonzini | 10 | -9/+16 |
2013-04-22 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori | 1 | -0/+1 |
2013-04-19 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 1 | -0/+1 |
2013-04-19 | scsi: VMWare PVSCSI paravirtual device implementation | Dmitry Fleytman | 1 | -0/+1 |
2013-04-18 | configure: eliminate target_libs_softmmu | Paolo Bonzini | 1 | -0/+1 |
2013-04-16 | pci: add pci test device | Michael S. Tsirkin | 1 | -0/+1 |
2013-04-15 | configure: fix TPM logic | Paolo Bonzini | 2 | -4/+2 |
2013-04-15 | hw: Add lost ARM core again | Stefan Weil | 1 | -1/+1 |
2013-04-15 | Fix failure to create q35 machine | Hu Tao | 2 | -2/+2 |
2013-04-08 | hw: move ARM CPU cores to hw/cpu/, configure with default-configs/ | Paolo Bonzini | 1 | -0/+4 |
2013-04-08 | hw: move other devices to hw/misc/, configure with default-configs/ | Paolo Bonzini | 4 | -0/+11 |
2013-04-08 | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini | 6 | -0/+11 |
2013-04-08 | hw: move DMA controllers to hw/dma/, configure with default-configs/ | Paolo Bonzini | 1 | -0/+2 |
2013-04-08 | hw: move PCI bridges to hw/pci-* or hw/ARCH | Paolo Bonzini | 3 | -0/+9 |
2013-04-08 | hw: move timer devices to hw/timer/, configure with default-configs/ | Paolo Bonzini | 2 | -0/+5 |
2013-04-08 | hw: move ISA bridges and devices to hw/isa/, configure with default-configs/ | Paolo Bonzini | 6 | -0/+6 |
2013-04-08 | hw: move char devices to hw/char/, configure via default-configs/ | Paolo Bonzini | 6 | -0/+6 |
2013-04-08 | hw: move more files to hw/xen/ | Paolo Bonzini | 2 | -0/+2 |
2013-04-08 | hw: move SSI controllers to hw/ssi/, configure via default-configs/ | Paolo Bonzini | 3 | -0/+3 |
2013-04-08 | hw: move I2C controllers to hw/i2c/, configure via default-configs/ | Paolo Bonzini | 1 | -0/+1 |
2013-04-08 | hw: move display devices to hw/display/, configure via default-configs/ | Paolo Bonzini | 7 | -0/+12 |
2013-04-08 | hw: move audio devices to hw/audio/, configure via default-configs/ | Paolo Bonzini | 2 | -0/+2 |
2013-04-08 | hw: move block devices to hw/block/, configure via default-configs/ | Paolo Bonzini | 5 | -0/+5 |
2013-04-08 | hw: move NICs to hw/net/, configure via default-configs/ | Paolo Bonzini | 10 | -0/+10 |
2013-04-08 | hw: move MC146818RTC to hw/timer/, configure via default-configs/ | Paolo Bonzini | 12 | -0/+15 |
2013-04-08 | hw: move watchdogs to hw/watchdog, configure via default-configs/ | Paolo Bonzini | 3 | -0/+3 |
2013-04-08 | hw: make all of hw/pci/ configurable via default-configs/ | Paolo Bonzini | 3 | -0/+4 |
2013-04-08 | hw: make all of hw/usb/ configurable via default-configs/ | Paolo Bonzini | 1 | -0/+1 |
2013-04-08 | hw: make all of hw/ide/ configurable via default-configs/ | Paolo Bonzini | 3 | -0/+3 |
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini | 9 | -9/+9 |
2013-04-08 | moxie: configure with default-configs file | Paolo Bonzini | 1 | -0/+3 |
2013-03-25 | VMXNET3 device implementation | Dmitry Fleytman | 1 | -0/+1 |
2013-03-23 | Add top level changes for moxie | Anthony Green | 1 | -0/+1 |
2013-03-15 | pl330: Initial version | Peter Crosthwaite | 1 | -0/+1 |