aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-11bsd-user: Fix syscall format, add strace support for more syscallspull-bsd-user-20140611bsd-user.for-upstreamSean Bruno
2014-06-11bsd-user: Implement strace support for thr_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for extattr_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for __acl_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for print_ioctl syscallSean Bruno
2014-06-11bsd-user: Implement strace support for print_sysctl syscallSean Bruno
2014-06-11bsd-user: GPL v2 attribution update and styleSean Bruno
2014-06-11bsd-user: add HOST_VARIANT_DIR for various *BSD dependent codeStacey Son
2014-06-11exec: replace ffsl with ctzlNatanael Copa
2014-06-11vhost: replace ffsl with ctzlNatanael Copa
2014-06-11xen: replace ffsl with ctzlNatanael Copa
2014-06-11util/qemu-openpty: fix build with musl libc by include termios.h as fallbackNatanael Copa
2014-06-11bsd-user/mmap.c: Don't try to override g_malloc/g_freePeter Maydell
2014-06-11util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalentPeter Maydell
2014-06-11bsd-user: refresh freebsd system call numbersStacey Son
2014-06-10Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-10' in...Peter Maydell
2014-06-10virtio.c: fix error messageMichael Tokarev
2014-06-10hw: vmware_vga: don't return cursorx when the driver asks for cursory registerNicolas Owens
2014-06-10migration: Plug memory leak in migrate-set-cache-size commandChen Gang
2014-06-10libcacard: Clean up dead stores before g_free()Markus Armbruster
2014-06-10libcacard: Drop superfluous conditionals around g_free()Markus Armbruster
2014-06-10cpu/x86: correctly set errors in x86_cpu_parse_featurestrPaolo Bonzini
2014-06-10smbios: use g_free directly on NULL pointersPaolo Bonzini
2014-06-10vdi: remove double conversionPaolo Bonzini
2014-06-10apb: Fix compiler warnings (large constants)Stefan Weil
2014-06-10hw/net/ne2000-isa: Register vmstate structPeter Maydell
2014-06-10target-microblaze: Delete unused sign_extend() functionPeter Maydell
2014-06-10hw/misc/milkymist-softusb: Remove unused softusb_{read, write}_pmem()Peter Maydell
2014-06-10target-i386/translate.c: Remove unused tcg_gen_lshift()Peter Maydell
2014-06-10hw/isa/pc87312: Remove unused function is_parallel_epp()Peter Maydell
2014-06-10hw/intc/openpic: Remove unused function IRQ_testbit()Peter Maydell
2014-06-10hw/dma/xilinx_axidma: Remove unused stream_halted() functionPeter Maydell
2014-06-10util/qemu-sockets.c: Avoid unused variable warningsPeter Maydell
2014-06-10hw/sd/sd.c: Drop unused sd_acmd_type[] arrayPeter Maydell
2014-06-10hw/i386/pc.c: Remove unused parallel_io and parallel_irq variablesPeter Maydell
2014-06-10slirp: Remove unused zero_ethaddr[] variablePeter Maydell
2014-06-10qtest: fix hex2nib for capital charactersSergey Fedorov
2014-06-10net: cadence_gem: Remove &desc[0] usagesPeter Crosthwaite
2014-06-10net: cadence_gem: Comment spelling sweepPeter Crosthwaite
2014-06-10net: cadence_gem: Add Tx descriptor fetch printfPeter Crosthwaite
2014-06-10net: cadence_gem: Fix Tx descriptor updatePeter Crosthwaite
2014-06-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140610-1' in...Peter Maydell
2014-06-10console: fix -vga none -sdl crashGerd Hoffmann
2014-06-10console: kill MAX_CONSOLES, alloc consoles dynamicallyGerd Hoffmann
2014-06-10Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140610' into stagingPeter Maydell
2014-06-10s390x/kvm: inject via flicCornelia Huck
2014-06-10s390x: cleanup interrupt injectionCornelia Huck
2014-06-10s390x/kvm: add alternative injection interfaceCornelia Huck
2014-06-10s390x: consolidate floating interruptsCornelia Huck
2014-06-10s390/virtio-ccw: migration supportJens Freimann