summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | monitor: Add host_net_remove arguments completionHani Benhabiles2014-06-113-0/+41
| * | readline: Make completion strings always uniqueHani Benhabiles2014-06-111-0/+6
| * | monitor: Add host_net_add device argument completionHani Benhabiles2014-06-113-1/+19
| * | net: Export valid host network devices listHani Benhabiles2014-06-112-14/+21
| * | monitor: Add migrate_set_capability completionHani Benhabiles2014-06-113-0/+24
| * | monitor: Add watchdog_action argument completionHani Benhabiles2014-06-113-0/+17
| * | monitor: Add ringbuf_write and ringbuf_read argument completionHani Benhabiles2014-06-115-3/+45
| * | dump: simplify get_len_buf_out()Laszlo Ersek2014-06-111-30/+16
| * | dump: hoist lzo_init() from get_len_buf_out() to dump_init()Laszlo Ersek2014-06-111-7/+6
| * | dump: select header bitness based on ELF class, not ELF architectureLaszlo Ersek2014-06-111-1/+1
| * | dump: eliminate DumpState.page_size ("guest's page size")Laszlo Ersek2014-06-111-26/+25
| * | dump: eliminate DumpState.page_shift ("guest's page shift")Laszlo Ersek2014-06-112-10/+8
| * | dump: simplify write_start_flat_header()Laszlo Ersek2014-06-111-11/+9
| * | dump: fill in the flat header signature more pleasingly to the eyeLaszlo Ersek2014-06-111-2/+2
| |/
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-bsd-user-20140611' i...Peter Maydell2014-06-1112-508/+669
|\ \
| * | bsd-user: Fix syscall format, add strace support for more syscallsSean Bruno2014-06-111-5/+14
| * | bsd-user: Implement strace support for thr_* syscallsSean Bruno2014-06-111-0/+9
| * | bsd-user: Implement strace support for extattr_* syscallsSean Bruno2014-06-111-0/+13
| * | bsd-user: Implement strace support for __acl_* syscallsSean Bruno2014-06-111-0/+12
| * | bsd-user: Implement strace support for print_ioctl syscallSean Bruno2014-06-112-1/+20
| * | bsd-user: Implement strace support for print_sysctl syscallSean Bruno2014-06-112-2/+41
| * | bsd-user: GPL v2 attribution update and styleSean Bruno2014-06-112-58/+94
| * | bsd-user: add HOST_VARIANT_DIR for various *BSD dependent codeStacey Son2014-06-112-1/+13
| * | exec: replace ffsl with ctzlNatanael Copa2014-06-111-1/+1
| * | vhost: replace ffsl with ctzlNatanael Copa2014-06-111-4/+2
| * | xen: replace ffsl with ctzlNatanael Copa2014-06-111-1/+1
| * | util/qemu-openpty: fix build with musl libc by include termios.h as fallbackNatanael Copa2014-06-111-0/+2
| * | bsd-user/mmap.c: Don't try to override g_malloc/g_freePeter Maydell2014-06-111-60/+0
| * | util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalentPeter Maydell2014-06-111-7/+2
| * | bsd-user: refresh freebsd system call numbersStacey Son2014-06-111-368/+445
| |/
* | Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell2014-06-1110-223/+424
|\ \ | |/ |/|
| * rules.mak: Rewrite unnest-varsFam Zheng2014-06-101-79/+158
| * configure: unset interfering variablesCornelia Huck2014-06-101-0/+5
| * configure: duplicate/incorrect order of -lrtRick Liu2014-06-101-3/+3
| * libcacard: improve documentationPaolo Bonzini2014-06-101-17/+63
| * libcacard: actually use symbols fileMichael Tokarev2014-06-101-1/+1
| * libcacard: replace qemu thread primitives with glib onesMichael Tokarev2014-06-103-30/+19
| * vscclient: use glib thread primitives not qemuMichael Tokarev2014-06-101-33/+37
| * glib-compat.h: add new thread API emulation on top of pre-2.31 APIMichael Tokarev2014-06-103-60/+138
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-10' in...Peter Maydell2014-06-1026-153/+46
|\ \
| * | virtio.c: fix error messageMichael Tokarev2014-06-101-1/+1
| * | hw: vmware_vga: don't return cursorx when the driver asks for cursory registerNicolas Owens2014-06-101-1/+1
| * | migration: Plug memory leak in migrate-set-cache-size commandChen Gang2014-06-102-1/+1
| * | libcacard: Clean up dead stores before g_free()Markus Armbruster2014-06-102-6/+0
| * | libcacard: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-105-32/+12
| * | cpu/x86: correctly set errors in x86_cpu_parse_featurestrPaolo Bonzini2014-06-101-10/+7
| * | smbios: use g_free directly on NULL pointersPaolo Bonzini2014-06-101-7/+2
| * | vdi: remove double conversionPaolo Bonzini2014-06-101-1/+0
| * | apb: Fix compiler warnings (large constants)Stefan Weil2014-06-101-2/+2
| * | hw/net/ne2000-isa: Register vmstate structPeter Maydell2014-06-101-0/+1
OpenPOWER on IntegriCloud