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
2010-04-23
qcow2: Fix creation of large images
Kevin Wolf
1
-10
/
+33
2010-04-23
qcow2: Trigger blkdebug events
Kevin Wolf
5
-0
/
+125
2010-04-23
blkdebug: Add events and rules
Kevin Wolf
4
-1
/
+272
2010-04-23
Make qemu-config available for tools
Kevin Wolf
4
-21
/
+20
2010-04-23
blkdebug: Inject errors
Kevin Wolf
1
-0
/
+81
2010-04-23
blkdebug: Basic request passthrough
Kevin Wolf
2
-1
/
+105
2010-04-23
qemu-config: Make qemu_config_parse more generic
Kevin Wolf
2
-7
/
+13
2010-04-23
qemu-config: qemu_read_config_file() reads the normal config file
Kevin Wolf
3
-24
/
+28
2010-04-22
audio/sdlaudio: remove unused variable
Serge Ziryukin
1
-9
/
+2
2010-04-22
bt-sdp: Fix an excessive ; and assignment of the wrong variable
Andrzej Zaborowski
1
-2
/
+2
2010-04-22
bt-l2cap: fix if statement with empty body, spotted by clang
Blue Swirl
1
-3
/
+3
2010-04-21
audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixup
malc
1
-5
/
+6
2010-04-20
pci: fix pci_find_bus().
Isaku Yamahata
1
-9
/
+16
2010-04-20
slirp: fix structure initialization in tcp_listen()
Juha Riihimäki
1
-0
/
+1
2010-04-19
Compile event_notifier only once
Blue Swirl
2
-2
/
+1
2010-04-19
Compile vl.c once
Blue Swirl
2
-2
/
+2
2010-04-19
provide a stub version of kvm-all.c if !CONFIG_KVM
Paolo Bonzini
5
-21
/
+153
2010-04-19
tcg/arm: don't try to load constants using pc
Aurelien Jarno
1
-7
/
+0
2010-04-19
tcg/arm: optimize register allocation order
Aurelien Jarno
1
-5
/
+5
2010-04-19
tcg/arm: fix argument alignment in qemu_st64
Aurelien Jarno
1
-9
/
+10
2010-04-19
tcg/arm: remove useless register tests in qemu_ld/st
Aurelien Jarno
1
-20
/
+10
2010-04-19
tcg/arm: bswap arguments in qemu_ld/st if needed
Aurelien Jarno
1
-69
/
+159
2010-04-19
tcg/arm: use ext* ops in qemu_ld
Aurelien Jarno
1
-18
/
+12
2010-04-19
tcg/arm: remove conditional argument for qemu_ld/st
Aurelien Jarno
1
-51
/
+49
2010-04-19
tcg/arm: add bswap ops
Aurelien Jarno
2
-2
/
+44
2010-04-19
tcg/arm: add ext16u op
Aurelien Jarno
2
-20
/
+50
2010-04-19
tcg/arm: add rotation ops
Aurelien Jarno
2
-1
/
+20
2010-04-19
tcg/arm: use the blx instruction when possible
Aurelien Jarno
1
-4
/
+12
2010-04-19
tcg/arm: sxtb and sxth are available starting with ARMv6
Aurelien Jarno
1
-2
/
+2
2010-04-19
tcg/arm: add variables to define the allowed instructions set
Aurelien Jarno
1
-39
/
+84
2010-04-19
tcg/arm: align 64-bit arguments in function calls
Aurelien Jarno
1
-0
/
+1
2010-04-19
tcg/arm: replace integer values by registers enum
Aurelien Jarno
1
-109
/
+124
2010-04-19
tcg/arm: remove store signed functions
Aurelien Jarno
1
-62
/
+10
2010-04-19
tcg/arm: explicitely list clobbered/reserved regs
Aurelien Jarno
2
-5
/
+11
2010-04-19
tcg/arm: remove SAVE_LR code
Aurelien Jarno
1
-43
/
+0
2010-04-19
Check for invalid initrd file
M. Mohan Kumar
1
-0
/
+6
2010-04-18
Monitor: Convert do_screen_dump() to QObject
Luiz Capitulino
2
-2
/
+4
2010-04-18
QMP: Improve RTC_CHANGE event description
Luiz Capitulino
1
-1
/
+1
2010-04-18
virtio-blk: Fix use after free in error case
Kevin Wolf
1
-3
/
+3
2010-04-18
monitor: Convert do_set_link() to QObject, QError
Markus Armbruster
3
-5
/
+7
2010-04-18
monitor: Use argument type 'b' for set_link
Markus Armbruster
2
-12
/
+6
2010-04-18
monitor: New argument type 'b'
Markus Armbruster
1
-0
/
+31
2010-04-18
monitor: Rename argument type 'b' to 'f'
Markus Armbruster
2
-5
/
+5
2010-04-18
monitor: New commands netdev_add, netdev_del
Markus Armbruster
3
-0
/
+87
2010-04-18
error: New QERR_DEVICE_IN_USE
Markus Armbruster
2
-0
/
+7
2010-04-18
error: Convert net_client_init() to QError
Markus Armbruster
1
-20
/
+18
2010-04-18
error: Convert qemu_opts_validate() to QError
Markus Armbruster
1
-2
/
+1
2010-04-18
error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETER
Markus Armbruster
2
-3
/
+5
2010-04-18
error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()
Markus Armbruster
4
-10
/
+0
2010-04-18
error: Convert qemu_opts_set() to QError
Markus Armbruster
1
-10
/
+7
[next]