summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-01configure: Suppress messages from pkg_config probe for checkPeter Maydell1-1/+1
2011-11-01virtio: Add PCI memory BAR in addition to PIO BARDavid Gibson1-0/+2
2011-11-01usb-uhci: Use PCI DMA stub functionsDavid Gibson1-11/+11
2011-11-01usb-ehci: Use PCI DMA stub functionsDavid Gibson1-19/+25
2011-11-01PCI IDE: Use PCI DMA stub functionsDavid Gibson1-9/+10
2011-11-01intel-hda: Use PCI DMA stub functionsDavid Gibson1-7/+7
2011-11-01pcnet-pci: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-2/+4
2011-11-01lsi53c895a: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-17/+16
2011-11-01e1000: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-14/+15
2011-11-01es1370: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-2/+3
2011-11-01ac97: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-3/+4
2011-11-01eepro100: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-72/+49
2011-11-01rtl8139: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-52/+54
2011-11-01Add stub functions for PCI device models to do PCI DMADavid Gibson1-0/+67
2011-11-01Use dma_addr_t type for scatter/gather codeDavid Gibson2-8/+6
2011-11-01Define DMA address and direction typesDavid Gibson1-0/+9
2011-11-01ps2: migrate ledstateChristophe Fergeau1-2/+44
2011-11-01ui/vnc: Fix use of free() instead of g_free()Stefan Weil4-11/+11
2011-11-01checkpatch: remove rule on non-indented labelsPaolo Bonzini1-6/+0
2011-11-01savevm: qemu_fille_buffer() used to return one error for reads of size 0.Juan Quintela1-0/+2
2011-11-01kvm_init didn't set return value after create vm failedXu He Jie1-1/+2
2011-11-01spapr: fix buildAnthony Liguori1-2/+2
2011-11-01Revert "PPC: Fail configure when libfdt is not available"Blue Swirl1-10/+1
2011-11-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl19-333/+1399
2011-11-01Merge remote-tracking branch 'kraxel/usb.29' into stagingAnthony Liguori3-6/+9
2011-11-01Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori3-4/+41
2011-11-01Merge remote-tracking branch 'spice/spice.v46' into stagingAnthony Liguori3-20/+45
2011-11-01Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-5/+11
2011-11-01opencores_eth: fix RX path: FCS, padding and TLMax Filippov1-5/+24
2011-11-01migration: flush migration data to disk.Gerd Hoffmann1-1/+22
2011-11-01add test-coroutine to checksGerd Hoffmann1-1/+1
2011-11-01add "make check" targetGerd Hoffmann1-0/+6
2011-11-01move checks to separate variableGerd Hoffmann2-4/+5
2011-11-01Probe for libcheck by default.Gerd Hoffmann1-1/+1
2011-11-01ia64-dis.c: Undefine ABS to avoid clash with glibPeter Maydell1-0/+3
2011-11-01Fix segfault on migration completionLuiz Capitulino1-1/+1
2011-11-01Add qapi related generated files to .gitignoreDavid Gibson1-0/+4
2011-11-01qemu-barrier: Fix build failure on PowerPC Mac OS XEric Sunshine1-1/+1
2011-11-01fw_cfg: Use g_file_get_contents instead of multiple fread() callsPavel Borzenkov1-64/+38
2011-11-01Simplify cpu_exec_all to tcg_exec_allJan Kiszka2-10/+5
2011-11-01Make cpu_single_env thread-localPaolo Bonzini2-2/+4
2011-11-01darwin-user/main.c: Drop unused cpu_single_env definitionPaolo Bonzini1-2/+0
2011-11-01qemu-tls.h: Add abstraction layer for TLS variablesPeter Maydell1-0/+52
2011-11-01Error check find_ram_offsetAlex Williamson1-2/+9
2011-11-01usb-host: fix host closeGerd Hoffmann1-2/+4
2011-11-01usb: change VID/PID for usb-hub and usb-msd to prevent conflictRoy Tam2-4/+4
2011-11-01Support running QEMU on ValgrindStefan Weil1-3/+19
2011-11-01MAINTAINERS: Add PReP maintainerAndreas Färber1-3/+3
2011-11-01trace: Add wildcard trace event supportMark Wu3-4/+41
2011-11-01usb-hub: wakeup on attachGerd Hoffmann1-0/+1