summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-18more stdvga cleanups.patchromGerd Hoffmann10-46/+15
2010-10-18switch vmware_vga to pci vgabiosGerd Hoffmann1-6/+1
2010-10-18switch stdvga to pci vgabiosGerd Hoffmann1-4/+3
2010-10-18Add new vgabios binaries to blobs list.Gerd Hoffmann1-2/+2
2010-10-13trace: print a warning if user tries to enable an unknown trace eventBlue Swirl3-3/+9
2010-10-13mips: avoid write only variablesBlue Swirl1-0/+29
2010-10-13ppc: avoid write only variablesBlue Swirl1-3/+3
2010-10-13i386: avoid a write only variableBlue Swirl1-0/+4
2010-10-13vnc: avoid write only variablesBlue Swirl1-0/+8
2010-10-13cris: avoid a write only variableBlue Swirl1-3/+2
2010-10-13Delete write only variablesBlue Swirl14-75/+24
2010-10-13ppc: remove video.xBlue Swirl9-166/+9
2010-10-13lsi53c895a: avoid a write only variableBlue Swirl1-0/+1
2010-10-13eepro100: initialize a variable in all casesBlue Swirl1-3/+3
2010-10-13cirrus: avoid write only variablesBlue Swirl3-29/+51
2010-10-13block: avoid a write only variableBlue Swirl1-0/+1
2010-10-11Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori8-88/+168
2010-10-09trace: remove timestamp files when cleaning upBlue Swirl1-1/+1
2010-10-09configure: Send error message from spice check to /dev/nullStefan Weil1-1/+1
2010-10-09win32: Set unbuffered stdoutStefan Weil2-2/+7
2010-10-09.gitignore: Ignore *-timestampStefan Hajnoczi1-0/+1
2010-10-09acpi: Fix an infinite loop in acpi_table_addVincent Minet1-1/+1
2010-10-09configure: Remove unneeded defines from checksStefan Weil1-4/+0
2010-10-09configure: include stddef.h for NULLScott Wood1-0/+5
2010-10-09trace: Trace bdrv_aio_{readv,writev}Stefan Hajnoczi2-0/+6
2010-10-09trace: Use TP_PROTO() and TP_ARGS() for LTTng USTStefan Hajnoczi1-1/+1
2010-10-09trace: Don't strip lines containing '#' arbitrarilyStefan Hajnoczi1-2/+1
2010-10-09trace: Use portable format stringsStefan Hajnoczi2-2/+6
2010-10-07cris: Consider the TLB valid bit on writes to the TLBEdgar E. Iglesias1-1/+3
2010-10-07vhost: error codeMichael S. Tsirkin1-0/+2
2010-10-07virtio: change set guest notifier to per-deviceMichael S. Tsirkin3-26/+57
2010-10-07eepro100: Add support for multiple individual addresses (multiple IA)Stefan Weil1-9/+21
2010-10-07virtio-net: unify vhost-net start/stopMichael S. Tsirkin1-46/+43
2010-10-07virtio: invoke set_status callback on resetMichael S. Tsirkin1-0/+2
2010-10-06net: delay freeing peer host deviceMichael S. Tsirkin2-7/+43
2010-10-05Merge remote branch 'spice/submit.6' into stagingAnthony Liguori15-19/+1287
2010-10-05Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori12-1192/+1527
2010-10-05linux-user: Fix typo m86k -> m68kStefan Weil1-3/+3
2010-10-05Fix spelling in commentsStefan Weil3-3/+3
2010-10-05docs: Improve documentationStefan Weil1-28/+28
2010-10-05Add new user mode option -ignore-environmentStefan Weil3-0/+26
2010-10-05ppc: Minor 40x MMU fixesJohn Clark2-27/+49
2010-10-03console: Avoid dereferencing NULL active_consoleStefan Hajnoczi1-2/+4
2010-10-03exec: Fix compilation error for debug codeStefan Weil1-2/+3
2010-10-03rc4030: Fix compilation error in debug codeStefan Weil1-1/+4
2010-10-03mipsnet: Fix compiler warning in debug codeStefan Weil1-1/+1
2010-10-03block/vvfat: Fix compiler warning in debug codeStefan Weil1-1/+0
2010-10-03virtio-9p: Use GCC_FMT_ATTR and fix a format warningStefan Weil1-4/+6
2010-10-03blockdev: Use GCC_FMT_ATTR (format checking)Stefan Weil1-8/+7
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil14-16/+25