index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
mst_fpga.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-09-21
scsi: introduce scsi_cdb_length and scsi_data_cdb_length
Paolo Bonzini
2
-5
/
+20
2012-09-21
scsi-disk: fix check for out-of-range LBA
Paolo Bonzini
1
-1
/
+5
2012-09-21
scsi-disk: introduce check_lba_range
Paolo Bonzini
1
-8
/
+16
2012-09-21
iSCSI: We dont need to explicitely call qemu_notify_event() any more
Ronnie Sahlberg
1
-6
/
+0
2012-09-21
iSCSI: We need to support SG_IO also from iscsi_ioctl()
Ronnie Sahlberg
1
-0
/
+17
2012-09-21
target-xtensa: don't emit extra tcg_gen_goto_tb
Max Filippov
1
-1
/
+3
2012-09-21
target-xtensa: fix extui shift amount
Max Filippov
1
-3
/
+21
2012-09-19
tcg/optimize: fix end of basic block detection
Aurelien Jarno
1
-13
/
+9
2012-09-19
target-mips: Implement Loongson Multimedia Instructions
Richard Henderson
4
-4
/
+1180
2012-09-19
target-mips: Always evaluate debugging macro arguments
Richard Henderson
1
-14
/
+17
2012-09-19
target-mips: Fix MIPS_DEBUG.
Richard Henderson
1
-36
/
+38
2012-09-19
target-mips: Set opn in gen_ldst_multiple.
Richard Henderson
1
-0
/
+6
2012-09-19
hw/pflash_cfi0[12]: Use host-utils.h ctz32()
Peter Maydell
2
-72
/
+2
2012-09-19
pflash_cfi01: fix vendor specific extended query
Aurelien Jarno
1
-1
/
+3
2012-09-19
revert "TCG: fix copy propagation"
Aurelien Jarno
2
-14
/
+6
2012-09-19
tcg: mark set_label with TCG_OPF_BB_END flag
Aurelien Jarno
2
-6
/
+1
2012-09-19
tcg/i386: allow constants in load/store ops
Aurelien Jarno
1
-13
/
+37
2012-09-19
xilinx_timer: Fix a compile error if debug enabled
Chris Wulff
1
-1
/
+2
2012-09-19
xilinx: fix names of ethernet and dma links.
Peter A. G. Crosthwaite
1
-2
/
+4
2012-09-19
xilinx.h: Error check when setting links
Peter A. G. Crosthwaite
1
-2
/
+8
2012-09-19
xilinx_timer: Fixed "frequency" prop name
Peter A. G. Crosthwaite
2
-2
/
+3
2012-09-19
xilinx_timer: Send dbg msgs to stderr not stdout
Peter A. G. Crosthwaite
1
-4
/
+4
2012-09-19
xilinx_timer: Removed comma in device name
Peter A. G. Crosthwaite
2
-3
/
+3
2012-09-19
arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archs
Peter Maydell
1
-0
/
+5
2012-09-17
Revert "Add ability to disable build of all targets"
Anthony Liguori
1
-4
/
+9
2012-09-17
cpu_physical_memory_write_rom() needs to do TB invalidates
David Gibson
1
-0
/
+7
2012-09-17
qemu-char: BUGFIX, don't call FD_ISSET with negative fd
David Gibson
2
-2
/
+6
2012-09-17
Revert 455aa1e08 and c3767ed0eb
Anthony Liguori
1
-6
/
+1
2012-09-17
pc: Drop practically unused BOCHS BIOS debug ports
Jan Kiszka
1
-27
/
+0
2012-09-17
add -machine mem-merge=on|off option
Luiz Capitulino
3
-4
/
+26
2012-09-15
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
Blue Swirl
31
-525
/
+53
2012-09-15
target-mips: switch to AREG0 free mode
Blue Swirl
6
-1086
/
+1163
2012-09-15
target-sh4: switch to AREG0 free mode
Blue Swirl
5
-189
/
+195
2012-09-15
target-cris: Switch to AREG0 free mode
Aurelien Jarno
6
-187
/
+181
2012-09-15
target-cris: Avoid AREG0 for helpers
Aurelien Jarno
4
-77
/
+88
2012-09-15
target-microblaze: switch to AREG0 free mode
Blue Swirl
5
-118
/
+110
2012-09-15
target-arm: final conversion to AREG0 free mode
Blue Swirl
6
-21
/
+16
2012-09-15
target-arm: convert remaining helpers
Blue Swirl
3
-125
/
+125
2012-09-15
target-arm: convert void helpers
Blue Swirl
3
-18
/
+18
2012-09-15
target-unicore32: switch to AREG0 free mode
Blue Swirl
5
-75
/
+58
2012-09-15
target-m68k: avoid using cpu_single_env
Blue Swirl
1
-130
/
+140
2012-09-15
target-m68k: switch to AREG0 free mode
Blue Swirl
5
-82
/
+68
2012-09-15
target-lm32: switch to AREG0 free mode
Blue Swirl
5
-46
/
+35
2012-09-15
target-s390x: avoid cpu_single_env
Blue Swirl
1
-173
/
+183
2012-09-15
configure: properly check if -lrt and -lm is needed
Natanael Copa
1
-2
/
+29
2012-09-15
tcg: Fix MAX_OPC_PARAM_IARGS
Stefan Weil
2
-1
/
+3
2012-09-14
configure: fix seccomp check
Yann E. MORIN
1
-1
/
+1
2012-09-14
net: EAGAIN handling for net/socket.c TCP
Stefan Hajnoczi
1
-5
/
+31
2012-09-14
net: EAGAIN handling for net/socket.c UDP
Stefan Hajnoczi
1
-2
/
+12
2012-09-14
net: asynchronous send/receive infrastructure for net/socket.c
Stefan Hajnoczi
1
-6
/
+52
[next]