summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-07vl: add -vga help supportMarc-André Lureau1-9/+31
2019-05-07vl: constify VGAInterfaceInfoMarc-André Lureau1-3/+3
2019-04-29trace: fix runstate tracingYury Kotov1-1/+1
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost1-9/+9
2019-04-25vl: Simplify machine_parse()Markus Armbruster1-12/+10
2019-04-25vl: Clean up after previous commitMarkus Armbruster1-17/+8
2019-04-25vl.c: allocate TYPE_MACHINE list once during bootupWei Yang1-13/+11
2019-04-25vl.c: make find_default_machine() localWei Yang1-1/+1
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+1
2019-04-18vl: Make -machine $TYPE,help and -accel help print to stdoutMarkus Armbruster1-5/+5
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-1/+1
2019-04-02vl: Document dependencies hiding in global and compat propsMarkus Armbruster1-2/+22
2019-04-02Revert "migration: move only_migratable to MigrationState"Markus Armbruster1-7/+2
2019-04-02Revert "vl: Fix to create migration object before block backends again"Markus Armbruster1-8/+7
2019-04-02vl: Fix error location of positional argumentsMarkus Armbruster1-0/+1
2019-03-19vl: Fix to create migration object before block backends againMarkus Armbruster1-7/+8
2019-03-13Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' i...Peter Maydell1-1/+1
2019-03-13iconv: detect and make curses depend on itSamuel Thibault1-1/+1
2019-03-12Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request...Peter Maydell1-1/+6
2019-03-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-1/+0
2019-03-11vl: Create block backends before setting machine propertiesMarkus Armbruster1-2/+7
2019-03-11vl: Factor configure_blockdev() out of main()Markus Armbruster1-32/+42
2019-03-11vl: Improve legibility of BlockdevOptions queueMarkus Armbruster1-10/+12
2019-03-11sysbus: Fix latent bug with onboard devicesMarkus Armbruster1-0/+4
2019-03-11vl: Fix latent bug with -global and onboard devicesMarkus Armbruster1-17/+2
2019-03-11qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster1-0/+1
2019-03-11hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_sizePhilippe Mathieu-Daudé1-1/+0
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán1-1/+6
2019-03-11hw/display: Add basic ATI VGA emulationBALATON Zoltan1-0/+1
2019-03-07slirp: move sources to src/ subdirectoryMarc-André Lureau1-3/+0
2019-03-06migration/ram.c: add a notifier chain for precopyWei Wang1-0/+1
2019-03-06migration: Cleanup during exitDr. David Alan Gilbert1-1/+6
2019-03-05vl: Set machine ram_size, maxram_size and ram_slots earlierEric Auger1-3/+3
2019-02-14Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-6/+0
2019-02-14qemu-options: Remove deprecated option -clockThomas Huth1-6/+0
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini1-4/+4
2019-02-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-65/+1
2019-02-05qemu-options: Remove deprecated "-virtioconsole" optionPaolo Bonzini1-60/+1
2019-02-05Remove deprecated -enable-hax optionThomas Huth1-5/+0
2019-02-05Remove deprecated -no-frame optionThomas Huth1-20/+3
2019-01-25trace: improve runstate tracingVladimir Sementsov-Ogievskiy1-2/+5
2019-01-14Remove broken Xen PV domain builderAnthony PERARD1-7/+0
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2019-01-11accel: Improve selection of the default acceleratorThomas Huth1-1/+1
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau1-1/+0
2019-01-07qdev: all globals are now user-providedMarc-André Lureau1-1/+0
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau1-1/+0
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-1/+0
2019-01-04fw_cfg: Make qemu_extra_params_fw locallyLi Qiang1-1/+0
2019-01-04fw_cfg: Fix -boot reboot-timeout error checkingLi Qiang1-1/+1