aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-10vhost-user-scsi: avoid use of iscsi_ namespaceMarc-André Lureau1-2/+2
2017-10-10vhost-user-scsi: rename VUS typesMarc-André Lureau1-23/+23
2017-10-10vhost-user-scsi: remove unimplemented functionsMarc-André Lureau1-18/+3
2017-10-10vhost-user-scsi: remove VUS_MAX_LUNSMarc-André Lureau1-5/+3
2017-10-10vhost-user-scsi: remove vdev_scsi_add_iscsi_lun()Marc-André Lureau1-15/+1
2017-10-10vhost-user-scsi: assert() in iscsi_add_lun()Marc-André Lureau1-5/+1
2017-10-10vhost-user-scsi: use NULL pointerMarc-André Lureau1-1/+1
2017-10-10vhost-user-scsi: simplify unix path cleanupMarc-André Lureau1-17/+5
2017-10-10vhost-user-scsi: remove vdev_scsi_find_by_vu()Marc-André Lureau1-43/+4
2017-10-10vhost-user-scsi: also free the gtreeMarc-André Lureau1-0/+1
2017-10-10vhost-user-scsi: glib calls that allocate don't return NULLMarc-André Lureau1-45/+7
2017-10-10vhost-user-scsi: use glib allocationMarc-André Lureau1-26/+9
2017-10-10vhost-user-scsi: code style fixesMarc-André Lureau1-8/+12
2017-10-10vhost-user-scsi: connect unix socket before allocatingMarc-André Lureau1-10/+8
2017-10-10vhost-user-scsi: use g_strdup()Marc-André Lureau1-8/+4
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