summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2013-03-253-1/+377
|\
| * net: increase buffer size to accommodate Jumbo frame pktsScott Feldman2013-03-251-0/+5
| * Common definitions for VMWARE devicesDmitry Fleytman2013-03-251-0/+347
| * net: iovec checksum calculatorDmitry Fleytman2013-03-251-0/+12
| * Checksum-related utility functionsDmitry Fleytman2013-03-251-1/+13
* | glib: add a compatibility interface for g_timeout_add_secondsAnthony Liguori2013-03-252-1/+28
|/
* Add sample moxie systemAnthony Green2013-03-231-0/+1
* Add moxie disassemblerAnthony Green2013-03-231-0/+2
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-03-224-4/+13
|\
| * block: Allow omitting the file name when using driver-specific optionsKevin Wolf2013-03-221-0/+3
| * block: Introduce .bdrv_parse_filename callbackKevin Wolf2013-03-221-0/+1
| * nbd: Remove unused functionsKevin Wolf2013-03-221-2/+0
| * nbd: Keep hostname and port separateKevin Wolf2013-03-222-0/+3
| * qemu-socket: Make socket_optslist publicKevin Wolf2013-03-221-0/+2
| * block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-222-2/+4
* | Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
|/
* char: Fix return type of qemu_chr_fe_add_watch()Kevin Wolf2013-03-191-2/+2
* console: remove ds_get_* helper functionsGerd Hoffmann2013-03-181-60/+0
* console: stop using DisplayState in gfx hardware emulationGerd Hoffmann2013-03-182-17/+20
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-181-10/+2
* spice: stop using DisplayStateGerd Hoffmann2013-03-181-1/+1
* console: add surface_*() gettersGerd Hoffmann2013-03-181-8/+38
* console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2013-03-182-5/+5
* console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann2013-03-181-7/+4
* console: kill DisplayState->opaqueGerd Hoffmann2013-03-181-1/+0
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-182-154/+54
* iov: Factor out hexdumperPeter Crosthwaite2013-03-151-0/+6
* coroutine: use AioContext for CoQueue BHStefan Hajnoczi2013-03-151-0/+1
* threadpool: drop global thread poolStefan Hajnoczi2013-03-151-4/+6
* block: add bdrv_get_aio_context()Stefan Hajnoczi2013-03-151-0/+7
* aio: add a ThreadPool instance to AioContextStefan Hajnoczi2013-03-151-0/+6
* threadpool: add thread_pool_new() and thread_pool_free()Stefan Hajnoczi2013-03-151-0/+5
* main-loop: add qemu_get_aio_context()Stefan Hajnoczi2013-03-151-0/+5
* blockdev: Keep a copy of DriveInfo.serialKevin Wolf2013-03-151-1/+1
* qemu-option: Add qemu_opts_absorb_qdict()Kevin Wolf2013-03-151-0/+1
* Add qdict_clone_shallow()Kevin Wolf2013-03-151-0/+2
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-152-2/+3
* block: Add options QDict to .bdrv_open()Kevin Wolf2013-03-151-1/+1
* Merge remote-tracking branch 'kraxel/chardev.5' into stagingAnthony Liguori2013-03-144-4/+16
|\
| * chardev: add udp support to qapiGerd Hoffmann2013-03-131-0/+1
| * chardev: add vc support to qapiGerd Hoffmann2013-03-131-2/+2
| * chardev: add spice support to qapiGerd Hoffmann2013-03-131-2/+5
| * chardev: add braille support to qapiGerd Hoffmann2013-03-131-0/+3
| * chardev: add msmouse support to qapiGerd Hoffmann2013-03-131-0/+3
| * chardev: add support for qapi-based chardev initializationGerd Hoffmann2013-03-131-0/+2
* | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-03-144-19/+77
|\ \ | |/ |/|
| * cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-0/+2
| * cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-122-13/+24
| * exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-122-2/+9
| * cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-122-2/+4
OpenPOWER on IntegriCloud