]> git.proxmox.com Git - qemu.git/history - include
qemu-file: make qemu_fflush and qemu_file_set_error private again
[qemu.git] / include /
2013-03-11 Paolo Bonziniqemu-file: make qemu_fflush and qemu_file_set_error...
2013-03-11 Paolo Bonzinimigration: yay, buffering is gone
2013-03-11 Paolo Bonzinimigration: run setup callbacks out of big lock
2013-03-11 Paolo Bonzinimigration: run pending/iterate callbacks out of big...
2013-03-11 Paolo Bonzinimigration: reorder SaveVMHandlers members
2013-03-11 Paolo Bonziniblock-migration: add lock
2013-03-11 Paolo Bonzinimigration: cleanup migration (including thread) in...
2013-03-11 Paolo Bonzinimigration: simplify error handling
2013-03-11 Paolo Bonziniqemu-file: temporarily expose qemu_file_set_error and...
2013-03-11 Paolo Bonzinimigration: use qemu_file_set_error to pass error codes...
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-03-09 Richard Hendersontcg: Don't make exitreq flag a local temporary
2013-03-09 Blue SwirlMerge branch 's390-for-upstream' of git://github.com...
2013-03-09 Blue SwirlMerge branch 'ppc-for-upstream' of git://github.com...
2013-03-08 Anthony Liguoriqemu-char: make char drivers dynamically registerable
2013-03-08 Anthony Liguoriqemu-char: remove use of QEMUTimer in favor of glib...
2013-03-08 Anthony Liguoriqemu-char: add watch support
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.7.2...
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-03-04 MORITA Kazutakamove socket_set_nodelay to osdep.c
2013-03-03 Peter Maydellgen-icount.h: Rename gen_icount_start/end to gen_tb_sta...
2013-03-03 Peter MaydellHandle CPU interrupts by inline checking of a flag
2013-03-03 Peter Maydelltcg: Document tcg_qemu_tb_exec() and provide constants...
2013-03-01 Paolo Bonzinihw: move qdev-monitor.o to toplevel directory
2013-03-01 Paolo Bonzinihw: move fifo.[ch] to libqemuutil
2013-03-01 Paolo Bonzinihw: move char backends to backends/
2013-02-27 Jason Wangnet: reduce the unnecessary memory allocation of multiqueue
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2013-02-26 Alexander Grafglib: Add compat wrapper for g_poll on old glib
2013-02-26 Peter Maydellqemu-log: default to stderr for logging output
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'quintela/stats.next'...
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-02-23 Blue SwirlMerge branch 'eflags3' of git://github.com/rth7680...
2013-02-23 Peter MaydellReplace all setjmp()/longjmp() with sigsetjmp()/siglong...
2013-02-23 Peter Maydellqemu-log: Remove qemu_log_try_set_file() and its users
2013-02-22 Paolo Bonziniblock: implement BDRV_O_UNMAP
2013-02-22 Miroslav Rezaninaqemu-img: Add "Quiet mode" option
2013-02-22 Miroslav Rezaninablock: Add synchronous wrapper for bdrv_co_is_allocated...
2013-02-22 Stefan Hajnocziqemu-img: add compressed clusters to BlockFragInfo
2013-02-22 Federico Simoncelliqemu-img: find the image end offset during check
2013-02-22 Juan Quintelamigration: calculate expected_downtime
2013-02-21 Anthony Liguoriui: add basic GTK gui (v5)
2013-02-21 Anthony Liguoriconsole: allow VCs to be overridden by UI
2013-02-21 Gerd Hoffmannvga: fix byteswapping.
2013-02-21 Stefan Hajnocziaio: convert aio_poll() to g_poll(3)
2013-02-21 Stefan Hajnocziiohandler: switch to GPollFD
2013-02-21 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.78' into staging
2013-02-21 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-02-21 Hervé PoussineauRemove forward declaration of non-existant variable
2013-02-18 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2013-02-17 Richard Hendersonhost-utils: Use __int128_t for mul[us]64
2013-02-16 Andreas Färbercpu: Add CPUArchState pointer to CPUState
2013-02-16 Andreas Färbercpu: Move current_tb field to CPUState
2013-02-16 Andreas Färbercpu: Move exit_request field to CPUState
2013-02-16 Andreas Färbercpu: Move running field to CPUState
2013-02-16 Andreas Färbercpu: Move host_tid field to CPUState
2013-02-16 Richard Hendersonbitops: Remove routines redundant with host-utils
2013-02-16 Richard Hendersonbitops: Write bitops_flsl in terms of clzl
2013-02-16 Richard Hendersonhbitmap: Use non-bitops ctzl
2013-02-16 Richard Hendersonhost-utils: Fix coding style and add comments
2013-02-16 Richard Hendersonhost-utils: Add host long specific aliases for clz...
2013-02-16 Peter Maydellqemu-log: Rename CPULogItem, cpu_log_items to QEMULogIt...
2013-02-16 Peter Maydellcpus.c: Drop unnecessary set_cpu_log()
2013-02-16 Peter Maydellqemu-log: Rename the public-facing cpu_set_log function...
2013-02-16 Peter Maydellqemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log...
2013-02-16 Peter Maydellqemu-log: Abstract out "print usage message about valid...
2013-02-16 Peter Maydellqemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_...
2013-02-16 Evgeny VoevodinTCG: Move translation block variables to new context...
2013-02-12 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-02-12 Stefan Hajnoczimigration: make qemu_ftell() public and support writabl...
2013-02-06 Anthony LiguoriMerge branch 'for-linux-user' of https://git.gitorious...
2013-02-06 Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2013-02-06 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-02-06 Richard Hendersonbswap: Fix width of swap in leul_to_cpu
2013-02-04 Eduardo Habkostcutils: unsigned int parsing functions
2013-02-02 Paolo Bonzinibitops: unify bitops_ffsl with the one in host-utils...
2013-02-02 Stefan Weilutil: Fix compilation of envlist.c for MinGW
2013-02-01 Paolo Bonziniqom: remove object_delete
2013-02-01 Paolo Bonziniqom: document reference counting of link properties
2013-02-01 liguangaccel: change {xen, kvm, tcg, qtest}_allowed from int...
2013-02-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-02-01 Jason Wangtap: multiqueue support
2013-02-01 Jason Wangtap: introduce a helper to get the name of an interface
2013-02-01 Jason Wangtap: support enabling or disabling a queue
2013-02-01 Jason Wangnet: multiqueue support
2013-02-01 Jason Wangnet: introduce NetClientState destructor
2013-02-01 Jason Wangnet: introduce qemu_find_net_clients_except()
2013-02-01 Jason Wangnet: intorduce qemu_del_nic()
2013-02-01 Jason Wangnet: introduce qemu_get_nic()
2013-02-01 Jason Wangnet: introduce qemu_get_queue()
2013-02-01 Jason Wangnet: tap: using bool instead of bitfield
2013-02-01 Othmar Pastekavmdk: Allow selecting SCSI adapter in image creation
2013-02-01 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-31 Aurelien JarnoMerge branch 'target-arm.next' of git://git.linaro...
next