summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber2014-03-135-13/+19
* | | cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber2014-03-133-11/+12
* | | cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-0/+3
* | | cpu: Factor out cpu_generic_init()Andreas Färber2014-03-131-0/+11
* | | cpu: Introduce CPUClass::parse_features() hookAndreas Färber2014-03-131-0/+2
* | | cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-131-2/+10
|/ /
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-03-139-15/+125
|\ \
| * | qemu-io: Fix warnings from static code analysisStefan Weil2014-03-131-0/+2
| * | dataplane: replace internal thread with IOThreadStefan Hajnoczi2014-03-131-2/+6
| * | iothread: add "iothread" qdev property typeStefan Hajnoczi2014-03-131-0/+3
| * | iothread: add I/O thread objectStefan Hajnoczi2014-03-131-0/+30
| * | aio: add aio_context_acquire() and aio_context_release()Stefan Hajnoczi2014-03-131-0/+18
| * | rfifolock: add recursive FIFO lockStefan Hajnoczi2014-03-131-0/+54
| * | object: add object_get_canonical_path_component()Stefan Hajnoczi2014-03-131-0/+8
| * | block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet2014-03-132-13/+4
* | | Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into stagingPeter Maydell2014-03-136-20/+1
|\ \ \
| * | | Move QEMUMachine typedef to qemu/typedefs.hAndreas Färber2014-03-132-2/+1
| * | | Revert "KVM: Split QEMUMachine typedef into separate header"Andreas Färber2014-03-135-20/+2
| |/ /
* | | qdev: Prepare realize/unrealize hooks for BusStateBandan Das2014-03-131-0/+6
* | | virtio-serial-port: Convert to QOM realize/unrealizeAndreas Färber2014-03-131-4/+4
* | | hw/boards: Convert current_machine to MachineStateMarcel Apfelbaum2014-03-121-3/+3
* | | vl: Use MachineClass instead of global QEMUMachine listMarcel Apfelbaum2014-03-121-0/+1
* | | hw/core: Introduce QEMU machine as QOM objectMarcel Apfelbaum2014-03-121-0/+50
* | | ssi: Remove SSI_SLAVE_FROM_QDEV() macroPeter Crosthwaite2014-03-121-2/+1
|/ /
* | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-03-121-1/+1
|\ \
| * | qapi script: do not add "_" for every capitalized char in enumWenchao Xia2014-03-111-1/+1
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-03-113-16/+18
|\ \ \ | | |/ | |/|
| * | q35: Correct typo BRDIGE -> BRIDGEBALATON Zoltan2014-03-112-13/+13
| * | pc: avoid duplicate names for ROM MRsMichael S. Tsirkin2014-03-111-2/+4
| * | loader: rename in_ram/has_mrMichael S. Tsirkin2014-03-091-1/+1
| |/
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140310'...Peter Maydell2014-03-111-0/+1
|\ \ | |/ |/|
| * target-arm: Implement WFE as a yield operationPeter Maydell2014-03-101-0/+1
* | Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-1/+1
* | Add 'debug-threads' suboption to --nameDr. David Alan Gilbert2014-03-091-0/+1
* | memory_region_present: return false if address is not found in child MemoryRe...Igor Mammedov2014-03-091-3/+3
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-4' into stagingPeter Maydell2014-03-072-13/+76
|\
| * console: add QemuUIInfoGerd Hoffmann2014-03-051-0/+12
| * console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-2/+3
| * input: remove index_from_keycode (no users)Gerd Hoffmann2014-03-051-1/+0
| * input: move mouse mode notifier to new coreGerd Hoffmann2014-03-052-4/+4
| * input-legacy: remove kbd_mouse_eventGerd Hoffmann2014-03-051-1/+0
| * input-legacy: remove kbd_mouse_is_absoluteGerd Hoffmann2014-03-051-1/+0
| * input-legacy: remove kbd_mouse_has_absoluteGerd Hoffmann2014-03-051-3/+0
| * input-legacy: remove kbd_put_keycodeGerd Hoffmann2014-03-051-1/+0
| * input: mouse: switch cocoa ui to new coreGerd Hoffmann2014-03-051-0/+2
| * input: mouse: add qemu_input_is_absolute()Gerd Hoffmann2014-03-051-0/+1
| * input: mouse: add helpers functions to coreGerd Hoffmann2014-03-051-0/+14
| * input: keyboard: add helper functions to coreGerd Hoffmann2014-03-051-0/+5
| * input: add core bits of the new input layerGerd Hoffmann2014-03-051-0/+32
| * console: export QemuConsole index,width,heightGerd Hoffmann2014-03-051-0/+3
OpenPOWER on IntegriCloud