aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-01add set_echo implementation for text consolesPaolo Bonzini1-1/+16
2011-02-01create TextConsole together with the CharDeviceStatePaolo Bonzini1-25/+31
2011-02-01add set_echo implementation for qemu_chr_stdioPaolo Bonzini1-10/+16
2011-02-01move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdioPaolo Bonzini1-10/+8
2011-02-01add qemu_chr_set_echoPaolo Bonzini3-0/+10
2011-02-01remove broken code for ttyPaolo Bonzini1-10/+0
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori16-488/+716
2011-02-01Merge remote branch 'spice/spice.v29.pull' into stagingAnthony Liguori17-80/+391
2011-02-01Merge remote branch 'spice/usb.5' into stagingAnthony Liguori6-111/+282
2011-02-01Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori3-46/+139
2011-02-01vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori3-10/+38
2011-02-01linux-user: avoid gcc array overrun warning for sparcPeter Maydell1-3/+4
2011-02-01hw/slavio_intctl.c: fix gcc warning about array bounds overrunPeter Maydell1-1/+6
2011-02-01SPARC: Fix Leon3 cache controlFabien Chouteau4-10/+23
2011-01-31Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-2/+2
2011-01-31blockdev: Fix drive_add for drives without mediaMarkus Armbruster5-18/+7
2011-01-31blockdev: Replace drive_add()'s fmt, ... by optstr parameterMarkus Armbruster3-21/+15
2011-01-31blockdev: Reject multiple definitions for the same driveMarkus Armbruster2-17/+33
2011-01-31blockdev: New drive_get_by_index()Markus Armbruster2-0/+8
2011-01-31blockdev: Factor drive_index_to_{bus,unit}_id out of drive_init()Markus Armbruster1-8/+14
2011-01-31blockdev: Make drive_add() take explicit type, index parametersMarkus Armbruster4-25/+48
2011-01-31blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster7-9/+20
2011-01-31blockdev: Put BlockInterfaceType names and max_devs in tablesMarkus Armbruster1-30/+21
2011-01-31blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.hMarkus Armbruster2-6/+6
2011-01-31blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster6-22/+19
2011-01-31qcow2-refcount: remove write-only variablesBlue Swirl1-4/+1
2011-01-31scsi hotplug: Set DriveInfo member bus correctlyMarkus Armbruster1-0/+1
2011-01-31raw-win32: Fix bdrv_flush return valueKevin Wolf1-1/+1
2011-01-31qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi1-7/+17
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf3-0/+92
2011-01-31qemu-io: Fix discard commandKevin Wolf1-1/+1
2011-01-31sheepdog: support creating images on remote hostsMORITA Kazutaka1-3/+14
2011-01-31Reorganize struct Qcow2Cache for better struct packingJes Sorensen1-1/+1
2011-01-31ahci: Fix cpu_physical_memory_unmap() argument orderingStefan Hajnoczi1-5/+5
2011-01-31Add documentation for STRTOSZ_DEFSUFFIX_ macrosJes Sorensen1-0/+7
2011-01-31virtio-pci: Disable virtio-ioeventfd when !CONFIG_IOTHREADStefan Hajnoczi1-2/+6
2011-01-31virtio-blk: tell the guest about size changesChristoph Hellwig1-0/+10
2011-01-31block: tell drivers about an image resizeChristoph Hellwig5-8/+25
2011-01-31block: add block_resize monitor commandChristoph Hellwig4-0/+78
2011-01-31strtosz(): Use suffix macros in switch() statementJes Sorensen1-5/+5
2011-01-31strtosz(): Fix name confusion in use of modf()Jes Sorensen1-2/+2
2011-01-31strtosz() use qemu_toupper() to simplify switch statementJes Sorensen1-6/+1
2011-01-31strtosz(): use unsigned char and switch to qemu_isspace()Jes Sorensen1-3/+4
2011-01-30Update OpenBIOS images to r1018Blue Swirl4-1/+1
2011-01-29sdl: remove unused variableBlue Swirl1-6/+0
2011-01-29New trace-event backend: stderrFabien Chouteau3-3/+65
2011-01-29prep: Disable second IDE channel, as long as ISA IDE emulation doesn't suppor...Hervé Poussineau1-1/+1
2011-01-29prep: Remove bogus BIOS size checkAndreas Färber1-3/+0
2011-01-29mc146818rtc: update registers after a format changeAurelien Jarno1-1/+9
2011-01-29mc146818rtc: constantifyAurelien Jarno1-2/+3