index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/mips/malta: Reuse dev variable
Bernhard Beschow
2022-10-31
1
-3
/
+2
*
hw/isa/piix3: Remove unused include
Bernhard Beschow
2022-10-31
1
-1
/
+0
*
hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers
Bernhard Beschow
2022-10-31
3
-4
/
+7
*
hw/isa/piix4: Rename wrongly named method
Bernhard Beschow
2022-10-31
1
-2
/
+2
*
hw/isa/piix3: Prefer pci_address_space() over get_system_memory()
Bernhard Beschow
2022-10-31
1
-1
/
+1
*
hw/isa/piix3: Modernize reset handling
Bernhard Beschow
2022-10-31
1
-5
/
+3
*
hw/isa/piix3: Add size constraints to rcr_ops
Bernhard Beschow
2022-10-31
1
-1
/
+5
*
hw/isa/piix3: Remove extra ';' outside of functions
Bernhard Beschow
2022-10-31
1
-3
/
+3
*
hw/i386/pc: Create DMA controllers in south bridges
Bernhard Beschow
2022-10-31
5
-5
/
+14
*
hw: Remove unused MAX_IDE_BUS define
BALATON Zoltan
2022-10-31
6
-10
/
+0
*
hw/isa/vt82c686: Create rtc-time alias in boards instead
Bernhard Beschow
2022-10-31
3
-2
/
+8
*
hw/isa/vt82c686: Embed RTCState in host device
Bernhard Beschow
2022-10-31
1
-1
/
+11
*
hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove it
Bernhard Beschow
2022-10-31
1
-18
/
+10
*
hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device
Bernhard Beschow
2022-10-31
3
-9
/
+16
*
hw/isa/vt82c686: Instantiate PM function in host device
Bernhard Beschow
2022-10-31
3
-3
/
+15
*
hw/isa/vt82c686: Instantiate USB functions in host device
Bernhard Beschow
2022-10-31
3
-7
/
+12
*
hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define
Bernhard Beschow
2022-10-31
3
-6
/
+6
*
hw/isa/vt82c686: Instantiate IDE function in host device
Bernhard Beschow
2022-10-31
5
-10
/
+26
*
hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
Bernhard Beschow
2022-10-31
3
-3
/
+3
*
hw/isa/vt82c686: Reuse errp
Bernhard Beschow
2022-10-31
1
-1
/
+6
*
hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()
Bernhard Beschow
2022-10-31
1
-1
/
+1
*
hw/isa/vt82c686: Resolve unneeded attribute
Bernhard Beschow
2022-10-31
1
-8
/
+8
*
hw/isa/vt82c686: Resolve chip-specific realize methods
Bernhard Beschow
2022-10-31
1
-15
/
+18
*
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2022-10-30
2
-2
/
+2
|
\
|
*
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
2022-10-27
1
-1
/
+1
|
*
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
2022-10-27
1
-1
/
+1
|
*
hw/mem/nvdimm: fix error message for 'unarmed' flag
Julia Suvorova
2022-10-24
1
-1
/
+1
*
|
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
2022-10-30
3
-19
/
+84
|
\
\
|
*
|
net: introduce qemu_set_info_str() function
Laurent Vivier
2022-10-28
1
-3
/
+2
|
*
|
vhost: Accept event idx flag
Eugenio Pérez
2022-10-28
1
-0
/
+1
|
*
|
vhost: use avail event idx on vhost_svq_kick
Eugenio Pérez
2022-10-28
1
-1
/
+11
|
*
|
vhost: toggle device callbacks using used event idx
Eugenio Pérez
2022-10-28
1
-3
/
+15
|
*
|
vhost: allocate event_idx fields on vring
Eugenio Pérez
2022-10-28
1
-4
/
+4
|
*
|
virtio-net: fix TX timer with tx_burst
Laurent Vivier
2022-10-28
1
-9
/
+41
|
*
|
virtio-net: fix bottom-half packet TX on asynchronous completion
Laurent Vivier
2022-10-28
1
-1
/
+12
*
|
|
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-30
1
-0
/
+4
|
\
\
\
|
*
|
|
vhost-user-blk: fix the resize crash
Li Feng
2022-10-27
1
-0
/
+4
|
|
/
/
*
|
|
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Stefan Hajnoczi
2022-10-30
2
-17
/
+48
|
\
\
\
|
*
|
|
virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint
Stefan Hajnoczi
2022-10-26
1
-14
/
+25
|
*
|
|
numa: use QLIST_FOREACH_SAFE() for RAM block notifiers
Stefan Hajnoczi
2022-10-26
1
-3
/
+6
|
*
|
|
numa: call ->ram_block_removed() in ram_block_notifer_remove()
Stefan Hajnoczi
2022-10-26
1
-0
/
+17
*
|
|
|
mips/malta: pass RNG seed via env var and re-randomize on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+27
*
|
|
|
rx: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+3
*
|
|
|
openrisc: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+3
*
|
|
|
mips/boston: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+3
*
|
|
|
m68k/q800: do not re-randomize RNG seed on snapshot load
Jason A. Donenfeld
2022-10-27
1
-20
/
+13
*
|
|
|
m68k/virt: do not re-randomize RNG seed on snapshot load
Jason A. Donenfeld
2022-10-27
1
-9
/
+11
*
|
|
|
riscv: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+3
*
|
|
|
arm: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+2
*
|
|
|
x86: do not re-randomize RNG seed on snapshot load
Jason A. Donenfeld
2022-10-27
1
-1
/
+1
[next]