aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-10vhost-user-scsi: simplify unix path cleanupMarc-André Lureau
2017-10-10vhost-user-scsi: remove vdev_scsi_find_by_vu()Marc-André Lureau
2017-10-10vhost-user-scsi: also free the gtreeMarc-André Lureau
2017-10-10vhost-user-scsi: glib calls that allocate don't return NULLMarc-André Lureau
2017-10-10vhost-user-scsi: use glib allocationMarc-André Lureau
2017-10-10vhost-user-scsi: code style fixesMarc-André Lureau
2017-10-10vhost-user-scsi: connect unix socket before allocatingMarc-André Lureau
2017-10-10vhost-user-scsi: use g_strdup()Marc-André Lureau
2017-10-10libvhost-user: improve vu_queue_pop() docMarc-André Lureau
2017-10-10libvhost-user: drop dependency on glibMarc-André Lureau
2017-10-10build-sys: make vhost-user-scsi depend on libvhost-user.aMarc-André Lureau
2017-10-10build-sys: fix libvhost-user.a buildMarc-André Lureau
2017-10-10tcg/mips: delete commented out extern keyword.Jiang Biao
2017-10-10tcg: define TCG_HIGHWATEREmilio G. Cota
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota
2017-10-10tcg: take .helpers out of TCGContextEmilio G. Cota
2017-10-10tci: move tci_regs to tcg_qemu_tb_exec's stackEmilio G. Cota
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota
2017-10-10translate-all: define and use DEBUG_TB_CHECK_GATEEmilio G. Cota
2017-10-10translate-all: define and use DEBUG_TB_INVALIDATE_GATEEmilio G. Cota
2017-10-10exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota
2017-10-10translate-all: define and use DEBUG_TB_FLUSH_GATEEmilio G. Cota
2017-10-10exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota
2017-10-10tcg/mips: constify tcg_target_callee_save_regsEmilio G. Cota
2017-10-10tcg/i386: constify tcg_target_callee_save_regsEmilio G. Cota
2017-10-10cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_findEmilio G. Cota
2017-10-10translate-all: make have_tb_lock staticEmilio G. Cota
2017-10-10exec-all: fix typos in TranslationBlock's documentationEmilio G. Cota
2017-10-10tcg: fix corruption of code_time profiling counter upon tb_flushEmilio G. Cota
2017-10-10cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota
2017-10-10glib-compat: move G_SOURCE_CONTINUE/REMOVE thereMarc-André Lureau
2017-10-10Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-10-09x86: Correct translation of some rdgsbase and wrgsbase encodingsTodd Eisenberger
2017-10-09vl: exit if maxcpus is negativeSeeteena Thoufeek
2017-10-09qom: update doc comment for type_register[_static]()Igor Mammedov
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost
2017-10-09qemu-options: Deprecate -nodefconfigEduardo Habkost
2017-10-09vl: Eliminate defconfig variableEduardo Habkost
2017-10-09machine: Add a valid_cpu_types propertyAlistair Francis
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé
2017-10-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-10-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171006'...Peter Maydell
2017-10-06nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bitPeter Maydell
2017-10-06target/arm: Factor out "get mmuidx for specified security state"Peter Maydell
2017-10-06target/arm: Fix calculation of secure mm_idx valuesPeter Maydell
2017-10-06target/arm: Implement security attribute lookups for memory accessesPeter Maydell
2017-10-06nvic: Implement Security Attribution Unit registersPeter Maydell
2017-10-06target/arm: Add v8M support to exception entry codePeter Maydell