index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi-commands.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-11
basevm: Call logging.basicConfig()
Eduardo Habkost
1
-2
/
+2
2017-10-11
iotests: Set up Python logging
Eduardo Habkost
1
-0
/
+3
2017-10-10
vhost-user-scsi: remove server_sock from VusDev
Marc-André Lureau
1
-53
/
+24
2017-10-10
vhost-user-scsi: use libvhost-user glib helper
Marc-André Lureau
1
-146
/
+16
2017-10-10
libvhost-user: add glib source helper
Marc-André Lureau
3
-1
/
+187
2017-10-10
vhost-user-scsi: use glib logging
Marc-André Lureau
1
-56
/
+21
2017-10-10
vhost-user-scsi: simplify source handling
Marc-André Lureau
1
-33
/
+12
2017-10-10
vhost-user-scsi: drop extra callback pointer
Marc-André Lureau
1
-9
/
+3
2017-10-10
vhost-user-scsi: don't copy iscsi/scsi-lowlevel.h
Marc-André Lureau
1
-87
/
+9
2017-10-10
vhost-user-scsi: avoid use of iscsi_ namespace
Marc-André Lureau
1
-2
/
+2
2017-10-10
vhost-user-scsi: rename VUS types
Marc-André Lureau
1
-23
/
+23
2017-10-10
vhost-user-scsi: remove unimplemented functions
Marc-André Lureau
1
-18
/
+3
2017-10-10
vhost-user-scsi: remove VUS_MAX_LUNS
Marc-André Lureau
1
-5
/
+3
2017-10-10
vhost-user-scsi: remove vdev_scsi_add_iscsi_lun()
Marc-André Lureau
1
-15
/
+1
2017-10-10
vhost-user-scsi: assert() in iscsi_add_lun()
Marc-André Lureau
1
-5
/
+1
2017-10-10
vhost-user-scsi: use NULL pointer
Marc-André Lureau
1
-1
/
+1
2017-10-10
vhost-user-scsi: simplify unix path cleanup
Marc-André Lureau
1
-17
/
+5
2017-10-10
vhost-user-scsi: remove vdev_scsi_find_by_vu()
Marc-André Lureau
1
-43
/
+4
2017-10-10
vhost-user-scsi: also free the gtree
Marc-André Lureau
1
-0
/
+1
2017-10-10
vhost-user-scsi: glib calls that allocate don't return NULL
Marc-André Lureau
1
-45
/
+7
2017-10-10
vhost-user-scsi: use glib allocation
Marc-André Lureau
1
-26
/
+9
2017-10-10
vhost-user-scsi: code style fixes
Marc-André Lureau
1
-8
/
+12
2017-10-10
vhost-user-scsi: connect unix socket before allocating
Marc-André Lureau
1
-10
/
+8
2017-10-10
vhost-user-scsi: use g_strdup()
Marc-André Lureau
1
-8
/
+4
2017-10-10
libvhost-user: improve vu_queue_pop() doc
Marc-André Lureau
1
-1
/
+2
2017-10-10
libvhost-user: drop dependency on glib
Marc-André Lureau
1
-3
/
+26
2017-10-10
build-sys: make vhost-user-scsi depend on libvhost-user.a
Marc-André Lureau
2
-2
/
+1
2017-10-10
build-sys: fix libvhost-user.a build
Marc-André Lureau
2
-1
/
+2
2017-10-10
tcg/mips: delete commented out extern keyword.
Jiang Biao
1
-1
/
+1
2017-10-10
tcg: define TCG_HIGHWATER
Emilio G. Cota
1
-1
/
+3
2017-10-10
util: move qemu_real_host_page_size/mask to osdep.h
Emilio G. Cota
5
-6
/
+25
2017-10-10
tcg: take .helpers out of TCGContext
Emilio G. Cota
2
-7
/
+5
2017-10-10
tci: move tci_regs to tcg_qemu_tb_exec's stack
Emilio G. Cota
1
-273
/
+279
2017-10-10
exec-all: extract tb->tc_* into a separate struct tc_tb
Emilio G. Cota
5
-25
/
+33
2017-10-10
translate-all: define and use DEBUG_TB_CHECK_GATE
Emilio G. Cota
1
-6
/
+22
2017-10-10
translate-all: define and use DEBUG_TB_INVALIDATE_GATE
Emilio G. Cota
1
-3
/
+9
2017-10-10
exec-all: introduce TB_PAGE_ADDR_FMT
Emilio G. Cota
2
-2
/
+3
2017-10-10
translate-all: define and use DEBUG_TB_FLUSH_GATE
Emilio G. Cota
1
-7
/
+13
2017-10-10
exec-all: bring tb->invalid into tb->cflags
Emilio G. Cota
4
-7
/
+5
2017-10-10
tcg: consolidate TB lookups in tb_lookup__cpu_state
Emilio G. Cota
3
-47
/
+73
2017-10-10
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
12
-42
/
+32
2017-10-10
tcg/mips: constify tcg_target_callee_save_regs
Emilio G. Cota
1
-1
/
+1
2017-10-10
tcg/i386: constify tcg_target_callee_save_regs
Emilio G. Cota
1
-1
/
+1
2017-10-10
cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find
Emilio G. Cota
1
-5
/
+5
2017-10-10
translate-all: make have_tb_lock static
Emilio G. Cota
1
-1
/
+1
2017-10-10
exec-all: fix typos in TranslationBlock's documentation
Emilio G. Cota
1
-2
/
+2
2017-10-10
tcg: fix corruption of code_time profiling counter upon tb_flush
Emilio G. Cota
1
-2
/
+2
2017-10-10
cputlb: bring back tlb_flush_count under !TLB_DEBUG
Emilio G. Cota
4
-6
/
+17
2017-10-10
glib-compat: move G_SOURCE_CONTINUE/REMOVE there
Marc-André Lureau
2
-8
/
+7
2017-10-09
x86: Correct translation of some rdgsbase and wrgsbase encodings
Todd Eisenberger
1
-2
/
+2
[next]