summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell9-42/+52
2013-02-23SPARC LEON power-down support addedRonald Hecht5-1/+19
2013-02-23Added LEON MMU ASI mappings and corrected LEON3 MMU masks.Ronald Hecht2-2/+8
2013-02-23grlib-apbuart: Add support of various flagsRonald Hecht1-7/+29
2013-02-23Typo: replace gptimer by apbuartFabien Chouteau1-8/+8
2013-02-23disas/i386.c: Add explicit braces round empty for-loop bodyPeter Maydell1-1/+2
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell5-16/+0
2013-02-23xhci: fix bad print specifierHervé Poussineau1-2/+2
2013-02-22gtk: Rename File to Machine menu and add pause, reset and power down itemsJan Kiszka1-12/+68
2013-02-22ui/gtk: Use menu item from stock for full screenStefan Weil4-14/+3
2013-02-22ui/gtk: Support versions of VTE before 0.26Stefan Weil2-2/+7
2013-02-22Reenable -Wstrict-prototypesKevin Wolf2-7/+24
2013-02-22ui/gtk: require at least GTK 2.18 and VTE 0.26Anthony Liguori1-2/+2
2013-02-22unbreak hw/usb/redirect.c buildGerd Hoffmann1-1/+1
2013-02-22ui/gtk: Fix build (missing include for setlocale)Stefan Weil1-0/+1
2013-02-21gtk: suppress accelerators from the File menu when grab is activeAnthony Liguori1-0/+34
2013-02-21gtk: make default UI (v5)Anthony Liguori1-14/+34
2013-02-21gtk: add translation support (v5)Anthony Liguori7-8/+202
2013-02-21gtk: add support for screen scaling and full screen (v5)Anthony Liguori1-17/+237
2013-02-21gtk: add support for input grabbing (v2)Anthony Liguori1-5/+151
2013-02-21gtk: add virtual console support (v2)Anthony Liguori1-0/+160
2013-02-21ui: add basic GTK gui (v5)Anthony Liguori5-0/+615
2013-02-21console: allow VCs to be overridden by UIAnthony Liguori3-3/+19
2013-02-21build: disable Wstrict-prototypesAnthony Liguori1-1/+1
2013-02-21qom/object.c: Allow itf cast with num_itfs = 0Peter Crosthwaite1-1/+2
2013-02-21qom/object.c: Reset interface list on inheritancePeter Crosthwaite1-0/+1
2013-02-21vga: fix byteswapping.Gerd Hoffmann6-16/+22
2013-02-21Remove elderly top level TODO filePeter Maydell1-37/+0
2013-02-21help: add docs for multiqueue tap optionsJason Wang2-1/+9
2013-02-21aio: support G_IO_HUP and G_IO_ERRStefan Hajnoczi1-10/+2
2013-02-21aio: convert aio_poll() to g_poll(3)Stefan Hajnoczi3-43/+29
2013-02-21aio: extract aio_dispatch() from aio_poll()Stefan Hajnoczi1-22/+35
2013-02-21main-loop: drop rfds/wfds/xfds for goodStefan Hajnoczi1-75/+2
2013-02-21iohandler: switch to GPollFDStefan Hajnoczi3-14/+34
2013-02-21slirp: switch to GPollFDStefan Hajnoczi7-74/+87
2013-02-21slirp: slirp/slirp.c coding style cleanupStefan Hajnoczi1-297/+311
2013-02-21main-loop: switch POSIX glib integration to GPollFDStefan Hajnoczi1-49/+22
2013-02-21main-loop: switch to g_poll() on POSIX hostsStefan Hajnoczi1-8/+129
2013-02-21main-loop: fix select_ret uninitialized variable warningStefan Hajnoczi1-1/+2
2013-02-21Merge remote-tracking branch 'kraxel/usb.78' into stagingAnthony Liguori44-291/+742
2013-02-21Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori5-3/+14
2013-02-21.gitignore: Ignore optionrom/*.asmCole Robinson1-0/+3
2013-02-21ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.cAlin Tomescu1-1/+1
2013-02-21Add some missing qtest binaries to .gitignoreDavid Gibson1-0/+7
2013-02-21xilinx_axienet.c: Assert no error when making linkPeter Crosthwaite1-1/+3
2013-02-21Remove forward declaration of non-existant variableHervé Poussineau1-1/+0
2013-02-19uas-uas: usb3 streamsGerd Hoffmann1-42/+205
2013-02-19usb-xhci: usb3 streamsGerd Hoffmann2-48/+226
2013-02-19usb-core: usb3 streamsGerd Hoffmann14-31/+37
2013-02-19usb: fix endpoint descriptor orderingGerd Hoffmann1-4/+5