aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-22x3130/upstream: support aerIsaku Yamahata1-9/+24
2010-11-22ioh3420: support aerIsaku Yamahata1-10/+70
2010-11-22pcie_aer: complete unwinding recursionMichael S. Tsirkin1-53/+27
2010-11-22pcie_aer: get rid of recursionMichael S. Tsirkin1-17/+31
2010-11-22pcie/aer: helper functions for pcie aer capabilityIsaku Yamahata5-1/+951
2010-11-22pcie_regs.h: more constantsIsaku Yamahata1-0/+2
2010-11-22pci: add W1C bits to pci status registerIsaku Yamahata1-0/+16
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin4-12/+32
2010-11-16PCI: Bus number from the bridge, not the deviceAlex Williamson1-2/+1
2010-11-13e1000: Fix TCP checksum overflow with TSOAlex Williamson1-1/+4
2010-11-13tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin1-1/+5
2010-11-04tap: clear vhost_net backend on cleanupMichael S. Tsirkin1-0/+1
2010-11-03Fold send_all() wrapper unix_write() into one functionJes Sorensen1-6/+2
2010-11-03Remove obsolete 'f' double parameter typeJes Sorensen1-17/+1
2010-11-03Switch migrate_set_speed() to take an 'o' argument rather than a float.Jes Sorensen2-4/+5
2010-11-03Add support for 'o' octet (bytes) format as monitor parameter.Jes Sorensen1-0/+29
2010-11-03Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen3-20/+98
2010-11-02intel-hda: documentation updateGerd Hoffmann2-0/+3
2010-11-01Fix out of tree buildBlue Swirl1-1/+1
2010-11-01Merge remote branch 'spice/config.2' into stagingAnthony Liguori3-7/+309
2010-11-01Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori30-291/+2637
2010-11-01hda-audio: Zap tabsmalc1-2/+2
2010-11-01Add Intel HD Audio support to qemu.Gerd Hoffmann8-2/+2946
2010-11-01add VMSTATE_BOOLGerd Hoffmann2-0/+35
2010-11-01Remove trailing whitespacemalc1-1/+1
2010-10-31sparc32: convert debug printf statements to tracepointsBlue Swirl10-206/+213
2010-10-30Remove unncessary includesJes Sorensen1-8/+0
2010-10-30Consolidate oom_check() functionsJes Sorensen5-20/+11
2010-10-30Separate qemu_pidfile() into OS specific versionsJes Sorensen3-38/+45
2010-10-30Do not redefine reserved key-words TRUE/FALSEJes Sorensen1-10/+10
2010-10-30Move qemu_gettimeofday() to OS specific filesJes Sorensen10-47/+47
2010-10-30We only support eventfd under POSIX, move qemu_eventfd() to os-posix.cJes Sorensen2-34/+32
2010-10-30qemu_pipe() is used only by POSIX code, so move to oslib-posix.cJes Sorensen2-22/+22
2010-10-30Move osdep socket code to oslib-{posix,win32}.cJes Sorensen3-38/+36
2010-10-30Move QEMU OS dependant library functions to OS specific filesJes Sorensen5-89/+158
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil26-67/+54
2010-10-30exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil2-14/+5
2010-10-30tcg: Use fprintf_function (format checking)Stefan Weil2-6/+3
2010-10-30Add fprintf_function for function pointers to fprintf-like functionsStefan Weil1-0/+3
2010-10-30Mov muldiv64 to qemu-common.h (Thus unbreaking gus)malc3-25/+24
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin26-277/+2607
2010-10-27pcie: update satus on resetMichael S. Tsirkin1-1/+1
2010-10-27msi: minor cleanupsMichael S. Tsirkin1-4/+3
2010-10-27msi: simplify range checksMichael S. Tsirkin1-25/+20
2010-10-27pci: improve w1c mask handlingMichael S. Tsirkin1-2/+4
2010-10-27pcie: clean up hot plug notificationMichael S. Tsirkin4-71/+62
2010-10-27pcie: simplify range checkMichael S. Tsirkin1-49/+59
2010-10-27Introduce range.hBlue Swirl3-0/+3
2010-10-27qemu-options.def: add to generated header listMichael S. Tsirkin2-9/+5
2010-10-27net: properly handle illegal fd/vhostfd from command lineJason Wang1-5/+11