summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-11serial: fixing vmstate for save/restorePavel Dovgalyuk1-30/+195
2014-09-11parallel: adding vmstate for save/restorePavel Dovgalyuk1-0/+18
2014-09-11fdc: adding vmstate for save/restorePavel Dovgalyuk1-0/+74
2014-09-11cpu: init vmstate for ticks and clock offsetPavel Dovgalyuk3-2/+9
2014-09-11apic_common: vapic_paddr synchronization fixPavel Dovgalyuk1-11/+26
2014-09-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140910-1' into s...Peter Maydell2-1/+10
2014-09-10vl: use QLIST_FOREACH_SAFE to visit change state handlersPaolo Bonzini1-2/+2
2014-09-10qemu-iotests: Run 025 for Archipelago block driverChrysostomos Nanakos1-1/+1
2014-09-10block/archipelago: Implement bdrv_truncate()Chrysostomos Nanakos1-2/+61
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet13-79/+108
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet11-50/+56
2014-09-10block: Extract the block accounting codeBenoît Canet8-49/+120
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet4-18/+24
2014-09-10IDE: MMIO IDE device control should be little endianValentin Manea1-2/+2
2014-09-10thread-pool: Drop unnecessary includesMarkus Armbruster2-6/+1