summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori29-159/+157
2009-01-26vnc fixes and improvements (Stefano Stabellini)aliguori3-6/+34
2009-01-26Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)aliguori4-4/+8
2009-01-26Add macro for virtio-console PCI device ID (Mark McLoughlin)aliguori2-1/+3
2009-01-26Use macros for virtio-net PCI vendor/device IDs (Mark McLoughlin)aliguori1-1/+3
2009-01-26target-ppc: always load kernel to KERNEL_LOAD_ADDRaurel321-3/+9
2009-01-25Add static qualifier to local functionsmalc2-2/+2
2009-01-25Massage PPC version of cpu_get_real_ticks a littlemalc1-22/+22
2009-01-24Fix bsd-user compile like r6412blueswir11-0/+13
2009-01-24sh4: sh_pci. Register resouces both at A7 and P4.aurel321-10/+7
2009-01-24Synch code, help and docsblueswir15-335/+560
2009-01-24sh4: r2d. Endian conversion for peripheral register initialization.aurel321-4/+2
2009-01-24Use broadcast address for slirp dhcp repliesaurel321-0/+2
2009-01-24Support epoch of 1980 in RTC emulation for MIPS Magnumaurel327-11/+20
2009-01-24List virtio console device in pci-ids.txtaurel321-1/+2
2009-01-24kvm/powerpc: extern one function for MPC85xx code useaurel322-1/+3
2009-01-24Reformat quiet buildaurel321-5/+5
2009-01-24target-ppc: Add SPE register read/write using XMLaurel321-0/+50
2009-01-24target-ppc: Add Altivec register read/write using XMLaurel321-0/+50
2009-01-24target-ppc: Add float register read/write using XMLaurel321-0/+32
2009-01-24target-ppc: Include gdbstub.haurel321-0/+1
2009-01-24target-ppc: Change core powerpc gdbstub bits to be XML-awareaurel321-1/+22
2009-01-24target-ppc: Add XML files for PowerPC registersaurel326-0/+248
2009-01-24mips: limit RAM size to 256MB on malta and qemu boardsaurel322-0/+12
2009-01-24target-ppc: change the default RAM size to 128MB like other targetsaurel321-4/+0
2009-01-24Fix format warningsmalc1-2/+2
2009-01-24Floppy: Properly handle Sense Interrupt Status after FDC Resetblueswir11-12/+18
2009-01-24Fix kernel_size and initrd_size sign (Francois Revol)blueswir11-1/+2
2009-01-24Rename sigev_signo to avoid FreeBSD problems (Juergen Lock)blueswir13-3/+3
2009-01-23fix endianness problem sharing the videoram buffermalc3-11/+62
2009-01-23linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoff...aliguori1-0/+13
2009-01-22Fix NAME2/FIELD2 warningsmalc1-0/+2
2009-01-22Stop VM on error in virtio-blk. (Gleb Natapov)aliguori2-47/+125
2009-01-22Stop VM on error in scsi-disk (Gleb Natapov)aliguori2-19/+71
2009-01-22qemu-img: info: show highest_alloc and num_free_bytes if exist (Uri Lublin)aliguori1-0/+4
2009-01-22qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori3-10/+32
2009-01-22info blockstats: show highest_allocated if exists (Uri Lublin)aliguori1-1/+6
2009-01-22block-qcow2: export highest_allocated through BlockDriverInfo and get_info() ...aliguori2-0/+2
2009-01-22block-qcow2: keep highest allocated byte (Uri Lublin)aliguori1-0/+34
2009-01-22Fix warning in ide.caliguori1-1/+1
2009-01-22Rework vm_state_change notifiers (Jan Kiszka)aliguori4-37/+12
2009-01-22Extend gitignore (Jan Kiszka)aliguori1-0/+2
2009-01-22install man-pages as non-executables (Andre Przywara)aliguori1-2/+2
2009-01-22monitor-mux: fix timestamp prefixes (Jan Kiszka)aliguori1-2/+2
2009-01-22Convert IDE to directly access guest memory (Avi Kivity)aliguori1-16/+117
2009-01-22Vectored block device API (Avi Kivity)aliguori2-0/+76
2009-01-22I/O vector helpers (Avi Kivity)aliguori2-0/+59
2009-01-22Add map client retry notification (Avi Kivity)aliguori2-0/+42
2009-01-22Add target memory mapping API (Avi Kivity)aliguori2-0/+108
2009-01-22Fix build with --disable-sdlaliguori1-1/+2