| Commit message (Expand) | Author | Age | Files | Lines |
* | hw: move char devices to hw/char/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 23 | -19/+23 |
* | hw: move more files to hw/xen/ | Paolo Bonzini | 2013-04-08 | 8 | -3/+4 |
* | 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 | 6 | -6/+5 |
* | hw: move I2C controllers to hw/i2c/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 5 | -3/+5 |
* | hw: move display devices to hw/display/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 24 | -23/+33 |
* | hw: move audio devices to hw/audio/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 7 | -3/+6 |
* | hw: move block devices to hw/block/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 7 | -3/+5 |
* | hw: move NICs to hw/net/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 15 | -10/+12 |
* | hw: move MC146818RTC to hw/timer/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 8 | -9/+3 |
* | hw: move watchdogs to hw/watchdog, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 3 | -2/+2 |
* | hw: make all of hw/pci/ configurable via default-configs/ | Paolo Bonzini | 2013-04-08 | 3 | -2/+4 |
* | hw: make all of hw/usb/ configurable via default-configs/ | Paolo Bonzini | 2013-04-08 | 2 | -1/+2 |
* | hw: make all of hw/ide/ configurable via default-configs/ | Paolo Bonzini | 2013-04-08 | 3 | -2/+3 |
* | hw: move virtio devices to hw/ subdirectories | Paolo Bonzini | 2013-04-08 | 23 | -6/+14 |
* | hw: move target-independent files to subdirectories | Paolo Bonzini | 2013-04-08 | 218 | -199/+196 |
* | moxie: configure with default-configs file | Paolo Bonzini | 2013-04-08 | 1 | -1/+1 |
* | hw: make subdirectories for devices | Paolo Bonzini | 2013-04-08 | 25 | -3/+31 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 482 | -16409/+728 |
* | Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-arm | Blue Swirl | 2013-04-06 | 12 | -125/+101 |
|\ |
|
| * | 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 |
| * | 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 |
| * | 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 |
* | | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 2013-04-05 | 2 | -4/+2 |
|\ \ |
|
| * | | xilinx_zynq: Cleanup ssi_create_slave | Peter Crosthwaite | 2013-04-05 | 1 | -2/+1 |
| * | | petalogix_ml605_mmu: Cleanup ssi_create_slave() | Peter Crosthwaite | 2013-04-05 | 1 | -2/+1 |
| |/ |
|
* | | Merge remote-tracking branch 'sstabellini/xen-2013-04-05' into staging | Anthony Liguori | 2013-04-05 | 3 | -35/+58 |
|\ \ |
|
| * | | Allow xen guests to plug disks of 1 TiB or more | Felipe Franciosi | 2013-04-05 | 1 | -2/+2 |
| * | | Introduce 64 bit integer write interface to xenstore | Felipe Franciosi | 2013-04-05 | 2 | -1/+16 |
| * | | Xen PV backend: Disable use of O_DIRECT by default as it results in crashes. | Alex Bligh | 2013-04-05 | 1 | -1/+1 |
| * | | Xen PV backend: Move call to bdrv_new from blk_init to blk_connect | Alex Bligh | 2013-04-05 | 1 | -32/+40 |
| |/ |
|
* | | usb-storage: Forward serial number to scsi-disk | Kevin Wolf | 2013-04-05 | 4 | -5/+10 |
|/ |
|
* | pc_acpi_init(): don't bail as soon as failing to find default DSDT | Laszlo Ersek | 2013-04-04 | 1 | -16/+17 |
* | Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000 | Laszlo Ersek | 2013-04-04 | 1 | -1/+3 |
* | extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESS | Laszlo Ersek | 2013-04-04 | 2 | -3/+1 |
* | like acpi_table_install(), acpi_table_add() should propagate Errors | Laszlo Ersek | 2013-04-04 | 3 | -10/+9 |
* | acpi_table_add(): extract and reimplement internals | Laszlo Ersek | 2013-04-04 | 1 | -121/+163 |
* | acpi_table_add(): accept QemuOpts and parse it with OptsVisitor | Laszlo Ersek | 2013-04-04 | 3 | -59/+91 |
* | acpi_table_add(): report fatal errors through an internal Error object | Laszlo Ersek | 2013-04-04 | 1 | -14/+19 |
* | change element type from "char" to "unsigned char" in ACPI table data | Laszlo Ersek | 2013-04-04 | 2 | -9/+10 |
* | ipoctal232: Convert to use chardev properties directly | Hans de Goede | 2013-04-04 | 1 | -29/+14 |