Age | Commit message (Expand) | Author | Files | Lines |
2018-02-07 | arm: postpone device listener unregister | Peter Xu | 1 | -1/+1 |
2018-02-07 | vhost: add traces for memory listeners | Peter Xu | 2 | -0/+13 |
2018-02-07 | ucontext: annotate coroutine stack for ASAN | Marc-André Lureau | 4 | -1/+84 |
2018-02-07 | build-sys: add --enable-sanitizers | Marc-André Lureau | 1 | -0/+30 |
2018-02-07 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180206a'... | Peter Maydell | 13 | -96/+151 |
2018-02-06 | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'... | Peter Maydell | 12 | -100/+150 |
2018-02-06 | vfio/pci: Add option to disable GeForce quirks | Alex Williamson | 3 | -3/+9 |
2018-02-06 | vfio/common: Remove redundant copy of local variable | Alexey Kardashevskiy | 1 | -1/+0 |
2018-02-06 | hw/vfio/platform: Init the interrupt mutex | Eric Auger | 1 | -0/+2 |
2018-02-06 | vfio/pci: Allow relocating MSI-X MMIO | Alex Williamson | 3 | -1/+101 |
2018-02-06 | qapi: Create DEFINE_PROP_OFF_AUTO_PCIBAR | Alex Williamson | 3 | -0/+41 |
2018-02-06 | vfio/pci: Emulate BARs | Alex Williamson | 1 | -0/+2 |
2018-02-06 | vfio/pci: Add base BAR MemoryRegion | Alex Williamson | 2 | -25/+72 |
2018-02-06 | vfio/pci: Fixup VFIOMSIXInfo comment | Alex Williamson | 1 | -1/+1 |
2018-02-06 | spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM device | Alexey Kardashevskiy | 3 | -1/+30 |
2018-02-06 | vfio/spapr: Use iommu memory region's get_attr() | Alexey Kardashevskiy | 2 | -0/+28 |
2018-02-06 | memory/iommu: Add get_attr() | Alexey Kardashevskiy | 2 | -0/+35 |
2018-02-06 | tcg: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 3 | -9/+9 |
2018-02-06 | hw/xen*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 2 | -6/+8 |
2018-02-06 | hw/sparc*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 4 | -25/+21 |
2018-02-06 | hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF() | Alistair Francis | 1 | -3/+4 |
2018-02-06 | hw/ppc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 7 | -31/+28 |
2018-02-06 | hw/pci*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 2 | -5/+5 |
2018-02-06 | hw/openrisc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -2/+2 |
2018-02-06 | hw/moxie: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -7/+6 |
2018-02-06 | hw/mips: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 5 | -33/+27 |
2018-02-06 | hw/lm32: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 2 | -8/+6 |
2018-02-06 | hw/dma: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -18/+18 |
2018-02-06 | hw/arm: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 11 | -33/+38 |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis | 11 | -93/+85 |
2018-02-06 | error: Improve documentation of error_append_hint() | Markus Armbruster | 1 | -0/+8 |
2018-02-06 | migration: incoming postcopy advise sanity checks | Greg Kurz | 1 | -3/+18 |
2018-02-06 | migration: Don't leak IO channels | Ross Lagerwall | 1 | -0/+2 |
2018-02-06 | migration: Recover block devices if failure in device state | Dr. David Alan Gilbert | 1 | -1/+2 |
2018-02-06 | tests: Adjust sleeps for migration test | Juan Quintela | 1 | -15/+14 |
2018-02-06 | tests: Create migrate-start-postcopy command | Juan Quintela | 1 | -4/+10 |
2018-02-06 | Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180204' into staging | Peter Maydell | 5 | -9/+11 |
2018-02-06 | tests: Add deprecated commands migration test | Juan Quintela | 1 | -0/+46 |
2018-02-06 | tests: Use consistent names for migration | Juan Quintela | 1 | -4/+4 |
2018-02-06 | tests: Consolidate accelerators declaration | Juan Quintela | 1 | -6/+8 |
2018-02-06 | tests: Remove deprecated migration tests commands | Juan Quintela | 1 | -25/+8 |
2018-02-06 | migration: Drop current address parameter from save_zero_page() | Juan Quintela | 1 | -6/+5 |
2018-02-06 | migration: use s->threshold_size inside migration_update_counters | Wei Wang | 1 | -3/+2 |
2018-02-06 | migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32 | Daniel Henrique Barboza | 1 | -1/+1 |
2018-02-06 | migration: Route errors down through migration_channel_connect | Dr. David Alan Gilbert | 7 | -25/+23 |
2018-02-06 | migration: Allow migrate_fd_connect to take an Error * | Dr. David Alan Gilbert | 4 | -4/+9 |
2018-02-05 | docker: change Fedora images to run with python3 | Daniel P. Berrange | 1 | -1/+2 |
2018-02-05 | travis: improve python version test coverage | Daniel P. Berrange | 1 | -5/+9 |
2018-02-05 | ui: update keycodemapdb to get py3 fixes | Daniel P. Berrange | 1 | -0/+0 |
2018-02-05 | input: add missing JIS keys to virtio input | Miika S | 2 | -1/+4 |