Age | Commit message (Expand) | Author |
2018-06-01 | sandbox: disable -sandbox if CONFIG_SECCOMP undefined | Yi Min Zhao |
2018-05-31 | xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages | Paul Durrant |
2018-05-31 | xen/hvm: correct reporting of modified memory under physmap during migration | Igor Druzhinin |
2018-05-31 | vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAY | Peter Maydell |
2018-05-31 | Make address_space_get_iotlb_entry() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make flatview_translate() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make MemoryRegion valid.accepts callback take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make memory_region_access_valid() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make address_space_access_valid() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make address_space_map() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make address_space_translate{, _cached}() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make tb_invalidate_phys_addr() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | memory.h: Improve IOMMU related documentation | Peter Maydell |
2018-05-31 | tcg: Fix helper function vs host abi for float16 | Richard Henderson |
2018-05-31 | Merge remote-tracking branch 'remotes/ehabkost/tags/numa-next-pull-request' i... | Peter Maydell |
2018-05-30 | cli: add --preconfig option | Igor Mammedov |
2018-05-30 | qapi: introduce new cmd option "allow-preconfig" | Igor Mammedov |
2018-05-30 | numa: split out NumaOptions parsing into set_numa_options() | Igor Mammedov |
2018-05-30 | numa: postpone options post-processing till machine_run_board_init() | Igor Mammedov |
2018-05-30 | job: Add error message for failing jobs | Kevin Wolf |
2018-05-25 | gdbstub: Clarify what gdb_handlesig() is doing | Peter Maydell |
2018-05-24 | linux-user: Assert on bad type in thunk_type_align() and thunk_type_size() | Peter Maydell |
2018-05-24 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180524-pull-request' ... | Peter Maydell |
2018-05-24 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-05-24 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2018-05-24 | Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'... | Peter Maydell |
2018-05-24 | vga: move bochs vbe defines to header file | Gerd Hoffmann |
2018-05-23 | intel-iommu: rework the page walk logic | Peter Xu |
2018-05-23 | util: implement simple iova tree | Peter Xu |
2018-05-23 | intel-iommu: only do page walk for MAP notifiers | Peter Xu |
2018-05-23 | intel-iommu: add iommu lock | Peter Xu |
2018-05-23 | intel-iommu: remove IntelIOMMUNotifierNode | Peter Xu |
2018-05-23 | nvdimm: fix typo in label-size definition | Ross Zwisler |
2018-05-23 | virtio: support setting memory region based host notifier | Tiwei Bie |
2018-05-23 | blockjob: Remove BlockJob.driver | Kevin Wolf |
2018-05-23 | job: Add query-jobs QMP command | Kevin Wolf |
2018-05-23 | job: Move progress fields to Job | Kevin Wolf |
2018-05-23 | job: Add job_transition_to_ready() | Kevin Wolf |
2018-05-23 | job: Add job_is_ready() | Kevin Wolf |
2018-05-23 | job: Add job_dismiss() | Kevin Wolf |
2018-05-23 | job: Add job_yield() | Kevin Wolf |
2018-05-23 | job: Move completion and cancellation to Job | Kevin Wolf |
2018-05-23 | job: Move transactions to Job | Kevin Wolf |
2018-05-23 | job: Switch transactions to JobTxn | Kevin Wolf |
2018-05-23 | job: Move job_finish_sync() to Job | Kevin Wolf |
2018-05-23 | job: Move .complete callback to Job | Kevin Wolf |
2018-05-23 | job: Add job_drain() | Kevin Wolf |
2018-05-23 | job: Convert block_job_cancel_async() to Job | Kevin Wolf |
2018-05-23 | job: Move single job finalisation to Job | Kevin Wolf |
2018-05-23 | job: Add job_event_*() | Kevin Wolf |