aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-22libcacard: fix soft=... parsing in vcard_emul_optionsChristophe Fergeau1-17/+28
2011-07-22libcacard: s/strip(args++)/strip(args+1)Christophe Fergeau1-2/+2
2011-07-22libcacard: don't leak vcard_emul_alloc_arrays memChristophe Fergeau1-1/+10
2011-07-22libcacard/vcard_emul_nss: support cards lying about CKM_RSA_X_509 supportRobert Relyea1-6/+127
2011-07-21SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito2-3/+30
2011-07-21SPARC64: implement MMU miss traps on nonfaulting loadsTsuneo Saito1-16/+20
2011-07-21SPARC64: fix fault status overwritten on nonfaulting loadTsuneo Saito1-6/+2
2011-07-21SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito2-1/+16
2011-07-21SPARC64: introduce a convenience function for getting physical addressesTsuneo Saito1-6/+14
2011-07-21SPARC64: SFSR cleanup and fixTsuneo Saito2-12/+62
2011-07-21SPARC64: TTE bits cleanupTsuneo Saito2-16/+26
2011-07-20Update OpenBIOS images for Sparc32 and Sparc64Blue Swirl3-4/+3
2011-07-20Fix unassigned memory access handlingBlue Swirl10-35/+48
2011-07-20Avoid CPU endian memory accesses in devicesBlue Swirl4-10/+22
2011-07-20SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.Tsuneo Saito1-1/+2
2011-07-20checkpatch: Fix bracing false positives on #ifBlue Swirl1-0/+1
2011-07-20tcg/mips: Fix regression caused by typo (copy + paste bug)Stefan Weil1-1/+1
2011-07-20ds1225y: convert to qdev device, and use it in MIPS Jazz emulationHervé Poussineau3-31/+82
2011-07-20ds1225y: use trace frameworkHervé Poussineau2-11/+9
2011-07-20ds1225y: Remove protection stuff, which doesn't belong to this deviceHervé Poussineau2-42/+1
2011-07-20SPARC64: add missing break on fmovdccTsuneo Saito1-0/+1
2011-07-20SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito3-28/+31
2011-07-20Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl8-493/+753
2011-07-19Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori17-137/+221
2011-07-19Merge remote-tracking branch 'kraxel/usb.19' into stagingAnthony Liguori13-235/+523
2011-07-19Merge remote-tracking branch 'spice/spice.v38' into stagingAnthony Liguori4-18/+46
2011-07-19Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori5-9/+21
2011-07-19Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori22-97/+549
2011-07-18virtio-console: Prevent abort()s in case of host chardev closeAmit Shah1-1/+15
2011-07-18virtio-serial-bus: Fix trailing \n in error_report stringAmit Shah1-1/+1
2011-07-18virtio-console: Add some trace eventsAmit Shah2-1/+13
2011-07-18virtio-serial-bus: Add trace eventsAmit Shah2-0/+13
2011-07-17virtio: fix indirect descriptor buffer overflowMichael S. Tsirkin1-0/+8
2011-07-17xen: move to new pci initializersMichael S. Tsirkin1-8/+7
2011-07-17hw/piix_pci.c: Fix PIIX3-xen to initialize idsAnthony PERARD1-0/+3
2011-07-17pci_ids: tweak names to match linux/pci_ids.hMichael S. Tsirkin2-5/+6
2011-07-17vhost: fix double free on device stopMichael S. Tsirkin1-0/+1
2011-07-17xen_console: fall back to qemu serial deviceAlexander Graf1-4/+7
2011-07-17xen_console: support the new extended xenstore protocolStefano Stabellini5-6/+87
2011-07-17checkpatch: don't error out on },{ linesAlexander Graf1-1/+3
2011-07-17xen_disk: treat "aio" as "raw"Stefano Stabellini1-0/+3
2011-07-17qemu_ram_ptr_length: take ram_addr_t as argumentsStefano Stabellini2-8/+15
2011-07-17xen_disk: cope with missing xenstore "params" nodeStefano Stabellini1-7/+27
2011-07-17xen: add vkbd support for PV on HVM guestsStefano Stabellini2-7/+13
2011-07-17xen_console: fix memory leakStefano Stabellini1-2/+6
2011-07-17xen: enable console and disk backend in HVM modeStefano Stabellini1-0/+8
2011-07-17xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XENJan Kiszka4-58/+9
2011-07-17xen: Clean up map cache API namingJan Kiszka6-44/+50
2011-07-17xen: Clean up build systemJan Kiszka3-13/+6
2011-07-16Fix signal handling of SIG_IPI when io-thread is enabledAlexandre Raymond1-1/+9