aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-11integratorcp: Use cpu_arm_init() to obtain ARMCPUAndreas Färber
2012-06-11strongarm: Use cpu_arm_init() to store ARMCPU in StrongARMStateAndreas Färber
2012-06-11z2: Rename PXA2xxState variableAndreas Färber
2012-06-11tosa: Rename PXA2xxState variableAndreas Färber
2012-06-11spitz: Rename PXA2xxState variableAndreas Färber
2012-06-11mainstone: Rename PXA2xxState variableAndreas Färber
2012-06-11palm: Rename omap_mpu_state_s variableAndreas Färber
2012-06-11omap_sx1: Rename omap_mpu_state_s variableAndreas Färber
2012-06-11nseries: Rename n800_s::cpu to mpuAndreas Färber
2012-06-10Revert "build: compile oslib-obj-y once"Blue Swirl
2012-06-10target-xtensa: switch to AREG0-free modeMax Filippov
2012-06-10target-xtensa: add attributes to helper functionsMax Filippov
2012-06-10target-xtensa: remove unnecessary include of dyngen-exec.hPeter Portante
2012-06-09target-xtensa: fix CCOUNT for conditional branchesMax Filippov
2012-06-09exec: fix TB invalidation after breakpoint insertion/deletionMax Filippov
2012-06-09target-xtensa: add MMU pagewalking testsMax Filippov
2012-06-09target-xtensa: control page table lookup explicitlyMax Filippov
2012-06-09target-xtensa: update autorefill TLB entries conditionallyMax Filippov
2012-06-09target-xtensa: extract TLB entry setting methodMax Filippov
2012-06-09target-xtensa: update EXCVADDR in case of page table lookupMax Filippov
2012-06-09target-xtensa: flush TLB page for new MMU mappingMax Filippov
2012-06-09w32: Fix broken build (missing include file)Stefan Weil
2012-06-09do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev
2012-06-09target-ppc: Unbreak kvm_ppc.c buildAndreas Färber
2012-06-09dump: Fix build breakage (missing sys/procfs.h)Stefan Weil
2012-06-08target-i386: Use uint32 visitor for [x]level propertiesAndreas Färber
2012-06-08qdev: Remove PropertyInfo range checkingPaolo Bonzini
2012-06-08qdev: Switch property accessors to fixed-width visitor interfacesMichael Roth
2012-06-08qdev: Use int32_t container for devfn propertyMichael Roth
2012-06-08qapi: Add String visitor coverage to serialization unit testsMichael Roth
2012-06-08qapi: String visitor, use %f representation for floatsMichael Roth
2012-06-08qapi: Unit tests for visitor-based serializationMichael Roth
2012-06-08qapi: Add Visitor interfaces for uint*_t and int*_tMichael Roth
2012-06-08configure: report missing libraries for virtfsHarsh Prateek Bora
2012-06-08trace/simple.c: fix deprecated glib2 interfaceHarsh Prateek Bora
2012-06-08Clarify comments of tb_invalidate_phys_[page_]rangeJan Kiszka
2012-06-07Merge remote-tracking branch 'bonzini/nested-makefiles-3' into stagingAnthony Liguori
2012-06-07target-microblaze: fix swx build breakagePeter A. G. Crosthwaite
2012-06-07ehci: rework frame skippingGerd Hoffmann
2012-06-07ehci: adaptive wakeup rate.Gerd Hoffmann
2012-06-07ehci: create ehci_update_frindexGerd Hoffmann
2012-06-07ehci: remove unused attach_poll_counterGerd Hoffmann
2012-06-07ehci: fix halt status handlingGerd Hoffmann
2012-06-07ehci: update status bits in ehci_set_stateGerd Hoffmann
2012-06-07ehci: add ehci_*_enabled() helpersGerd Hoffmann
2012-06-07ehci: fix resetGerd Hoffmann
2012-06-07ehci: kick async schedule on wakeupGerd Hoffmann
2012-06-07ehci: schedule async bh on async packet completionGerd Hoffmann
2012-06-07ehci: move async schedule to bottom halfGerd Hoffmann
2012-06-07ehci: add async field to EHCIQueueGerd Hoffmann