summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-10libvhost-user: improve vu_queue_pop() docMarc-André Lureau1-1/+2
2017-10-10libvhost-user: drop dependency on glibMarc-André Lureau1-3/+26
2017-10-10build-sys: make vhost-user-scsi depend on libvhost-user.aMarc-André Lureau2-2/+1
2017-10-10build-sys: fix libvhost-user.a buildMarc-André Lureau2-1/+2
2017-10-10tcg/mips: delete commented out extern keyword.Jiang Biao1-1/+1
2017-10-10tcg: define TCG_HIGHWATEREmilio G. Cota1-1/+3
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota5-6/+25
2017-10-10tcg: take .helpers out of TCGContextEmilio G. Cota2-7/+5
2017-10-10tci: move tci_regs to tcg_qemu_tb_exec's stackEmilio G. Cota1-273/+279
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota5-25/+33
2017-10-10translate-all: define and use DEBUG_TB_CHECK_GATEEmilio G. Cota1-6/+22
2017-10-10translate-all: define and use DEBUG_TB_INVALIDATE_GATEEmilio G. Cota1-3/+9
2017-10-10exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota2-2/+3
2017-10-10translate-all: define and use DEBUG_TB_FLUSH_GATEEmilio G. Cota1-7/+13
2017-10-10exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota4-7/+5
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota3-47/+73
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota12-42/+32
2017-10-10tcg/mips: constify tcg_target_callee_save_regsEmilio G. Cota1-1/+1
2017-10-10tcg/i386: constify tcg_target_callee_save_regsEmilio G. Cota1-1/+1
2017-10-10cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_findEmilio G. Cota1-5/+5
2017-10-10translate-all: make have_tb_lock staticEmilio G. Cota1-1/+1
2017-10-10exec-all: fix typos in TranslationBlock's documentationEmilio G. Cota1-2/+2
2017-10-10tcg: fix corruption of code_time profiling counter upon tb_flushEmilio G. Cota1-2/+2
2017-10-10cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota4-6/+17
2017-10-10glib-compat: move G_SOURCE_CONTINUE/REMOVE thereMarc-André Lureau2-8/+7
2017-10-10Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell24-90/+65
2017-10-09x86: Correct translation of some rdgsbase and wrgsbase encodingsTodd Eisenberger1-2/+2
2017-10-09vl: exit if maxcpus is negativeSeeteena Thoufeek2-4/+4
2017-10-09qom: update doc comment for type_register[_static]()Igor Mammedov1-2/+2
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost2-9/+7
2017-10-09qemu-options: Deprecate -nodefconfigEduardo Habkost2-13/+8
2017-10-09vl: Eliminate defconfig variableEduardo Habkost1-4/+1
2017-10-09machine: Add a valid_cpu_types propertyAlistair Francis2-0/+33
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé14-56/+8
2017-10-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell45-1311/+2333
2017-10-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171006'...Peter Maydell9-110/+898
2017-10-06nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bitPeter Maydell1-0/+1
2017-10-06target/arm: Factor out "get mmuidx for specified security state"Peter Maydell1-11/+21
2017-10-06target/arm: Fix calculation of secure mm_idx valuesPeter Maydell1-5/+7
2017-10-06target/arm: Implement security attribute lookups for memory accessesPeter Maydell2-2/+195
2017-10-06nvic: Implement Security Attribution Unit registersPeter Maydell4-0/+167
2017-10-06target/arm: Add v8M support to exception entry codePeter Maydell1-20/+145
2017-10-06target/arm: Add support for restoring v8M additional state contextPeter Maydell1-0/+30
2017-10-06target/arm: Update excret sanity checks for v8MPeter Maydell1-15/+58
2017-10-06target/arm: Add new-in-v8M SFSR and SFARPeter Maydell3-0/+48
2017-10-06target/arm: Don't warn about exception return with PC low bit set for v8MPeter Maydell1-7/+15
2017-10-06target/arm: Warn about restoring to unaligned stackPeter Maydell1-0/+7
2017-10-06target/arm: Check for xPSR mismatch usage faults earlier for v8MPeter Maydell1-3/+27
2017-10-06target/arm: Restore SPSEL to correct CONTROL register on exception returnPeter Maydell1-13/+27
2017-10-06target/arm: Restore security state on exception returnPeter Maydell1-0/+2