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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-21
block: add a CoMutex to synchronous read drivers
Paolo Bonzini
9
-0
/
+18
2011-10-21
vmdk: clean up open
Paolo Bonzini
1
-22
/
+15
2011-10-21
vmdk: fix return values of vmdk_parent_open
Paolo Bonzini
1
-6
/
+9
2011-10-21
pc: Fix floppy drives with if=none
Kevin Wolf
5
-16
/
+38
2011-10-21
qcow2: Fix bdrv_write_compressed error handling
Kevin Wolf
2
-13
/
+22
2011-10-21
qemu-img: Don't allow preallocation and compression at the same time
Kevin Wolf
1
-0
/
+11
2011-10-21
fdc: Fix floppy port I/O
Kevin Wolf
1
-0
/
+2
2011-10-21
block: add bdrv_co_discard and bdrv_aio_discard support
Paolo Bonzini
5
-17
/
+109
2011-10-21
block: drop redundant bdrv_flush implementation
Stefan Hajnoczi
7
-74
/
+3
2011-10-21
block: unify flush implementations
Paolo Bonzini
3
-90
/
+76
2011-10-21
xen_disk: Always set feature-barrier = 1
Kevin Wolf
1
-3
/
+2
2011-10-21
fix memory leak in aio_write_f
Alex Jia
1
-0
/
+1
2011-10-21
block: rename bdrv_co_rw_bh
Paolo Bonzini
1
-2
/
+2
2011-10-21
add socket_set_block
Paolo Bonzini
3
-0
/
+14
2011-10-21
sheepdog: add coroutine_fn markers
Paolo Bonzini
1
-7
/
+7
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
[next]