aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-31disas/nanomips: Prevent memory leakingMilica Lazarevic
2022-10-31disas/nanomips: Remove CPR functionMilica Lazarevic
2022-10-31disas/nanomips: Remove IMMEDIATE functionsMilica Lazarevic
2022-10-31disas/nanomips: Replace std::string typeMilica Lazarevic
2022-10-31disas/nanomips: Delete wrapper functionsMilica Lazarevic
2022-10-31disas/nanomips: Delete copy functionsMilica Lazarevic
2022-10-31disas/nanomips: Remove #include <sstream>Milica Lazarevic
2022-10-31disas/nanomips: Delete nanomips.hMilica Lazarevic
2022-10-31disas/nanomips: Move typedefs etc to nanomips.cppMilica Lazarevic
2022-10-31disas/nanomips: Remove NMD classMilica Lazarevic
2022-10-31disas/nanomips: Remove Pool tables from the classMilica Lazarevic
2022-10-31disas/nanomips: Remove disasm methods from classMilica Lazarevic
2022-10-31disas/nanomips: Remove __cond methods from classMilica Lazarevic
2022-10-31disas/nanomips: Remove helper methods from classMilica Lazarevic
2022-10-31disas/nanomips: Delete NMD class second fieldMilica Lazarevic
2022-10-31disas/nanomips: Delete NMD class fieldMilica Lazarevic
2022-10-31disas/nanomips: Extract enums out of the NMD classMilica Lazarevic
2022-10-31disas/nanomips: Remove namespace imgMilica Lazarevic
2022-10-31hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan
2022-10-31hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow
2022-10-31hw/isa/vt82c686: Embed RTCState in host deviceBernhard Beschow
2022-10-31hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove itBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow
2022-10-31hw/isa/vt82c686: Reuse errpBernhard Beschow
2022-10-31hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()Bernhard Beschow
2022-10-31hw/isa/vt82c686: Resolve unneeded attributeBernhard Beschow
2022-10-31hw/isa/vt82c686: Resolve chip-specific realize methodsBernhard Beschow
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2022-10-30Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi
2022-10-30Merge tag 'qga-pull-2022-10-26' of https://github.com/kostyanf14/qemu into st...Stefan Hajnoczi
2022-10-28net: stream: add QAPI events to report connection stateLaurent Vivier
2022-10-28net: stream: move to QIO to enable additional parametersLaurent Vivier
2022-10-28qemu-sockets: update socket_uri() and socket_parse() to be consistentLaurent Vivier
2022-10-28qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier
2022-10-28net: dgram: add unix socketLaurent Vivier
2022-10-28net: dgram: move mcast specific code from net_socket_fd_init_dgram()Laurent Vivier
2022-10-28net: dgram: make dgram_dst genericLaurent Vivier
2022-10-28net: stream: add unix socketLaurent Vivier
2022-10-28net: stream: Don't ignore EINVAL on netdev socket connectionStefano Brivio
2022-10-28net: socket: Don't ignore EINVAL on netdev socket connectionStefano Brivio
2022-10-28qapi: net: add stream and dgram netdevsLaurent Vivier