aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-16kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculationMarcelo Tosatti1-0/+4
2014-09-16Introduce cpu_clean_all_dirtyMarcelo Tosatti4-0/+23
2014-09-16pit: fix pit interrupt can't inject into vm after migrationChenLiang1-2/+1
2014-09-15Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2-2/+6
2014-09-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell53-279/+704
2014-09-15Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140915-1' in...Peter Maydell2-2/+3
2014-09-15configure: check for pixman-1 versionHu Tao1-2/+3
2014-09-15pixman: update internal copy to pixman-0.32.6Hu Tao1-0/+0
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell97-220/+757
2014-09-12exec: file_ram_alloc(): print error when prealloc failsLuiz Capitulino1-0/+1
2014-09-12monitor: fix debug print compiling errorGonglei1-2/+5
2014-09-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140912'...Peter Maydell24-154/+840
2014-09-12qcow2: Add falloc and full preallocation optionHu Tao4-43/+90
2014-09-12raw-posix: Add falloc and full preallocation optionHu Tao3-19/+91
2014-09-12qapi: introduce PreallocMode and new PreallocModes full and falloc.Hu Tao3-11/+36
2014-09-12block: don't convert file size to sector sizeHu Tao5-23/+22
2014-09-12block: round up file size to nearest sectorHu Tao21-23/+127
2014-09-12hw/arm/boot: enable DTB support when booting ELF imagesArd Biesheuvel1-2/+20
2014-09-12hw/arm/boot: load device tree to base of DRAM if no -kernel option was passedArd Biesheuvel1-0/+10
2014-09-12hw/arm/boot: pass an address limit to and return size from load_dtb()Ard Biesheuvel1-3/+31
2014-09-12hw/arm/boot: load DTB as a ROM imageArd Biesheuvel1-1/+4
2014-09-12hw/arm/virt: fix pl011 and pl031 irq flagsPeter Maydell1-2/+2
2014-09-12target-arm: Make *IS TLB maintenance ops affect all CPUsPeter Maydell1-12/+89
2014-09-12target-arm: Push legacy wildcard TLB ops back into v6Peter Maydell1-47/+55
2014-09-12target-arm: Implement minimal DBGVCR, OSDLR_EL1, MDCCSR_EL0Peter Maydell1-0/+19
2014-09-12target-arm: Remove comment about MDSCR_EL1 being dummy implementationPeter Maydell1-3/+1
2014-09-12target-arm: Set DBGDSCR.MOE for debug exceptions taken to AArch32Peter Maydell1-0/+26
2014-09-12target-arm: Implement handling of fired watchpointsPeter Maydell4-1/+204
2014-09-12target-arm: Move extended_addresses_enabled() to internals.hPeter Maydell2-11/+11
2014-09-12target-arm: Implement setting of watchpointsPeter Maydell5-3/+149
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell13-28/+27
2014-09-12exec.c: Record watchpoint fault address and directionPeter Maydell2-2/+11
2014-09-12exec.c: Provide full set of dummy wp remove functions in user-modePeter Maydell1-0/+10
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell3-16/+33
2014-09-12hw/arm/virt: Provide flash devices for boot ROMsPeter Maydell1-0/+70
2014-09-12target-arm: Fix broken indentation in arm_cpu_reest()Martin Galvan1-1/+1
2014-09-12target-arm: Fix resetting issues on ARMv7-M CPUsMartin Galvan1-10/+22
2014-09-12pl061: implement input interrupt logicColin Leitner1-14/+45
2014-09-12cpu-exec.c: Allow disabling of IRQs on ARM Cortex-M CPUsDavid Hoover1-2/+2
2014-09-12hw/arm/virt: add linux, stdout-path to /chosen DT nodeArd Biesheuvel1-0/+2
2014-09-12libqos virtio: Increase ISR timeoutMarc MarĂ­1-2/+2
2014-09-12iotests: Send the correct fd in socket_scm_helperStratos Psomadakis1-1/+1
2014-09-11blockdev: Refuse to drive_del something added with blockdev-addMarkus Armbruster1-1/+9
2014-09-11block: extend BLOCK_IO_ERROR with reason stringLuiz Capitulino2-2/+8
2014-09-11dataplane: fix virtio_blk_data_plane_create() op blocker error pathStefan Hajnoczi1-2/+2
2014-09-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' in...Peter Maydell11-174/+250
2014-09-11gdbstub: init mon_chr through qemu_chr_allocPavel Dovgalyuk1-1/+1
2014-09-11pckbd: adding new fields to vmstatePavel Dovgalyuk1-0/+51
2014-09-11mc146818rtc: add missed field to vmstatePavel Dovgalyuk1-0/+24
2014-09-11piix: do not set irq while loading vmstatePavel Dovgalyuk1-2/+28