Age | Commit message (Expand) | Author | Files | Lines |
2017-05-19 | Merge remote-tracking branch 'kraxel/tags/pull-audio-20170519-1' into staging | Stefan Hajnoczi | 2 | -2/+3 |
2017-05-19 | audio: Rename hw/audio/audio.h to hw/audio/soundhw.h | Eduardo Habkost | 1 | -0/+0 |
2017-05-19 | audio: Rename audio_init() to soundhw_init() | Eduardo Habkost | 1 | -1/+1 |
2017-05-19 | audio: Move arch_init audio code to hw/audio/soundhw.c | Eduardo Habkost | 2 | -2/+3 |
2017-05-18 | migration: Make savevm.c target independent | Juan Quintela | 1 | -0/+2 |
2017-05-18 | exec: Create include for target_page_size() | Juan Quintela | 2 | -1/+19 |
2017-05-18 | migration: Remove vmstate.h from migration.h | Juan Quintela | 1 | -1/+0 |
2017-05-18 | migration: Remove qemu-file.h from vmstate.h | Juan Quintela | 2 | -3/+1 |
2017-05-18 | migration: Move qjson.h to migration/ | Juan Quintela | 1 | -29/+0 |
2017-05-18 | migration: Remove migration.h from colo.h | Juan Quintela | 1 | -1/+0 |
2017-05-18 | migration: Export qemu-file-channel.c functions in its own file | Juan Quintela | 2 | -4/+1 |
2017-05-18 | migration: Split migration/channel.c for channel operations | Juan Quintela | 1 | -7/+0 |
2017-05-18 | migration: Create migration/xbzrle.h | Juan Quintela | 1 | -4/+0 |
2017-05-18 | block migration: Allow compile time disable | Dr. David Alan Gilbert | 1 | -1/+23 |
2017-05-18 | migration: Remove old MigrationParams | Juan Quintela | 4 | -12/+3 |
2017-05-18 | migration: Remove use of old MigrationParams | Juan Quintela | 1 | -2/+1 |
2017-05-18 | migration: Create block capability | Juan Quintela | 2 | -0/+8 |
2017-05-18 | Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging | Stefan Hajnoczi | 2 | -0/+7 |
2017-05-18 | Merge remote-tracking branch 'quintela/tags/migration/20170517' into staging | Stefan Hajnoczi | 5 | -139/+40 |
2017-05-18 | Merge remote-tracking branch 'mst/tags/for_upstream' into staging | Stefan Hajnoczi | 4 | -27/+37 |
2017-05-18 | Revert "hw/pci: disable pci-bridge's shpc by default" | Marcel Apfelbaum | 1 | -1/+5 |
2017-05-17 | ramblock: add new hmp command "info ramblock" | Peter Xu | 1 | -0/+1 |
2017-05-17 | utils: provide size_to_str() | Peter Xu | 1 | -0/+1 |
2017-05-17 | ramblock: add RAMBLOCK_FOREACH() | Peter Xu | 1 | -0/+5 |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2 | -6/+7 |
2017-05-17 | migration: Move check_migratable() into qdev.c | Juan Quintela | 3 | -7/+3 |
2017-05-17 | migration: Move postcopy stuff to postcopy-ram.c | Juan Quintela | 1 | -26/+0 |
2017-05-17 | migration: Move page_cache.c to migration/ | Juan Quintela | 1 | -86/+0 |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela | 2 | -18/+35 |
2017-05-17 | migration: Pass Error ** argument to {save,load}_vmstate | Juan Quintela | 1 | -2/+2 |
2017-05-16 | xen/mapcache: store dma information in revmapcache entries for debugging | Stefano Stabellini | 1 | -2/+3 |
2017-05-15 | Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into staging | Stefan Hajnoczi | 5 | -15/+13 |
2017-05-15 | Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int... | Stefan Hajnoczi | 7 | -11/+30 |
2017-05-15 | Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170511' into staging | Stefan Hajnoczi | 4 | -7/+8 |
2017-05-12 | Merge tag 'block-pull-request' into staging | Stefan Hajnoczi | 1 | -2/+8 |
2017-05-12 | Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging | Stefan Hajnoczi | 3 | -18/+40 |
2017-05-12 | aio: add missing aio_notify() to aio_enable_external() | Stefan Hajnoczi | 1 | -2/+8 |
2017-05-12 | vnc: replace hweight_long() with ctpopl() | Cédric Le Goater | 1 | -10/+0 |
2017-05-12 | opengl: add egl-headless display | Gerd Hoffmann | 1 | -0/+3 |
2017-05-12 | egl-helpers: fix display init for x11 | Gerd Hoffmann | 1 | -1/+2 |
2017-05-12 | egl-helpers: drop support for gles and debug logging | Gerd Hoffmann | 1 | -1/+1 |
2017-05-12 | virtio-gpu: move virtio_gpu_gl_block | Gerd Hoffmann | 1 | -0/+1 |
2017-05-11 | numa: remove node_cpu bitmaps as they are no longer used | Igor Mammedov | 1 | -1/+0 |
2017-05-11 | machine: call machine init from wrapper | Igor Mammedov | 1 | -0/+1 |
2017-05-11 | numa: remove no longer need numa_post_machine_init() | Igor Mammedov | 1 | -6/+0 |
2017-05-11 | numa: mirror cpu to node mapping in MachineState::possible_cpus | Igor Mammedov | 1 | -0/+3 |
2017-05-11 | spapr: add node-id property to sPAPR core | Igor Mammedov | 2 | -0/+3 |
2017-05-11 | numa: move source of default CPUs to NUMA node mapping into boards | Igor Mammedov | 2 | -3/+7 |
2017-05-11 | numa: equally distribute memory on nodes | Laurent Vivier | 3 | -2/+10 |
2017-05-11 | numa: Allow setting NUMA distance for different NUMA nodes | He Chen | 3 | -0/+7 |