summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* cpu: Move tcg_exit_req to the end of CPUStateRichard Henderson2014-03-191-1/+6
* block: Add error handling to bdrv_invalidate_cache()Kevin Wolf2014-03-192-3/+3
* softfloat: export squash_input_denormal functionsAlex Bennée2014-03-171-0/+7
* exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoderPeter Maydell2014-03-171-1/+1
* gtk: Allow to activate grab-on-hover from the command lineJan Kiszka2014-03-171-1/+1
* scsi: Fix migration of scsi sense dataFam Zheng2014-03-142-0/+4
* Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into stagingPeter Maydell2014-03-131-1/+1
|\
| * Fix vga_interface_type for command line argument '-device VGA'Mark Wu2014-03-131-1/+1
* | cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
* | cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-131-2/+2
* | cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber2014-03-131-2/+2
* | exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-132-3/+3
* | exec: Change memory_region_section_get_iotlb() argument to CPUStateAndreas Färber2014-03-131-1/+1
* | cputlb: Change tlb_unprotect_code_phys() argument to CPUStateAndreas Färber2014-03-131-1/+1
* | cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber2014-03-131-1/+1
* | exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-132-15/+15
* | exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-132-6/+7
* | translate-all: Change tb_flush_jmp_cache() argument to CPUStateAndreas Färber2014-03-131-1/+1
* | translate-all: Change tb_gen_code() argument to CPUStateAndreas Färber2014-03-131-1/+1
* | translate-all: Change cpu_io_recompile() argument to CPUStateAndreas Färber2014-03-132-3/+3
* | translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-131-1/+1
* | cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2014-03-131-1/+1
* | exec: Change tlb_fill() argument to CPUStateAndreas Färber2014-03-132-5/+5
* | cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-132-10/+9
* | cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber2014-03-132-10/+10
* | cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-132-3/+3
* | cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-132-3/+1
* | cpu: Move jmp_env field from CPU_COMMON to CPUStateAndreas Färber2014-03-132-2/+2
* | cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber2014-03-132-4/+4
* | cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber2014-03-133-22/+23
* | cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber2014-03-132-1/+2
* | 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
OpenPOWER on IntegriCloud