summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-30linux-user: fix accept(2) with NULL peeraurel321-0/+3
2009-01-29Allow usb tablet to be used with vmware-vga hwcursor.balrog1-2/+4
2009-01-29Fix absolute mode mice.balrog1-1/+3
2009-01-29check SCSI read/write requests against max LBA (Rik van Riel)aliguori1-0/+18
2009-01-29Fix a typo in ext2_feature_name (Carl-Daniel Hailfinger)aliguori1-1/+1
2009-01-29Use new logging API in reset handling (Jan Kiszka)aliguori1-1/+1
2009-01-29MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori3-1/+34
2009-01-29Don't notify virtio devices before S_DRIVER_OK (Mark McLoughlin)aliguori1-0/+3
2009-01-29fix raw_aio_read\write error handling (Stefano Stabellini)aliguori1-15/+21
2009-01-28SCSI divide capacity by s->cluster_size (Rik van Riel)aliguori1-0/+2
2009-01-28support >2TB SCSI disks (Rik van Riel)aliguori1-7/+46
2009-01-28fix signed/unsigned overflows in SCSI disk (Rik van Riel)aliguori1-3/+6
2009-01-28Fix qemu_malloc.malc2-0/+4
2009-01-27Add Simba device IDblueswir13-8/+11
2009-01-27block-vpc: Fix support for images > 4 GB (Kevin Wolf)aliguori1-1/+1
2009-01-26CRIS: Init the feedback shiftreg used for randomizing TLB sets.edgar_igl2-0/+3
2009-01-26ETRAX: Remove display-state argument from board init.edgar_igl1-1/+1
2009-01-26kvm-x86: Remove eflags conversion into emulator format (Jan Kiszka)aliguori1-4/+0
2009-01-26Check if the i8254 timer is active before deactivating it (Alexander Graf)aliguori1-1/+2
2009-01-26block-vpc: Create images (Kevin Wolf)aliguori1-0/+169
2009-01-26block-vpc: Write support (Kevin Wolf)aliguori1-16/+150
2009-01-26block-vpc: Use the qemu block layer (Kevin Wolf)aliguori1-27/+32
2009-01-26block-vpc: Fix disk size (Kevin Wolf)aliguori1-3/+6
2009-01-26block-vpc: Adapt header structures to official documentation (Kevin Wolf)aliguori1-36/+82
2009-01-26block-vpc: Split up struct vpc_subheader (Kevin Wolf)aliguori1-42/+43
2009-01-26x86: Issue reset on triple faults (Jan Kiszka)aliguori1-2/+15
2009-01-26Log reset events (Jan Kiszka)aliguori10-2/+45
2009-01-26Remove the advertising clause from the slirp licensealiguori19-93/+18
2009-01-26R13 is reserved for small data area pointer by SVR4 PPC ABImalc1-0/+5
2009-01-26MTRR support on x86 (Carl-Daniel Hailfinger)aliguori2-1/+106
2009-01-26qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori3-6/+14
2009-01-26build system: Further improve quiet mode (Jan Kiszka)aliguori2-7/+7
2009-01-26Move definition of rgb_to_pixel_dup_table (Nathan Froyd)aliguori1-11/+9
2009-01-26Add reset irq state for ps2 reboot callback (Dor Laor)aliguori1-0/+1
2009-01-26Handle link status in qemu_sendv_packet() (Mark McLoughlin)aliguori1-0/+15
2009-01-26Enabled building of x86_64 code on Mac OS X (Alexander Graf)aliguori1-1/+11
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