aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-22target-ppc: Disentangle hash mmu helper functionsDavid Gibson4-16/+193
2013-03-22target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()David Gibson5-21/+48
2013-03-22target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_faultDavid Gibson5-41/+231
2013-03-22target-ppc: Disentangle get_physical_address() pathsDavid Gibson6-46/+58
2013-03-22target-ppc: Rework get_physical_address()David Gibson1-46/+52
2013-03-22target-ppc: Disentangle get_segment()David Gibson5-111/+280
2013-03-22target-ppc: Disentangle find_pte()David Gibson6-122/+164
2013-03-22target-ppc: Disentangle pte_check()David Gibson7-56/+179
2013-03-22target-ppc: Move SLB handling into a mmu-hash64.cDavid Gibson5-199/+232
2013-03-22target-ppc: Remove address check for loggingDavid Gibson1-6/+4
2013-03-22target-ppc: Trivial cleanups in mmu_helper.cDavid Gibson2-11/+3
2013-03-22target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson9-339/+8
2013-03-22PPC/GDB: handle read and write of fpscrFabien Chouteau4-2/+10
2013-03-22pseries: Move XICS initialization before cpu initializationDavid Gibson3-38/+34
2013-03-22target-ppc: Remove CONFIG_PSERIES dependency in kvm.cDavid Gibson1-1/+1
2013-03-22pseries: Remove "busname" property for PCI host bridgeDavid Gibson3-12/+24
2013-03-22pseries: Fix breakage in CPU QOM conversionDavid Gibson1-1/+1
2013-03-19microblaze: Ignore non-cpu accesses to unmapped areasEdgar E. Iglesias1-1/+1
2013-03-19Merge remote-tracking branch 'kraxel/ipxe.2' into stagingAnthony Liguori14-7/+73
2013-03-19add a boot option to do strict bootAmos Kong2-3/+30
2013-03-19ui/cocoa.m: Fix compile failures introduced by recent console changesPeter Maydell1-3/+6
2013-03-19Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori8-8/+92
2013-03-19char: Fix return type of qemu_chr_fe_add_watch()Kevin Wolf2-4/+4
2013-03-19fix monitorGerd Hoffmann1-2/+21
2013-03-19virtio-blk: Do not segfault fault if failed to initialize dataplaneDunrong Huang1-1/+1
2013-03-19qemu-iotests: add 052 BDRV_O_SNAPSHOT testStefan Hajnoczi3-0/+75
2013-03-19block: fix BDRV_O_SNAPSHOT protocol detectionStefan Hajnoczi1-5/+1
2013-03-19qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf2-2/+13
2013-03-19sheepdog: show error message for halt statusLiu Yuan1-0/+2
2013-03-18virtio-blk: cleanup: remove qdev field.KONRAD Frederic2-3/+1
2013-03-18virtio-blk: cleanup: QOM castKONRAD Frederic2-20/+15
2013-03-18virtio-blk: cleanup: init and exit functions.KONRAD Frederic2-66/+21
2013-03-18virtio-blk-ccw switch to new API.KONRAD Frederic2-16/+31
2013-03-18virtio-blk-s390: switch to the new API.KONRAD Frederic2-12/+31
2013-03-18virtio-blk-pci: switch to new API.KONRAD Frederic2-65/+71
2013-03-18virtio-blk: add the virtio-blk device.KONRAD Frederic3-12/+115
2013-03-18virtio-blk: don't use pointer for configuration.KONRAD Frederic2-5/+5
2013-03-18virtio-pci: fix hot unplug.KONRAD Frederic1-12/+1
2013-03-18virtio-x-bus: fix allow_hotplug assertion.KONRAD Frederic3-3/+3
2013-03-18virtio: make virtio device's structures public.KONRAD Frederic12-160/+159
2013-03-18Merge remote-tracking branch 'kraxel/pixman.v8' into stagingAnthony Liguori62-1198/+3506
2013-03-18console: remove ds_get_* helper functionsGerd Hoffmann2-123/+79
2013-03-18console: zap color_tableGerd Hoffmann1-77/+6
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann31-435/+525
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann9-56/+23
2013-03-18cocoa: stop using DisplayStateGerd Hoffmann1-25/+10
2013-03-18spice: stop using DisplayStateGerd Hoffmann4-18/+20
2013-03-18sdl: stop using DisplayStateGerd Hoffmann1-41/+51
2013-03-18vnc: stop using DisplayStateGerd Hoffmann4-40/+48
2013-03-18gtk: stop using DisplayStateGerd Hoffmann1-60/+80