Age | Commit message (Expand) | Author |
2012-07-26 | cutils: add strpadcpy() | Dmitry Fleytman |
2012-07-21 | cpus.c: Make all_cpu_threads_idle() static | Peter Maydell |
2012-07-09 | Merge remote-tracking branch 'mjt/mjt-iov2' into staging | Anthony Liguori |
2012-06-29 | Add MigrationParams structure | Isaku Yamahata |
2012-06-21 | qdev-properties: Introduce pci-host-devaddr. | Anthony PERARD |
2012-06-15 | Un-inline fdctrl_init_isa() | Markus Armbruster |
2012-06-11 | cleanup qemu_co_sendv(), qemu_co_recvv() and friends | Michael Tokarev |
2012-06-11 | rename qemu_sendv to iov_send, change proto and move declarations to iov.h | Michael Tokarev |
2012-06-11 | change qemu_iovec_to_buf() to match other to,from_buf functions | Michael Tokarev |
2012-06-11 | consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent | Michael Tokarev |
2012-06-11 | allow qemu_iovec_from_buffer() to specify offset from which to start copying | Michael Tokarev |
2012-06-11 | consolidate qemu_iovec_memset{,_skip}() into single function and use existing... | Michael Tokarev |
2012-06-03 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2012-05-16 | Introduce MSIMessage structure | Jan Kiszka |
2012-05-10 | declare ECANCELED on all machines | Paolo Bonzini |
2012-04-10 | Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging | Anthony Liguori |
2012-03-30 | qtest: add C version of test infrastructure | Anthony Liguori |
2012-03-19 | cleanup obsolete typedef | Joshua Housh |
2012-03-16 | shpc: standard hot plug controller | Michael S. Tsirkin |
2012-03-11 | w64: Don't redefine lseek, ftruncate | Stefan Weil |
2012-02-28 | Move definition of HOST_LONG_BITS to qemu-common.h | Stefan Weil |
2012-02-09 | cutils: extract buffer_is_zero() from qemu-img.c | Stefan Hajnoczi |
2012-02-07 | qdev: remove print/parse methods from LostTickPolicy properties | Paolo Bonzini |
2012-02-01 | qdev: Introduce lost tick policy property | Jan Kiszka |
2011-12-22 | sheepdog: move coroutine send/recv function to generic code | Paolo Bonzini |
2011-12-21 | add qemu_send_full and qemu_recv_full | Paolo Bonzini |
2011-12-20 | isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ... | Hervé Poussineau |
2011-12-05 | qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macros | Stefan Hajnoczi |
2011-11-01 | Move filedescriptor parsing code from net.c into qemu_parse_fd() | Stefan Berger |
2011-10-21 | main-loop: create main-loop.c | Paolo Bonzini |
2011-10-21 | main-loop: create main-loop.h | Paolo Bonzini |
2011-10-21 | qemu-timer: move icount to cpus.c | Paolo Bonzini |
2011-09-23 | core: remove qemu_service_io | Frediano Ziglio |
2011-08-20 | Remove qemu_malloc/qemu_free | Anthony Liguori |
2011-08-20 | Make glib mandatory and fixup utils appropriately | Anthony Liguori |
2011-08-08 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2011-08-05 | Avoid allocating TCG resources in non-TCG mode | Jan Kiszka |
2011-08-05 | qemu: Add strtosz_suffix_unit function | Joerg Roedel |
2011-08-04 | Merge remote-tracking branch 'kraxel/usb.22' into staging | Anthony Liguori |
2011-08-04 | move QEMUSGList typedef | Gerd Hoffmann |
2011-08-02 | async: Remove AsyncContext | Kevin Wolf |
2011-07-29 | move WORDS_ALIGNED to qemu-common.h | Paolo Bonzini |
2011-07-25 | Wrap recv to avoid warnings | Blue Swirl |
2011-07-21 | Introduce compiler.h header file | Luiz Capitulino |
2011-07-12 | Remove unneeded setjmp.h (fix compilation on Debian "lenny") | Stefan Weil |
2011-06-24 | w32: Remove redundant definitions of PRI*64 | Stefan Weil |
2011-06-14 | cocoa: Provide central qemu_main() prototype | Andreas Färber |
2011-06-08 | Fix compilation warning due to missing header for sigaction | Alexandre Raymond |
2011-05-18 | Add documentation for qemu_progress_{init,print}() | Jes Sorensen |
2011-05-15 | w32: Fix missing declaration of ffs() | Stefan Weil |