index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-25
libcacard: Fix wrong assertion (reported by cppcheck)
Stefan Weil
1
-1
/
+1
2011-10-25
libcacard/vscclient: fix error paths for socket creation
Alon Levy
1
-2
/
+7
2011-10-25
libcacard/cac: fix typo in cac_delete_pki_applet_private
Alon Levy
1
-1
/
+2
2011-10-24
Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging
Anthony Liguori
23
-1060
/
+1309
2011-10-23
Add stdio char device on windows
Fabien Chouteau
1
-2
/
+225
2011-10-23
Sparc: split CWP and PSTATE op helpers
Blue Swirl
4
-491
/
+524
2011-10-23
Sparc: avoid AREG0 for lazy condition code helpers
Blue Swirl
5
-50
/
+49
2011-10-23
Sparc: split lazy condition code handling op helpers
Blue Swirl
3
-466
/
+488
2011-10-23
Sparc: avoid AREG0 for float and VIS ops
Blue Swirl
5
-274
/
+281
2011-10-23
Sparc: split FPU and VIS op helpers
Blue Swirl
4
-745
/
+800
2011-10-23
Sparc: fix coding style
Blue Swirl
1
-452
/
+502
2011-10-23
Sparc: avoid AREG0 for raise_exception and helper_debug
Blue Swirl
4
-72
/
+70
2011-10-23
Sparc: move trivial functions from op_helper.c
Blue Swirl
3
-47
/
+46
2011-10-23
Sparc: split helper.c
Blue Swirl
7
-1084
/
+1139
2011-10-23
Sparc: fix coding style
Blue Swirl
1
-32
/
+41
2011-10-23
m48t59: fix write access
Blue Swirl
1
-1
/
+1
2011-10-23
m48t59: drop obsolete address base arithmetic
Blue Swirl
1
-2
/
+0
2011-10-23
pci_bridge: fix typo
Blue Swirl
1
-1
/
+1
2011-10-21
simplify main loop functions
Paolo Bonzini
3
-44
/
+41
2011-10-21
Revert to a hand-made select loop
Paolo Bonzini
1
-53
/
+1
2011-10-21
main-loop: create main-loop.c
Paolo Bonzini
11
-454
/
+523
2011-10-21
main-loop: create main-loop.h
Paolo Bonzini
12
-64
/
+336
2011-10-21
qemu-timer: do not use RunState change handlers
Paolo Bonzini
1
-8
/
+4
2011-10-21
qemu-timer: move more stuff out of qemu-timer.c
Paolo Bonzini
4
-31
/
+32
2011-10-21
qemu-timer: use atexit for quit_timers
Paolo Bonzini
3
-9
/
+8
2011-10-21
qemu-timer: do not refer to runstate_is_running()
Paolo Bonzini
2
-4
/
+2
2011-10-21
qemu-timer: move icount to cpus.c
Paolo Bonzini
6
-323
/
+296
2011-10-21
qemu-timer: more clock functions
Paolo Bonzini
2
-0
/
+28
2011-10-21
qemu-timer: move common code to qemu_rearm_alarm_timer
Paolo Bonzini
1
-76
/
+53
2011-10-21
qemu-timer: remove active_timers array
Paolo Bonzini
1
-31
/
+28
2011-10-21
remove unused function
Paolo Bonzini
2
-6
/
+0
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
[next]