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
2013-08-22
aio / timers: On timer modification, qemu_notify or aio_notify
Alex Bligh
2
-3
/
+19
2013-08-22
aio / timers: Convert mainloop to use timeout
Alex Bligh
1
-14
/
+37
2013-08-22
aio / timers: Convert aio_poll to use AioContext timers' deadline
Alex Bligh
2
-8
/
+30
2013-08-22
aio / timers: Add aio_timer_init & aio_timer_new wrappers
Alex Bligh
1
-0
/
+43
2013-08-22
aio / timers: aio_ctx_prepare sets timeout from AioContext timers
Alex Bligh
1
-1
/
+12
2013-08-22
aio / timers: Add a notify callback to QEMUTimerList
Alex Bligh
3
-12
/
+53
2013-08-22
aio / timers: Add QEMUTimerListGroup to AioContext
Alex Bligh
4
-0
/
+12
2013-08-22
aio / timers: Add QEMUTimerListGroup and helper functions
Alex Bligh
3
-0
/
+92
2013-08-22
aio / timers: Untangle include files
Alex Bligh
36
-4
/
+39
2013-08-22
aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList
Alex Bligh
2
-79
/
+476
2013-08-22
aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress
Alex Bligh
2
-8
/
+31
2013-08-22
aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack
Alex Bligh
2
-0
/
+25
2013-08-22
aio / timers: add ppoll support with qemu_poll_ns
Alex Bligh
3
-0
/
+55
2013-08-22
MAINTAINERS: Take over 0.15 maintenance
Andreas Färber
1
-1
/
+2
2013-08-22
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
16
-52
/
+486
2013-08-22
Merge remote-tracking branch 'jliu/or32' into staging
Anthony Liguori
2
-11
/
+9
2013-08-22
aio / timers: Consistent treatment of disabled clocks for deadlines
Alex Bligh
1
-1
/
+1
2013-08-22
aio / timers: add qemu-timer.c utility functions
Alex Bligh
2
-0
/
+92
2013-08-22
aio / timers: Rename qemu_new_clock and expose clock types
Alex Bligh
2
-8
/
+8
2013-08-22
aio / timers: Rename qemu_timer_* functions
Alex Bligh
10
-27
/
+27
2013-08-22
vmdk: support vmfs files
Paolo Bonzini
1
-2
/
+3
2013-08-22
vmdk: support vmfsSparse files
Fam Zheng
1
-8
/
+9
2013-08-22
vmdk: fix L1 and L2 table size in vmdk3 open
Fam Zheng
1
-8
/
+8
2013-08-22
vmdk: Move l1_size check into vmdk_add_extent()
Fam Zheng
1
-8
/
+8
2013-08-22
block: better error message for read only format name
Fam Zheng
1
-1
/
+5
2013-08-22
block: Produce zeros when protocols reading beyond end of file
MORITA Kazutaka
1
-1
/
+29
2013-08-22
block: Introduce bs->zero_beyond_eof
Asias He
3
-0
/
+8
2013-08-21
pc_piix: Kill pc_init1() memory region args
Eduardo Habkost
1
-5
/
+5
2013-08-21
pc: pc_compat_1_4() now can call pc_compat_1_5()
Eduardo Habkost
2
-4
/
+4
2013-08-21
pc: Create pc_compat_*() functions
Eduardo Habkost
2
-18
/
+65
2013-08-21
pc: Kill pc_init_pci_1_0()
Eduardo Habkost
1
-10
/
+4
2013-08-21
pc: Don't explode QEMUMachineInitArgs into local variables needlessly
Markus Armbruster
1
-13
/
+9
2013-08-21
pc: Don't prematurely explode QEMUMachineInitArgs
Markus Armbruster
1
-49
/
+16
2013-08-21
ppc: Don't duplicate QEMUMachineInitArgs in PPCE500Params
Markus Armbruster
4
-41
/
+23
2013-08-21
ppc: Don't explode QEMUMachineInitArgs into local variables needlessly
Markus Armbruster
2
-24
/
+12
2013-08-21
sun4: Don't prematurely explode QEMUMachineInitArgs
Markus Armbruster
2
-125
/
+40
2013-08-21
qcow2: Change default for new images to compat=1.1
Kevin Wolf
1
-1
/
+1
2013-08-21
q35: Add PCIe switch to example q35 configuration
Alex Williamson
1
-0
/
+23
2013-08-21
hw/openrisc: Avoid undefined shift in openrisc_pic_cpu_handler()
Jia Liu
1
-1
/
+3
2013-08-21
hw/openrisc: Fix masking in openrisc_pic_cpu_handler()
Jia Liu
1
-8
/
+5
2013-08-21
hw/openrisc: Avoid using uninitialised variable 'entry'
Jia Liu
1
-2
/
+1
2013-08-21
loader: store FW CFG ROM files in RAM
Michael S. Tsirkin
4
-3
/
+51
2013-08-21
arch_init: align MR size to target page size
Michael S. Tsirkin
1
-1
/
+2
2013-08-21
pc: cleanup 1.4 compat support
Michael S. Tsirkin
2
-4
/
+4
2013-08-20
kvm: i386: fix LAPIC TSC deadline timer save/restore
Marcelo Tosatti
1
-3
/
+26
2013-08-20
kvm-all.c: max_cpus should not exceed KVM vcpu limit
Marcelo Tosatti
1
-0
/
+7
2013-08-20
kvm: Simplify kvm_handle_io
Jan Kiszka
1
-26
/
+2
2013-08-20
kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled
Liu Jinsong
1
-2
/
+15
2013-08-20
Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130820' into st...
Anthony Liguori
26
-210
/
+514
2013-08-20
scripts/qapi.py: Avoid syntax not supported by Python 2.4
Peter Maydell
1
-1
/
+1
[prev]
[next]