summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block-vpc: Split up struct vpc_subheader (Kevin Wolf)aliguori2009-01-261-42/+43
* x86: Issue reset on triple faults (Jan Kiszka)aliguori2009-01-261-2/+15
* Log reset events (Jan Kiszka)aliguori2009-01-2610-2/+45
* Remove the advertising clause from the slirp licensealiguori2009-01-2619-93/+18
* R13 is reserved for small data area pointer by SVR4 PPC ABImalc2009-01-261-0/+5
* MTRR support on x86 (Carl-Daniel Hailfinger)aliguori2009-01-262-1/+106
* qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori2009-01-263-6/+14
* build system: Further improve quiet mode (Jan Kiszka)aliguori2009-01-262-7/+7
* Move definition of rgb_to_pixel_dup_table (Nathan Froyd)aliguori2009-01-261-11/+9
* Add reset irq state for ps2 reboot callback (Dor Laor)aliguori2009-01-261-0/+1
* Handle link status in qemu_sendv_packet() (Mark McLoughlin)aliguori2009-01-261-0/+15
* Enabled building of x86_64 code on Mac OS X (Alexander Graf)aliguori2009-01-261-1/+11
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-2629-159/+157
* vnc fixes and improvements (Stefano Stabellini)aliguori2009-01-263-6/+34
* Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)aliguori2009-01-264-4/+8
* Add macro for virtio-console PCI device ID (Mark McLoughlin)aliguori2009-01-262-1/+3
* Use macros for virtio-net PCI vendor/device IDs (Mark McLoughlin)aliguori2009-01-261-1/+3
* target-ppc: always load kernel to KERNEL_LOAD_ADDRaurel322009-01-261-3/+9
* Add static qualifier to local functionsmalc2009-01-252-2/+2
* Massage PPC version of cpu_get_real_ticks a littlemalc2009-01-251-22/+22
* Fix bsd-user compile like r6412blueswir12009-01-241-0/+13
* sh4: sh_pci. Register resouces both at A7 and P4.aurel322009-01-241-10/+7
* Synch code, help and docsblueswir12009-01-245-335/+560
* sh4: r2d. Endian conversion for peripheral register initialization.aurel322009-01-241-4/+2
* Use broadcast address for slirp dhcp repliesaurel322009-01-241-0/+2
* Support epoch of 1980 in RTC emulation for MIPS Magnumaurel322009-01-247-11/+20
* List virtio console device in pci-ids.txtaurel322009-01-241-1/+2
* kvm/powerpc: extern one function for MPC85xx code useaurel322009-01-242-1/+3
* Reformat quiet buildaurel322009-01-241-5/+5
* target-ppc: Add SPE register read/write using XMLaurel322009-01-241-0/+50
* target-ppc: Add Altivec register read/write using XMLaurel322009-01-241-0/+50
* target-ppc: Add float register read/write using XMLaurel322009-01-241-0/+32
* target-ppc: Include gdbstub.haurel322009-01-241-0/+1
* target-ppc: Change core powerpc gdbstub bits to be XML-awareaurel322009-01-241-1/+22
* target-ppc: Add XML files for PowerPC registersaurel322009-01-246-0/+248
* mips: limit RAM size to 256MB on malta and qemu boardsaurel322009-01-242-0/+12
* target-ppc: change the default RAM size to 128MB like other targetsaurel322009-01-241-4/+0
* Fix format warningsmalc2009-01-241-2/+2
* Floppy: Properly handle Sense Interrupt Status after FDC Resetblueswir12009-01-241-12/+18
* Fix kernel_size and initrd_size sign (Francois Revol)blueswir12009-01-241-1/+2
* Rename sigev_signo to avoid FreeBSD problems (Juergen Lock)blueswir12009-01-243-3/+3
* fix endianness problem sharing the videoram buffermalc2009-01-233-11/+62
* linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoff...aliguori2009-01-231-0/+13
* Fix NAME2/FIELD2 warningsmalc2009-01-221-0/+2
* Stop VM on error in virtio-blk. (Gleb Natapov)aliguori2009-01-222-47/+125
* Stop VM on error in scsi-disk (Gleb Natapov)aliguori2009-01-222-19/+71
* qemu-img: info: show highest_alloc and num_free_bytes if exist (Uri Lublin)aliguori2009-01-221-0/+4
* qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori2009-01-223-10/+32
* info blockstats: show highest_allocated if exists (Uri Lublin)aliguori2009-01-221-1/+6
* block-qcow2: export highest_allocated through BlockDriverInfo and get_info() ...aliguori2009-01-222-0/+2
OpenPOWER on IntegriCloud