index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-23
pci_bridge: fix typo
Blue Swirl
1
-1
/
+1
2011-10-21
compatfd.c: Don't pass NULL pointer to SYS_signalfd
Peter Maydell
1
-2
/
+10
2011-10-21
linux-user: Fix broken "-version" option
Peter Maydell
1
-11
/
+8
2011-10-21
hw/arm_gic.c: Fix save/load of irq_target array
Dmitry Koshelev
1
-8
/
+8
2011-10-21
hw/omap2: Wire up the IRQ for the 2430's fifth GPIO module
Peter Maydell
1
-0
/
+5
2011-10-20
hw/9pfs: Fix broken compilation caused by wrong trace events
Stefan Weil
1
-4
/
+4
2011-10-20
Merge remote-tracking branch 'quintela/migration-pull' into staging
Anthony Liguori
13
-598
/
+550
2011-10-20
Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into staging
Anthony Liguori
22
-649
/
+544
2011-10-20
Merge remote-tracking branch 'aneesh/for-upstream-6' into staging
Anthony Liguori
22
-883
/
+852
2011-10-20
migration: make migration-{tcp,unix} consistent
Juan Quintela
2
-26
/
+35
2011-10-20
migration: propagate error correctly
Juan Quintela
2
-25
/
+21
2011-10-20
migration: Don't use callback on file defining it
Juan Quintela
2
-5
/
+5
2011-10-20
migration: Make state definitions local
Juan Quintela
2
-8
/
+8
2011-10-20
migration: Export a function that tells if the migration has finished correctly
Juan Quintela
3
-5
/
+5
2011-10-20
migration: Pass MigrationState in migration notifiers
Juan Quintela
1
-4
/
+4
2011-10-20
migration: Use bandwidth_limit directly
Juan Quintela
1
-7
/
+8
2011-10-20
migration: create accessor for current_migration
Juan Quintela
1
-61
/
+55
2011-10-20
migration: Move exported functions to the end of the file
Juan Quintela
1
-96
/
+91
2011-10-20
migration: Remove migration cancel() callback
Juan Quintela
2
-6
/
+4
2011-10-20
migration: Remove get_status() accessor
Juan Quintela
2
-12
/
+5
2011-10-20
migration: Our release callback was just free
Juan Quintela
2
-19
/
+1
2011-10-20
migration: Introduce migrate_fd_completed() for consistency
Juan Quintela
1
-7
/
+13
2011-10-20
migration: Refactor and simplify error checking in migrate_fd_put_ready
Juan Quintela
1
-11
/
+10
2011-10-20
migration: Introduce MIG_STATE_SETUP
Juan Quintela
2
-5
/
+12
2011-10-20
migration: move migrate_new to do_migrate
Juan Quintela
6
-100
/
+46
2011-10-20
migration: Make all posible migration functions static
Juan Quintela
2
-48
/
+36
2011-10-20
migration: Refactor MigrationState creation
Juan Quintela
6
-70
/
+32
2011-10-20
migration: Rename FdMigrationState MigrationState
Juan Quintela
6
-58
/
+58
2011-10-20
migration: Fold MigrationState into FdMigrationState
Juan Quintela
6
-46
/
+31
2011-10-20
migration: Use FdMigrationState instead of MigrationState when possible
Juan Quintela
2
-26
/
+24
2011-10-20
migration: Make *start_outgoing_migration return FdMigrationState
Juan Quintela
6
-14
/
+14
2011-10-20
migration: make *save_live return errors
Juan Quintela
3
-11
/
+29
2011-10-20
migration: use qemu_file_get_error() return value when possible
Juan Quintela
4
-16
/
+24
2011-10-20
savevm: Rename has_error to last_error field
Juan Quintela
1
-8
/
+8
2011-10-20
migration: rename qemu_file_has_error to qemu_file_get_error
Juan Quintela
6
-20
/
+21
2011-10-20
migration: return real error code
Juan Quintela
2
-19
/
+26
2011-10-20
migration: change has_error to contain errno values
Juan Quintela
6
-14
/
+15
2011-10-20
migration: set error if select return one error
Juan Quintela
1
-0
/
+4
2011-10-20
migration: don't "write" when migration is not active
Juan Quintela
1
-0
/
+4
2011-10-20
buffered_file: reuse QEMUFile has_error field
Juan Quintela
1
-9
/
+8
2011-10-20
buffered_file: Use right "opaque"
Juan Quintela
1
-1
/
+1
2011-10-20
migration: If there is one error, it makes no sense to continue
Juan Quintela
1
-3
/
+9
2011-10-20
migration: add error handling to migrate_fd_put_notify().
Yoshiaki Tamura
1
-3
/
+3
2011-10-20
migration: Check that migration is active before cancel it
Juan Quintela
1
-2
/
+2
2011-10-20
migration: simplify state assignmente
Juan Quintela
1
-7
/
+4
2011-10-20
ds1225y: Use stdio instead of QEMUFile
Juan Quintela
1
-12
/
+16
2011-10-20
Revert "savevm: fix corruption in vmstate_subsection_load()."
Juan Quintela
1
-9
/
+1
2011-10-20
savevm: improve subsections detection on load
Juan Quintela
1
-35
/
+75
2011-10-20
savevm: define qemu_get_byte() using qemu_peek_byte()
Juan Quintela
1
-9
/
+6
2011-10-20
savevm: some coding style cleanups
Juan Quintela
1
-7
/
+14
[next]