summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-22xen-all.c: fix multiply issue for int and uint typesDongxiao Xu1-8/+16
2012-08-22Fix invalidate if memory requested was not bucket alignedFrediano Ziglio1-4/+5
2012-08-19Update OpenBIOS imagesBlue Swirl4-1/+1
2012-08-18pc: Fix RTC CMOS info on RAM for ram_size < 1MiBMarkus Armbruster1-13/+18
2012-08-18vl: Round argument of -m up to multiple of 8KiBMarkus Armbruster1-3/+4
2012-08-18scsi: fix warningGerd Hoffmann1-0/+2
2012-08-18Avoid asprintf() which is not available on mingwGerd Hoffmann1-6/+2
2012-08-16Update version to 1.2.0-rc0v1.2.0-rc0Anthony Liguori1-1/+1
2012-08-16qemu-char: (Re-)connect for tcp_chr_write() unconnected writingLei Li1-2/+5
2012-08-16Allow QEMUMachine to override reset sequencingDavid Gibson3-1/+14
2012-08-16pseries: Instantiate USB interface when requiredDavid Gibson1-0/+10
2012-08-16osdep: Fix compilation failure on BSD systemsPeter Maydell1-1/+7
2012-08-16Command line support for seccomp with -sandbox (v8)Eduardo Otubo4-8/+55
2012-08-16Adding seccomp calls to vl.c (v8)Eduardo Otubo1-0/+13
2012-08-16Adding qemu-seccomp.[ch] (v8)Eduardo Otubo2-0/+163
2012-08-16Adding support for libseccomp in configure and Makefile (v8)Eduardo Otubo2-0/+32
2012-08-16dma: Fix stupid typo/thinkoBenjamin Herrenschmidt1-2/+2
2012-08-16memory: add -machine dump-guest-core=on|offJason Baron4-1/+36
2012-08-16Support using a different compiler for Objective-C filesPeter Maydell2-1/+13
2012-08-16configure: Define OS_OBJECT_USE_OBJC=0 for MacOSX buildsPeter Maydell1-0/+3
2012-08-16configure: Don't override user's --cpu on MacOS and SolarisPeter Maydell1-25/+35
2012-08-16check-qjson: add test for large JSON objectsMichael Roth1-0/+53
2012-08-16json-parser: don't replicate tokens at each level of recursionMichael Roth1-88/+142
2012-08-16qlist: add qlist_size()Michael Roth2-0/+14
2012-08-16audio: Make pcspk card selectable againJan Kiszka1-0/+5
2012-08-15Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori5-27/+55
2012-08-15Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori34-209/+717
2012-08-15win32: provide separate macros for weak decls and definitionsAnthony Liguori5-5/+21
2012-08-15Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori10-13/+20
2012-08-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori22-96/+776
2012-08-15openpic: Added BRR1 registerBharat Bhushan1-0/+17
2012-08-15pseries: Update SLOF firmware imageDavid Gibson3-1/+1
2012-08-15pseries dma: DMA window params added to PHB and DT population changedAlexey Kardashevskiy5-28/+51
2012-08-15pseries: Add PCI MSI/MSI-X supportAlexey Kardashevskiy4-4/+268
2012-08-15pseries: Add trace event for PCI irqsAlexey Kardashevskiy2-0/+5
2012-08-15pseries: Export find_phb() utility function for PCI codeAlexey Kardashevskiy1-10/+21
2012-08-15pseries: added allocator for a block of IRQsAlexey Kardashevskiy2-0/+27
2012-08-15pseries: Separate PCI RTAS setup from common from emulation specific PCI setupAlexey Kardashevskiy3-5/+12
2012-08-15pseries: Rework irq assignment to avoid carrying qemu_irqs aroundAlexey Kardashevskiy10-42/+50
2012-08-15pseries: Remove extraneous printsDavid Gibson1-18/+0
2012-08-15pseries: Update SLOFBenjamin Herrenschmidt3-1/+1
2012-08-15PPC: spapr: Remove global variableAlexander Graf2-3/+3
2012-08-15PPC: spapr: Rework VGA select logicAlexander Graf1-4/+9
2012-08-15xbzrle: fix compilation on ppc32Alexander Graf1-1/+1
2012-08-15spapr: Add support for -vga optionzhlcindy@gmail.com1-1/+25
2012-08-15Add one new file vga-pci.h and cleanup on all platformszhlcindy@gmail.com11-8/+21
2012-08-15Revert "PPC: e500: Use new MPIC dt format"Alexander Graf1-17/+14
2012-08-15ppc: Fix bug in handling of PAPR hypercall exitsDavid Gibson1-1/+1
2012-08-15PPC: e500: add generic e500 platformScott Wood2-1/+61
2012-08-15PPC: e500: split mpc8544ds machine from generic e500 codeScott Wood4-51/+114