Age | Commit message (Expand) | Author | Files | Lines |
2018-02-15 | vl: pause vcpus before stopping iothreads | Stefan Hajnoczi | 1 | -1/+9 |
2018-02-09 | Drop superfluous includes of qapi/qmp/qjson.h | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+2 |
2018-02-09 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -1/+1 |
2018-02-06 | tcg: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -1/+1 |
2018-01-26 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180126-v3-pull-reques... | Peter Maydell | 1 | -15/+0 |
2018-01-26 | usb: Remove legacy -usbdevice options (host, serial, disk and net) | Thomas Huth | 1 | -15/+0 |
2018-01-25 | sdl: reorganize -no-frame support | Gerd Hoffmann | 1 | -2/+2 |
2018-01-19 | possible_cpus: add CPUArchId::type field | Igor Mammedov | 1 | -2/+1 |
2018-01-16 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -3/+6 |
2018-01-16 | vl: fix direct firmware directories leak | Marc-André Lureau | 1 | -3/+6 |
2018-01-15 | migration: finalize current_migration object | Vladimir Sementsov-Ogievskiy | 1 | -0/+1 |
2017-12-22 | block: Remove the deprecated -hdachs option | Thomas Huth | 1 | -84/+2 |
2017-12-21 | Remove legacy -no-kvm-pit option | Thomas Huth | 1 | -4/+0 |
2017-12-18 | hw/display/vga: extract public API from i386/pc to "hw/display/vga.h" | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-12-18 | misc: remove duplicated includes | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-12-14 | hmp-commands: Remove the deprecated usb_add and usb_del | Thomas Huth | 1 | -44/+0 |
2017-11-16 | NUMA: Enable adding NUMA node implicitly | Dou Liyang | 1 | -2/+1 |
2017-11-13 | hw: add .min_cpus and .default_cpus fields to machine_class | Emilio G. Cota | 1 | -3/+18 |
2017-10-25 | vl: remove unnecessary #ifdef CONFIG_TPM | Philippe Mathieu-Daudé | 1 | -2/+0 |
2017-10-13 | tpm: Move tpm_cleanup() to right place | Amarnath Valluri | 1 | -0/+1 |
2017-10-09 | vl: exit if maxcpus is negative | Seeteena Thoufeek | 1 | -3/+3 |
2017-10-09 | vl: Eliminate defconfig variable | Eduardo Habkost | 1 | -4/+1 |
2017-09-26 | Add --firmwarepath to configure | Gerd Hoffmann | 1 | -3/+9 |
2017-09-26 | add qemu_add_data_dir() | Gerd Hoffmann | 1 | -11/+23 |
2017-09-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+2 |
2017-09-22 | vl: Don't include vde header | Fam Zheng | 1 | -4/+0 |
2017-09-22 | scsi, file-posix: add support for persistent reservation management | Paolo Bonzini | 1 | -1/+2 |
2017-09-19 | vl.c: convert cpu_model to cpu type and set of global properties before machi... | Igor Mammedov | 1 | -0/+10 |
2017-09-19 | vl: Clean up user-creatable objects when exiting | Eduardo Habkost | 1 | -0/+1 |
2017-09-15 | seccomp: add resourcecontrol argument to command line | Eduardo Otubo | 1 | -0/+16 |
2017-09-15 | seccomp: add spawn argument to command line | Eduardo Otubo | 1 | -0/+16 |
2017-09-15 | seccomp: add elevateprivileges argument to command line | Eduardo Otubo | 1 | -0/+27 |
2017-09-15 | seccomp: add obsolete argument to command line | Eduardo Otubo | 1 | -1/+23 |
2017-09-15 | seccomp: changing from whitelist to blacklist | Eduardo Otubo | 1 | -1/+0 |
2017-09-06 | runstate/migrate: Two more transitions | Dr. David Alan Gilbert | 1 | -0/+2 |
2017-09-05 | virtfs: error out gracefully when mandatory suboptions are missing | Greg Kurz | 1 | -6/+10 |
2017-09-04 | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 1 | -3/+3 |
2017-08-08 | maint: Include bug-reporting info in --help output | Eric Blake | 1 | -1/+3 |
2017-08-08 | rcu: completely disable pthread_atfork callbacks as soon as possible | Paolo Bonzini | 1 | -0/+1 |
2017-08-01 | char: don't exit on hmp 'chardev-add help' | Anton Nefedov | 1 | -4/+6 |
2017-08-01 | vl.c/exit: pause cpus before closing block devices | Dr. David Alan Gilbert | 1 | -1/+1 |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -4/+4 |
2017-07-14 | vl: fix breakage of -tb-size | Emilio G. Cota | 1 | -4/+4 |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis | 1 | -10/+10 |
2017-07-10 | vl: move global property, migrate init earlier | Peter Xu | 1 | -12/+12 |
2017-07-10 | migration: fix handling for --only-migratable | Peter Xu | 1 | -1/+1 |
2017-07-04 | vl: add tcg_enabled() for tcg related code | Yang Zhong | 1 | -1/+7 |
2017-07-04 | vl: convert -tb-size to qemu_strtoul | Paolo Bonzini | 1 | -3/+3 |
2017-06-28 | migration: move only_migratable to MigrationState | Peter Xu | 1 | -2/+7 |