summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-01ccid: add docsusb_ccid.v25.cleanAlon Levy1-0/+135
2011-04-01ccid: add ccid-card-emulated deviceAlon Levy2-0/+596
2011-04-01libcacard: add docsRobert Relyea1-0/+483
2011-04-01libcacard: add vscclientRobert Relyea2-1/+658
2011-04-01libcacard: initial commitRobert Relyea24-2/+4076
2011-04-01ccid: add passthru card deviceAlon Levy2-1/+341
2011-04-01introduce libcacard/vscard_common.hAlon Levy1-0/+178
2011-04-01usb-ccid: add CCID busAlon Levy4-0/+1490
2011-04-01qemu-thread.h: include inttypes.hAlon Levy1-0/+2
2011-04-01trace: move trace objects from Makefile to Makefile.objsAlon Levy2-32/+32
2011-03-31lm32: use lookup table for opcodesMichael Walle2-140/+18
2011-03-31lm32: rename raise opcode to scallMichael Walle2-3/+3
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini4-10/+69
2011-03-29extract I/O handler lists to iohandler.cPaolo Bonzini4-102/+138
2011-03-28vhost: fix dirty page handlingMichael S. Tsirkin1-1/+3
2011-03-28virtio-serial: don't crash on invalid inputMichael S. Tsirkin1-0/+3
2011-03-28e1000: check buffer availabilityMichael S. Tsirkin1-8/+8
2011-03-28virtio-pci: fix bus master work around on loadMichael S. Tsirkin2-7/+7
2011-03-28pci: use uint8_t for devfn_minIsaku Yamahata3-7/+7
2011-03-28pci: use PCI_DEVFN in pci_get_bus_devfn()Isaku Yamahata1-1/+1
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata5-8/+8
2011-03-28pci: replace the magic, 256, for the maximum of devfnIsaku Yamahata2-1/+2
2011-03-26report that QEMU process was killed by a signalGleb Natapov3-4/+25
2011-03-26rtl8139: add vlan tag insertionBenjamin Poirier1-15/+60
2011-03-26rtl8139: add vlan tag extractionBenjamin Poirier1-14/+52
2011-03-26rtl8139: cleanup FCS calculationBenjamin Poirier1-17/+3
2011-03-25severe memory leak caused by broken palette_destroy() functionUlrich Obergfell1-3/+1
2011-03-25vl.c: Fix compilation failure if CONFIG_SDL isn't definedPeter Maydell1-6/+7
2011-03-24Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori8-27/+52
2011-03-24tcg/arm: Support host code being compiled for ThumbPeter Maydell1-9/+26
2011-03-22Revert "x86: Save/restore PAT MSR"Anthony Liguori1-2/+0
2011-03-22vnc: fix build error from VNC_DIRTY_WORDSAnthony Liguori1-1/+1
2011-03-22fix vnc regressionWen Congyang1-2/+6
2011-03-22qmp-commands.hx: Clean up mess of client_migrate_infoJes Sorensen1-34/+34
2011-03-22Make VNC support optionalJes Sorensen7-43/+104
2011-03-22error message if user specifies curses on cmd line when curses is disabledJes Sorensen2-4/+5
2011-03-22error message if user specifies SDL cmd line option when SDL is disabledJes Sorensen2-10/+8
2011-03-22Add support for -display vncJes Sorensen2-1/+18
2011-03-22Introduce -display noneJes Sorensen3-1/+10
2011-03-22Introduce -display argumentJes Sorensen2-0/+97
2011-03-22Consolidate DisplaySurface allocation in qemu_alloc_display()Jes Sorensen3-34/+34
2011-03-22target-arm: use make_float32() to make constant floats for VRSQRTSPeter Maydell1-6/+5
2011-03-22target-arm: Fix VRECPS edge cases handlingPeter Maydell1-3/+8
2011-03-22target-arm: Fix TCG temporary leaks for scalar VMULLPeter Maydell1-0/+2
2011-03-22target-arm: Set Q bit for overflow in SMUAD and SMLADPeter Maydell1-4/+12
2011-03-22target-arm: Fix GE bits for v6media signed modulo arithmeticPeter Maydell1-2/+2
2011-03-22target-arm: Fix UNDEF cases in Thumb load/storePeter Maydell1-11/+18
2011-03-22linux-user: Fix unlock_user() call in return from poll()Peter Maydell1-3/+1
2011-03-22vmmouse: Register vmstate via qdevJan Kiszka1-1/+1
2011-03-22vmmouse: Fix initializationJan Kiszka1-0/+1