summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-15PPC: e500: change internal references away from mpc8544dsScott Wood1-13/+14
2012-08-15PPC: e500: rename mpc8544ds into generic fileScott Wood2-9/+11
2012-08-15pseries pci: spapr_populate_pci_devices renamed to spapr_populate_pci_dtAlexey Kardashevskiy3-7/+7
2012-08-15pseries pci: removed redundant busdevAlexey Kardashevskiy2-3/+2
2012-08-14Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori25-1792/+1978
2012-08-14Merge branch 'linux-user.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl8-92/+206
2012-08-14linux-user: ARM: Ignore immediate value for svc in thumb modeAlexander Graf1-2/+1
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge3-44/+56
2012-08-14linux-user: Factor out guest space probing into a functionMeador Inge2-33/+90
2012-08-14flatload: fix bss clearingMike Frysinger1-1/+1
2012-08-14linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_typeJing Huang1-4/+16
2012-08-14linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket optionJing Huang1-0/+20
2012-08-14linux-user: pass sockaddr from host to targetJing Huang1-3/+13
2012-08-14x86: switch to AREG0 free modeBlue Swirl11-200/+151
2012-08-14x86: avoid AREG0 in segmentation helpersBlue Swirl4-160/+150
2012-08-14x86: avoid AREG0 for misc helpersBlue Swirl4-83/+84
2012-08-14x86: use wrappers for memory access helpersBlue Swirl3-103/+126
2012-08-14x86: avoid AREG0 for SMM helpersBlue Swirl4-13/+6
2012-08-14x86: avoid AREG0 for SVM helpersBlue Swirl4-115/+110
2012-08-14x86: avoid AREG0 for integer helpersBlue Swirl5-71/+88
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl10-169/+179
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl8-876/+968
2012-08-14Merge remote-tracking branch 'kraxel/seabios-5a02306' into stagingAnthony Liguori2-0/+0
2012-08-14MAINTAINERS: Update email address for Stefan HajnocziStefan Hajnoczi1-2/+2
2012-08-13Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori35-1119/+689
2012-08-13Merge remote-tracking branch 'quintela/migration-next-20120808' into stagingAnthony Liguori16-13/+1451
2012-08-13Merge remote-tracking branch 'pmaydell/arm-devs.next' into stagingAnthony Liguori8-57/+104
2012-08-13target-ppc: add implementation of query-cpu-definitions (v2)Anthony Liguori1-0/+26
2012-08-13target-i386: add implementation of query-cpu-definitions (v2)Anthony Liguori1-0/+22
2012-08-13qapi: add query-cpu-definitions command (v2)Anthony Liguori3-0/+35
2012-08-13compiler: add macro for GCC weak symbolsAnthony Liguori1-0/+1
2012-08-13qapi: add query-machines commandAnthony Liguori3-0/+65
2012-08-13qapi: mark QOM commands stableAnthony Liguori1-15/+4
2012-08-13qmp: introduce device-list-properties commandAnthony Liguori3-0/+85
2012-08-13qmp: add SUSPEND_DISK eventLuiz Capitulino4-0/+18
2012-08-13qmp: qmp-events.txt: add missing doc for the SUSPEND eventLuiz Capitulino1-0/+12
2012-08-13qmp: qmp-events.txt: put events in alphabetical orderLuiz Capitulino1-136/+130
2012-08-13qmp: emit the WAKEUP event when the guest is put to runLuiz Capitulino2-1/+14
2012-08-13qmp: don't emit the RESET event on wakeup from S3Luiz Capitulino1-1/+15
2012-08-13scripts: qapi-commands.py: qmp-commands.h: include qdict.hLuiz Capitulino1-0/+1
2012-08-13docs: writing-qmp-commands.txt: update error sectionLuiz Capitulino1-20/+27