aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-09hw: honor low bit in mipssim machineNathan Froyd
2010-06-09linux-user: honor low bit of entry PC for MIPSNathan Froyd
2010-06-09target-mips: add microMIPS exception handler supportNathan Froyd
2010-06-09target-mips: microMIPS ASE supportNathan Froyd
2010-06-09target-mips: mips16 cleanupsNathan Froyd
2010-06-09target-mips: refactor c{, abs}.cond.fmt insnsNathan Froyd
2010-06-09target-mips: move FP FMT comments closer to the definitionsAurelien Jarno
2010-06-09target-mips: define constants for magic numbersNathan Froyd
2010-06-09tcg: get rid of DEF2 in tcg-opc.hAurelien Jarno
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno
2010-06-09Fix multiboot compilationAlexander Graf
2010-06-09net: Fix hotplug with pci_addAmit Shah
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson
2010-06-09tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson
2010-06-08target-mips: break out [ls][wd]c1 and rdhwr insn generationNathan Froyd
2010-06-08Fix --enable-user-pie compilation.Richard Henderson
2010-06-07virtio-net: truncating packetMichael S. Tsirkin
2010-06-07microblaze: Make MSR_UM and MSR_VM part of the tb flagsEdgar E. Iglesias
2010-06-07petlogix-3adsp: Tweak displacement of cmdline and fdt blob.Edgar E. Iglesias
2010-06-04migration-exec: fix OpenBSD build warningBlue Swirl
2010-06-04target-i386: fix decoding of negative 4-byte displacementsPaolo Bonzini
2010-06-04block: Fix serial number assignmentLuiz Capitulino
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-06-04qdev: Move declaration of qdev_init_bdrv() into qdev.hMarkus Armbruster
2010-06-04blockdev: Hide QEMUMachine from drive_init()Markus Armbruster
2010-06-04block: call the snapshot handlers of the protocol driversMORITA Kazutaka
2010-06-04close all the block drivers before the qemu process exitsMORITA Kazutaka
2010-06-04block: Assume raw for drives without mediaKevin Wolf
2010-06-04Fix error message in drive_initKevin Wolf
2010-06-04scsi: Fix info qtree for scsi-disk.verMarkus Armbruster
2010-06-04scsi: Turn drive serial into a qdev property scsi-disk.serialMarkus Armbruster
2010-06-04ide: Fix info qtree for ide-drive.verMarkus Armbruster
2010-06-04ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster
2010-06-04qdev: Don't leak string property value on hot unplugMarkus Armbruster
2010-06-04qdev: New qdev_prop_set_string()Markus Armbruster
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster
2010-06-04ide: Change ide_init_drive() to require valid dinfo argumentMarkus Armbruster
2010-06-04ide: Split ide_init1() off ide_init2()Markus Armbruster
2010-06-04ide: Remove redundant IDEState member confMarkus Armbruster
2010-06-04ide: Remove useless IDEDeviceInfo members unit, driveMarkus Armbruster
2010-06-04usb: Remove unused usb_device_add() parameter is_hotplugMarkus Armbruster
2010-06-04blockdev: Belatedly remove driveoptsMarkus Armbruster
2010-06-04blockdev: Belatedly remove MAX_DRIVESMarkus Armbruster
2010-06-04qemu-io: Fix error messagesKevin Wolf
2010-06-04Cleanup: virtio-blk.c: Be more consistent using BDRV_SECTOR_SIZE insteadJes Sorensen
2010-06-04Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen
2010-06-04Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512Jes Sorensen
2010-06-04Cleanup: bdrv_open() no need to shift total_size just to shift back.Jes Sorensen
2010-06-03Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-06-03migration: respect exit status with exec:Anthony Liguori