summaryrefslogtreecommitdiff
path: root/shared-core/mga_ucode.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/mga_ucode.h')
0 files changed, 0 insertions, 0 deletions
n58' href='#n58'>58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
399 & 27 Jun 2014 & Michael S. Tsirkin & { changelog: fill changelog since draft2

This will make review easier.
 } \\
\hline
398 & 27 Jun 2014 & Michael S. Tsirkin & { acknowledgements: add draft 3 reviewers, sort

Add new reviewers and sort by name.
 } \\
\hline
397 & 27 Jun 2014 & Michael S. Tsirkin & { add draft2 acknowledgements

List people that provided comments on draft01 in the
acknowledgements section. Might be a nice way to encourage
reviews.
 } \\
396 & 26 Jun 2014 & Michael S. Tsirkin & { diff: back to green for added text

using blue does not work well for html

 } \\
\hline
393 & 26 Jun 2014 & Michael S. Tsirkin & { makediff: cleanup using begingroup/endgroup

Pawel Moll found a way to work around xetex bugs
without mangling latexdiff output using perl:

- define DIFbegin/DIFFend commands in preample

- pass --config FLOATENV= to latexdiff

Use this in preference to the fixupdiff perl script.

 } \\
\hline
391 & 26 Jun 2014 & Michael S. Tsirkin & { more latexdiff hacks

- change link color from green to pinegreen. Looks better to me.

- split footnotes out from their text, so that latexdiff
  does not consider them as a unit

- mark field command as safe for latexdiff, otherwise it's not shown in red

- hack adding DIFaddtext within footnotes could not handle
  case where latexdiff inserted multiple DIFadd within the
  footnote. Instead, detect when footnote is within
  DIFaddbegin/DIFdelbegin, add an extra DIFaddbegin/DIFdelbegin
  within the footnote.

 } \\
\hline
390 & 26 Jun 2014 & Michael S. Tsirkin & { diffpreamble: fix colors for links within diff
 } \\
\hline
389 & 26 Jun 2014 & Michael S. Tsirkin & { work around xetex bug

Too many \textbackslash color directives produce corrupted output
and this warning:

WARNING ** Color stack overflow. Just ignore.

Use script to reduce \# of these directives.

 } \\
\hline
388 & 26 Jun 2014 & Michael S. Tsirkin & { diffpreamble: remove duplicate text

latexdiff adds some

 } \\
\hline
387 & 26 Jun 2014 & Michael S. Tsirkin & { makediffpdf.sh: tool to create marked-up diff

make pdf diff using latexpand and latexdiff-fast
styles are set in diffpreamble.tex
in diff, links are coloured green instead of blue

Must be run within a git-svn clone of the spec repository.

Note: latexdiff has --flatten option, this and options
to select diff style don't seem to work well.

So flatten by script myself, and add our own preamble.

 } \\
\hline
386 & 25 Jun 2014 & Michael S. Tsirkin & { pci: minor fomatting tweak

Make table look better. Drop spaces that make
latexdiff stumble.

 } \\
\hline
385 & 25 Jun 2014 & Michael S. Tsirkin & { fixup pci: switch from subsystem id to device id

Patch sent to list (and applied by Rusty in

    pci: switch from subsystem id to device id

) did not actually implement what commit log said
it implements.

The result is wrong for transitional devices:

Adding 0xfff works for for net+block only;

for transitional pci devices there is no fixed scheme:
\~{}/projects/qemu/include \# grep VIRTIO_ID hw/virtio/*.h

hw/virtio/virtio-balloon.h:\#define VIRTIO_ID_BALLOON 5

hw/virtio/virtio-blk.h:\#define VIRTIO_ID_BLOCK 2

hw/virtio/virtio-net.h:\#define VIRTIO_ID_NET   1

hw/virtio/virtio-rng.h:\#define VIRTIO_ID_RNG    4

hw/virtio/virtio-scsi.h:\#define VIRTIO_ID_SCSI  8

hw/virtio/virtio-serial.h:\#define VIRTIO_ID_CONSOLE             3

\~{}/projects/qemu/include \# grep VIRTIO hw/pci/*.h

hw/pci/pci.h:\#define PCI_DEVICE_ID_VIRTIO_NET         0x1000

hw/pci/pci.h:\#define PCI_DEVICE_ID_VIRTIO_BLOCK       0x1001

hw/pci/pci.h:\#define PCI_DEVICE_ID_VIRTIO_BALLOON     0x1002

hw/pci/pci.h:\#define PCI_DEVICE_ID_VIRTIO_CONSOLE     0x1003

hw/pci/pci.h:\#define PCI_DEVICE_ID_VIRTIO_SCSI        0x1004

hw/pci/pci.h:\#define PCI_DEVICE_ID_VIRTIO_RNG         0x1005

hw/pci/pci.h:\#define PCI_DEVICE_ID_VIRTIO_9P          0x1009

I am guessing TC went by commit log when it approved the change,
so fixing it up directly.

Cc: Andrew Thornton <andrewth@google.com>

Cc: Rusty Russell <rusty@ozlabs.org>

Cc: Gerd Hoffmann <kraxel@redhat.com>

 } \\