aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-04qemu-io: Fix multiwrite_f error handlingKevin Wolf
2011-11-04qemu-io: Handle create_iovec errorsKevin Wolf
2011-11-02Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl
2011-11-02Merge branch 'tci' of git://qemu.weilnetz.de/qemuBlue Swirl
2011-11-02Merge remote-tracking branch 'aneesh/for-upstream-8' into stagingAnthony Liguori
2011-11-02Merge remote-tracking branch 'qemu-kvm-tmp/memory/int128' into stagingAnthony Liguori
2011-11-02Fix X86 CPU topology in KVM modeBharata B Rao
2011-11-02intel-hda: fix stream searchGerd Hoffmann
2011-11-02virtio-blk: pass full status to the guestPaolo Bonzini
2011-11-02hw/9pfs: use g_vasprintf() instead of rolling our ownStefan Hajnoczi
2011-11-02xtensa_lx60: fix build date code and change memory region namesMax Filippov
2011-11-02xtensa_lx60: pass kernel arguments from -appendMax Filippov
2011-11-02xtensa_lx60: add FLASH supportMax Filippov
2011-11-02target-xtensa: raise an exception for invalid and reserved opcodesMax Filippov
2011-11-02target-xtensa: handle cache options in the overlay toolMax Filippov
2011-11-02target-xtensa: mask out undefined bits of WINDOWSTART SRMax Filippov
2011-11-01Bump version to 1.0-rc0v1.0-rc0Anthony Liguori
2011-11-01Revert "virtio: Add PCI memory BAR in addition to PIO BAR"Anthony Liguori
2011-11-01Merge remote-tracking branch 'afaerber/cocoa-for-upstream' into stagingAnthony Liguori
2011-11-02Merge branch 'master' of git://git.qemu.org/qemumalc
2011-11-02Merge branch 'master' of git://git.qemu.org/qemumalc
2011-11-02tcg: Fix whitespace in tcg-op.h.Richard Henderson
2011-11-02tcg: Fix regression in tcg_gen_deposit_i64.Richard Henderson
2011-11-01pcnet: Add link state supportJan Kiszka
2011-11-01pcnet-pci: Fix PIO word access to PROMJan Kiszka
2011-11-01pcnet: Move BCR defines to headerJan Kiszka
2011-11-01Sort the help info shown in monitor at runtimeWayne Xia
2011-11-01event_notifier: move to top-level directoryAvi Kivity
2011-11-01Move filedescriptor parsing code from net.c into qemu_parse_fd()Stefan Berger
2011-11-01configure: Suppress messages from pkg_config probe for checkPeter Maydell
2011-11-01virtio: Add PCI memory BAR in addition to PIO BARDavid Gibson
2011-11-01usb-uhci: Use PCI DMA stub functionsDavid Gibson
2011-11-01usb-ehci: Use PCI DMA stub functionsDavid Gibson
2011-11-01PCI IDE: Use PCI DMA stub functionsDavid Gibson
2011-11-01intel-hda: Use PCI DMA stub functionsDavid Gibson
2011-11-01pcnet-pci: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-11-01lsi53c895a: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-11-01e1000: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-11-01es1370: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-11-01ac97: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-11-01eepro100: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-11-01rtl8139: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-11-01Add stub functions for PCI device models to do PCI DMADavid Gibson
2011-11-01Use dma_addr_t type for scatter/gather codeDavid Gibson
2011-11-01Define DMA address and direction typesDavid Gibson
2011-11-01ps2: migrate ledstateChristophe Fergeau
2011-11-01ui/vnc: Fix use of free() instead of g_free()Stefan Weil
2011-11-01checkpatch: remove rule on non-indented labelsPaolo Bonzini
2011-11-01savevm: qemu_fille_buffer() used to return one error for reads of size 0.Juan Quintela
2011-11-01kvm_init didn't set return value after create vm failedXu He Jie