summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-11mainstone: Rename PXA2xxState variableAndreas Färber1-8/+8
2012-06-11palm: Rename omap_mpu_state_s variableAndreas Färber1-6/+6
2012-06-11omap_sx1: Rename omap_mpu_state_s variableAndreas Färber1-3/+3
2012-06-11nseries: Rename n800_s::cpu to mpuAndreas Färber1-36/+36
2012-06-10Revert "build: compile oslib-obj-y once"Blue Swirl2-3/+2
2012-06-10target-xtensa: switch to AREG0-free modeMax Filippov5-155/+152
2012-06-10target-xtensa: add attributes to helper functionsMax Filippov1-8/+8
2012-06-10target-xtensa: remove unnecessary include of dyngen-exec.hPeter Portante1-1/+0
2012-06-09target-xtensa: fix CCOUNT for conditional branchesMax Filippov1-0/+2
2012-06-09exec: fix TB invalidation after breakpoint insertion/deletionMax Filippov1-1/+2
2012-06-09target-xtensa: add MMU pagewalking testsMax Filippov1-14/+207
2012-06-09target-xtensa: control page table lookup explicitlyMax Filippov1-5/+5
2012-06-09target-xtensa: update autorefill TLB entries conditionallyMax Filippov3-27/+35
2012-06-09target-xtensa: extract TLB entry setting methodMax Filippov2-4/+14
2012-06-09target-xtensa: update EXCVADDR in case of page table lookupMax Filippov1-0/+1
2012-06-09target-xtensa: flush TLB page for new MMU mappingMax Filippov1-0/+1
2012-06-09w32: Fix broken build (missing include file)Stefan Weil1-4/+0
2012-06-09do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev3-19/+7
2012-06-09target-ppc: Unbreak kvm_ppc.c buildAndreas Färber2-2/+1
2012-06-09dump: Fix build breakage (missing sys/procfs.h)Stefan Weil1-14/+1
2012-06-08target-i386: Use uint32 visitor for [x]level propertiesAndreas Färber1-38/+4
2012-06-08qdev: Remove PropertyInfo range checkingPaolo Bonzini2-82/+26
2012-06-08qdev: Switch property accessors to fixed-width visitor interfacesMichael Roth2-63/+91
2012-06-08qdev: Use int32_t container for devfn propertyMichael Roth4-10/+7
2012-06-08qapi: Add String visitor coverage to serialization unit testsMichael Roth1-0/+40
2012-06-08qapi: String visitor, use %f representation for floatsMichael Roth2-2/+2
2012-06-08qapi: Unit tests for visitor-based serializationMichael Roth2-1/+747
2012-06-08qapi: Add Visitor interfaces for uint*_t and int*_tMichael Roth3-7/+155
2012-06-08configure: report missing libraries for virtfsHarsh Prateek Bora1-1/+2
2012-06-08trace/simple.c: fix deprecated glib2 interfaceHarsh Prateek Bora1-1/+4
2012-06-08Clarify comments of tb_invalidate_phys_[page_]rangeJan Kiszka1-10/+12
2012-06-07Merge remote-tracking branch 'bonzini/nested-makefiles-3' into stagingAnthony Liguori66-741/+842
2012-06-07target-microblaze: fix swx build breakagePeter A. G. Crosthwaite1-5/+6
2012-06-07ehci: rework frame skippingGerd Hoffmann1-15/+10
2012-06-07ehci: adaptive wakeup rate.Gerd Hoffmann1-18/+39
2012-06-07ehci: create ehci_update_frindexGerd Hoffmann1-12/+23
2012-06-07ehci: remove unused attach_poll_counterGerd Hoffmann1-2/+0
2012-06-07ehci: fix halt status handlingGerd Hoffmann1-15/+24
2012-06-07ehci: update status bits in ehci_set_stateGerd Hoffmann1-4/+10
2012-06-07ehci: add ehci_*_enabled() helpersGerd Hoffmann1-6/+21
2012-06-07ehci: fix resetGerd Hoffmann1-4/+6
2012-06-07ehci: kick async schedule on wakeupGerd Hoffmann1-0/+2
2012-06-07ehci: schedule async bh on async packet completionGerd Hoffmann1-0/+4
2012-06-07ehci: move async schedule to bottom halfGerd Hoffmann1-1/+10
2012-06-07ehci: add async field to EHCIQueueGerd Hoffmann1-43/+49
2012-06-07ehci: tweak queue initializationGerd Hoffmann1-4/+4
2012-06-07ehci: add queuing supportGerd Hoffmann1-9/+51
2012-06-07ehci: move ehci_flush_qhGerd Hoffmann1-17/+18
2012-06-07ehci: cache USBDevice in EHCIQueueGerd Hoffmann1-12/+19
2012-06-07ehci: make ehci_execute work on EHCIPacket instead of EHCIQueueGerd Hoffmann1-13/+9