Age | Commit message (Expand) | Author |
2017-04-21 | ram: Remove unused dup_mig_bytes_transferred() | Juan Quintela |
2017-04-21 | ram: Move dup_pages into RAMState | Juan Quintela |
2017-04-21 | ram: Move iterations_prev into RAMState | Juan Quintela |
2017-04-21 | ram: Move xbzrle_cache_miss_prev into RAMState | Juan Quintela |
2017-04-21 | ram: Change num_dirty_pages_period type to uint64_t | Juan Quintela |
2017-04-21 | ram: Move num_dirty_pages_period into RAMState | Juan Quintela |
2017-04-21 | ram: Change byte_xfer_{prev,now} type to uint64_t | Juan Quintela |
2017-04-21 | ram: Move bytes_xfer_prev into RAMState | Juan Quintela |
2017-04-21 | ram: Move start time into RAMState | Juan Quintela |
2017-04-21 | ram: Move bitmap_sync_count into RAMState | Juan Quintela |
2017-04-21 | ram: Add dirty_rate_high_cnt to RAMState | Juan Quintela |
2017-04-21 | ram: Create RAMState | Juan Quintela |
2017-04-21 | ram: Rename block_name to rbname | Juan Quintela |
2017-04-21 | ram: Rename flush_page_queue() to migration_page_queue_free() | Juan Quintela |
2017-04-21 | ram: Update all functions comments | Juan Quintela |
2017-04-20 | Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1 | Peter Maydell |
2017-04-20 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170420'... | Peter Maydell |
2017-04-20 | arm: Remove workarounds for old M-profile exception return implementation | Peter Maydell |
2017-04-20 | arm: Implement M profile exception return properly | Peter Maydell |
2017-04-20 | arm: Track M profile handler mode state in TB flags | Peter Maydell |
2017-04-20 | arm: Abstract out "are we singlestepping" test to utility function | Peter Maydell |
2017-04-20 | arm: Move condition-failed codepath generation out of if() | Peter Maydell |
2017-04-20 | arm: Move gen_set_condexec() and gen_set_pc_im() up in the file | Peter Maydell |
2017-04-20 | arm: Factor out "generate right kind of step exception" | Peter Maydell |
2017-04-20 | arm: Thumb shift operations should not permit interworking branches | Peter Maydell |
2017-04-20 | arm: Don't implement BXJ on M-profile CPUs | Peter Maydell |
2017-04-20 | xlnx-zynqmp: Set the Cadence GEM revision | Alistair Francis |
2017-04-20 | cadence_gem: Make the revision a property | Alistair Francis |
2017-04-20 | cadence_gem: Correct the interupt logic | Alistair Francis |
2017-04-20 | cadence_gem: Correct the multi-queue can rx logic | Alistair Francis |
2017-04-20 | cadence_gem: Read the correct queue descriptor | Alistair Francis |
2017-04-20 | hw/arm: Qomify pxa2xx.c | Suramya Shah |
2017-04-20 | arm/kvm: Remove trailing newlines from error_report() | Ishani Chugh |
2017-04-20 | stellaris: Don't hw_error() on bad register accesses | Peter Maydell |
2017-04-20 | target/arm: Add assertion about FSC format for syndrome registers | Peter Maydell |
2017-04-20 | arm: Move excnames[] array into arm_log_exceptions() | Peter Maydell |
2017-04-20 | target/arm: Add missing entries to excnames[] for log strings | Peter Maydell |
2017-04-20 | hw/misc/exynos4210_pmu: Reorder local variables for readability | Krzysztof Kozlowski |
2017-04-20 | hw/char/exynos4210_uart: Constify static array and few arguments | Krzysztof Kozlowski |
2017-04-20 | hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report | Krzysztof Kozlowski |
2017-04-20 | hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into account | Ard Biesheuvel |
2017-04-20 | Open 2.10 development tree | Peter Maydell |
2017-04-20 | Update version for v2.9.0 releasev2.9.0 | Peter Maydell |
2017-04-18 | Update version for v2.9.0-rc5 releasev2.9.0-rc5 | Peter Maydell |
2017-04-18 | Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into staging | Peter Maydell |
2017-04-18 | block: Drain BH in bdrv_drained_begin | Fam Zheng |
2017-04-18 | block: Walk bs->children carefully in bdrv_drain_recurse | Fam Zheng |
2017-04-18 | 9pfs: local: set the path of the export root to "." | Greg Kurz |
2017-04-11 | Update version for v2.9.0-rc4 releasev2.9.0-rc4 | Peter Maydell |
2017-04-11 | block/io: Comment out permission assertions | Max Reitz |