aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-06heathrow: convert to trace-eventsMark Cave-Ayland2-21/+16
2018-03-06heathrow: QOMify heathrow PICMark Cave-Ayland2-56/+119
2018-03-06macio: move ESCC device within the macio deviceMark Cave-Ayland4-75/+63
2018-03-06macio: embed DBDMA device directly within macioMark Cave-Ayland1-6/+7
2018-03-06spapr: harden code that depends on VSMTGreg Kurz1-69/+75
2018-03-06spapr: register dummy ICPs laterGreg Kurz1-12/+12
2018-03-06ppc: Add aCube Sam460ex boardBALATON Zoltan7-2/+1175
2018-03-06pc-bios: Added u-boot-sam460 firmware binaryBALATON Zoltan2-1/+1
2018-03-06roms: Added git submodule for u-boot-sam460 (firmware for sam460ex)BALATON Zoltan3-0/+10
2018-03-06ppc440: Add emulation of plb-pcix controller found in some 440 SoCsBALATON Zoltan3-1/+537
2018-03-06ppc440_uc: Fix unintialized variable warning with older gccBALATON Zoltan1-0/+3
2018-03-06spapr: fix missing CPU core nodes in DT when running with TCGGreg Kurz1-7/+1
2018-03-05Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell4-815/+1024
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell16-176/+220
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell21-391/+190
2018-03-05Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell11-106/+548
2018-03-05Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int...Peter Maydell189-1355/+1569
2018-03-05README: Document 'git-publish' workflowFam Zheng1-1/+30
2018-03-05Add a git-publish configuration fileFam Zheng1-0/+51
2018-03-05tests/libqos: Check for valid dev pointer when looking for PCI devicesThomas Huth1-1/+3
2018-03-05util/uri.c: wrap single statement blocks with braces {}Su Hang1-169/+294
2018-03-05util/uri.c: remove brackets that wrap `return` statement's content.Su Hang1-80/+80
2018-03-05util/uri.c: Coding style check, Only whitespace involvedSu Hang1-733/+735
2018-03-05ui/sdl: build as moduleGerd Hoffmann2-2/+3
2018-03-05audio: rename CONFIG_* to CONFIG_AUDIO_*Gerd Hoffmann3-8/+8
2018-03-05ui/curses: build as moduleGerd Hoffmann3-4/+12
2018-03-05ui/gtk: build as moduleGerd Hoffmann2-11/+11
2018-03-05configure: opengl doesn't depend on x11Gerd Hoffmann1-3/+3
2018-03-05configure: add X11 vars to config-host.makGerd Hoffmann2-3/+12
2018-03-05console: add ui module loading supportGerd Hoffmann3-0/+8
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann3-10/+25
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann3-16/+19
2018-03-05curses: switch over to new display registryGerd Hoffmann3-28/+15
2018-03-05cocoa: switch over to new display registryGerd Hoffmann3-16/+13
2018-03-05sdl: switch over to new display registryGerd Hoffmann4-46/+29
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann4-34/+67
2018-03-05tap: setting error appropriately when calling net_init_tap_one()Jay Zhou2-5/+20
2018-03-05hw/net: Remove unnecessary header includesThomas Huth7-11/+0
2018-03-05net: Add a new convenience option "--nic" to configure default/on-board NICsThomas Huth4-6/+120
2018-03-05net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commandsThomas Huth6-200/+0
2018-03-05net: Remove the deprecated way of dumping network packetsThomas Huth5-145/+9
2018-03-05net: Make net_client_init() staticThomas Huth2-3/+1
2018-03-05net: Only show vhost-user in the help text if CONFIG_POSIX is definedThomas Huth1-0/+2
2018-03-05net: List available netdevs with "-netdev help"Thomas Huth1-1/+36
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth3-26/+8
2018-03-04target/m68k: add fscale, fgetman and fgetexpLaurent Vivier5-0/+174
2018-03-04softfloat: use floatx80_infinity in softfloatLaurent Vivier3-16/+50
2018-03-04target/m68k: add fmod/fremLaurent Vivier7-2/+176
2018-03-04softfloat: export some functionsLaurent Vivier4-88/+137
2018-03-04target/m68k: TCGv returned by gen_load() must be freedLaurent Vivier1-0/+11