summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber3-11/+12
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-0/+3
2014-03-13cpu: Factor out cpu_generic_init()Andreas Färber1-0/+11
2014-03-13cpu: Introduce CPUClass::parse_features() hookAndreas Färber1-0/+2
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-2/+10
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell9-15/+125
2014-03-13qemu-io: Fix warnings from static code analysisStefan Weil1-0/+2
2014-03-13dataplane: replace internal thread with IOThreadStefan Hajnoczi1-2/+6
2014-03-13iothread: add "iothread" qdev property typeStefan Hajnoczi1-0/+3
2014-03-13iothread: add I/O thread objectStefan Hajnoczi1-0/+30
2014-03-13aio: add aio_context_acquire() and aio_context_release()Stefan Hajnoczi1-0/+18
2014-03-13rfifolock: add recursive FIFO lockStefan Hajnoczi1-0/+54
2014-03-13object: add object_get_canonical_path_component()Stefan Hajnoczi1-0/+8
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet2-13/+4
2014-03-13Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into stagingPeter Maydell6-20/+1
2014-03-13Move QEMUMachine typedef to qemu/typedefs.hAndreas Färber2-2/+1
2014-03-13Revert "KVM: Split QEMUMachine typedef into separate header"Andreas Färber5-20/+2
2014-03-13qdev: Prepare realize/unrealize hooks for BusStateBandan Das1-0/+6
2014-03-13virtio-serial-port: Convert to QOM realize/unrealizeAndreas Färber1-4/+4
2014-03-12hw/boards: Convert current_machine to MachineStateMarcel Apfelbaum1-3/+3
2014-03-12vl: Use MachineClass instead of global QEMUMachine listMarcel Apfelbaum1-0/+1
2014-03-12hw/core: Introduce QEMU machine as QOM objectMarcel Apfelbaum1-0/+50
2014-03-12ssi: Remove SSI_SLAVE_FROM_QDEV() macroPeter Crosthwaite1-2/+1
2014-03-12Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-1/+1
2014-03-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-16/+18
2014-03-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140310'...Peter Maydell1-0/+1
2014-03-11qapi script: do not add "_" for every capitalized char in enumWenchao Xia1-1/+1
2014-03-11q35: Correct typo BRDIGE -> BRIDGEBALATON Zoltan2-13/+13
2014-03-11pc: avoid duplicate names for ROM MRsMichael S. Tsirkin1-2/+4
2014-03-10target-arm: Implement WFE as a yield operationPeter Maydell1-0/+1
2014-03-09loader: rename in_ram/has_mrMichael S. Tsirkin1-1/+1
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-1/+1
2014-03-09Add 'debug-threads' suboption to --nameDr. David Alan Gilbert1-0/+1
2014-03-09memory_region_present: return false if address is not found in child MemoryRe...Igor Mammedov1-3/+3
2014-03-07Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-4' into stagingPeter Maydell2-13/+76
2014-03-05console: add QemuUIInfoGerd Hoffmann1-0/+12
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-2/+3
2014-03-05input: remove index_from_keycode (no users)Gerd Hoffmann1-1/+0
2014-03-05input: move mouse mode notifier to new coreGerd Hoffmann2-4/+4
2014-03-05input-legacy: remove kbd_mouse_eventGerd Hoffmann1-1/+0
2014-03-05input-legacy: remove kbd_mouse_is_absoluteGerd Hoffmann1-1/+0
2014-03-05input-legacy: remove kbd_mouse_has_absoluteGerd Hoffmann1-3/+0
2014-03-05input-legacy: remove kbd_put_keycodeGerd Hoffmann1-1/+0
2014-03-05input: mouse: switch cocoa ui to new coreGerd Hoffmann1-0/+2
2014-03-05input: mouse: add qemu_input_is_absolute()Gerd Hoffmann1-0/+1
2014-03-05input: mouse: add helpers functions to coreGerd Hoffmann1-0/+14
2014-03-05input: keyboard: add helper functions to coreGerd Hoffmann1-0/+5
2014-03-05input: add core bits of the new input layerGerd Hoffmann1-0/+32
2014-03-05console: export QemuConsole index,width,heightGerd Hoffmann1-0/+3
2014-03-05qdev: Keep global allocation counter per busAlexander Graf1-0/+2