aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-02Split VNC defines to vnc.h (Alexander Graf)aliguori
2009-02-01Replace noreturn with QEMU_NORETURNmalc
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir1
2009-01-30PowerPC: IDE DB-DMA supportaurel32
2009-01-30PowerPC: mac-io DB-DMA supportaurel32
2009-01-30pl031: remove unused variableaurel32
2009-01-30linux-user: fix signal.c warningaurel32
2009-01-30linux-user: identify running binary in /proc/self/exeaurel32
2009-01-30linux-user: Add generic env variable handlingaurel32
2009-01-30target-ppc: Fix struct target_stat64 for 32-bit hostaurel32
2009-01-30target-sh4: Fix struct target_stat64 for 64-bit hostaurel32
2009-01-30linuw-user fix: read() and acct() on NULL argumentsaurel32
2009-01-30linux-user: don't crash with null nameaurel32
2009-01-30linux-user: return EINVAL on incorrect sockaddraurel32
2009-01-30linux-user: fix accept(2) with NULL peeraurel32
2009-01-29Allow usb tablet to be used with vmware-vga hwcursor.balrog
2009-01-29Fix absolute mode mice.balrog
2009-01-29check SCSI read/write requests against max LBA (Rik van Riel)aliguori
2009-01-29Fix a typo in ext2_feature_name (Carl-Daniel Hailfinger)aliguori
2009-01-29Use new logging API in reset handling (Jan Kiszka)aliguori
2009-01-29MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori
2009-01-29Don't notify virtio devices before S_DRIVER_OK (Mark McLoughlin)aliguori
2009-01-29fix raw_aio_read\write error handling (Stefano Stabellini)aliguori
2009-01-28SCSI divide capacity by s->cluster_size (Rik van Riel)aliguori
2009-01-28support >2TB SCSI disks (Rik van Riel)aliguori
2009-01-28fix signed/unsigned overflows in SCSI disk (Rik van Riel)aliguori
2009-01-28Fix qemu_malloc.malc
2009-01-27Add Simba device IDblueswir1
2009-01-27block-vpc: Fix support for images > 4 GB (Kevin Wolf)aliguori
2009-01-26CRIS: Init the feedback shiftreg used for randomizing TLB sets.edgar_igl
2009-01-26ETRAX: Remove display-state argument from board init.edgar_igl
2009-01-26kvm-x86: Remove eflags conversion into emulator format (Jan Kiszka)aliguori
2009-01-26Check if the i8254 timer is active before deactivating it (Alexander Graf)aliguori
2009-01-26block-vpc: Create images (Kevin Wolf)aliguori
2009-01-26block-vpc: Write support (Kevin Wolf)aliguori
2009-01-26block-vpc: Use the qemu block layer (Kevin Wolf)aliguori
2009-01-26block-vpc: Fix disk size (Kevin Wolf)aliguori
2009-01-26block-vpc: Adapt header structures to official documentation (Kevin Wolf)aliguori
2009-01-26block-vpc: Split up struct vpc_subheader (Kevin Wolf)aliguori
2009-01-26x86: Issue reset on triple faults (Jan Kiszka)aliguori
2009-01-26Log reset events (Jan Kiszka)aliguori
2009-01-26Remove the advertising clause from the slirp licensealiguori
2009-01-26R13 is reserved for small data area pointer by SVR4 PPC ABImalc
2009-01-26MTRR support on x86 (Carl-Daniel Hailfinger)aliguori
2009-01-26qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori
2009-01-26build system: Further improve quiet mode (Jan Kiszka)aliguori
2009-01-26Move definition of rgb_to_pixel_dup_table (Nathan Froyd)aliguori
2009-01-26Add reset irq state for ps2 reboot callback (Dor Laor)aliguori
2009-01-26Handle link status in qemu_sendv_packet() (Mark McLoughlin)aliguori